goodoldpaul@autistici.org writes: > 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. OK, thanks for testing. Odd that wrapping with QTWEBENGINEPROCESS_PATH does not work, but I suppose this is good enough for now. Applied both patches as-is, thank you!