guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#41053] [PATCH 2/2] gnu: supercollider: Update to 3.11.0.


From: goodoldpaul
Subject: [bug#41053] [PATCH 2/2] gnu: supercollider: Update to 3.11.0.
Date: Tue, 05 May 2020 20:19:15 +0000
User-agent: Roundcube Webmail

Hi Marius,

     (native-inputs
-     `(("pkg-config" ,pkg-config)))
+     `(("ableton-link" ,ableton-link)

Is this only used a build-time and not runtime?

It seems to be a header-only library, but I'm no expert user of SuperCollider and I still haven't found a feature impacted by this. I think that given Arch's package has it as a make-depends [0] it should be safe to assume that it is not needed at runtime.


+    (propagated-inputs                  ; To get native-search-path
+     `(("qtwebengine" ,qtwebengine)))

Is it possible to wrap the executable with the required variables
instead of propagating here?

I tried that and the package builds fine and sclang seems to work fine. The problem is that scide crashes here [1] no matter how many paths I hardcoded in the source and how many Qt variables I wrapped the binaries with :'D.

If there's a better solution I would be happy to fix this.

Can you send updated patches?  Thanks in advance!  :-)

I'm going to send them right away, thank you again for your patience!

Giacomo

[0]: https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/supercollider#n16 [1]: https://github.com/supercollider/supercollider/blob/a0ab24fde9d3cc68a8014efd618cb26a27d1b416/QtCollider/interface.cpp#L95





reply via email to

[Prev in Thread] Current Thread [Next in Thread]