mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 04:13:12 +00:00
cardinal: wrapped CardinalMini
This commit is contained in:
parent
33e27d70f7
commit
fe873e2ba2
@ -76,6 +76,9 @@ stdenv.mkDerivation rec {
|
||||
wrapProgram $out/bin/Cardinal \
|
||||
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libjack2 ]}
|
||||
|
||||
wrapProgram $out/bin/CardinalMini \
|
||||
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ libjack2 ]}
|
||||
|
||||
# this doesn't work and is mainly just a test tool for the developers anyway.
|
||||
rm -f $out/bin/CardinalNative
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user