cardinal: wrapped CardinalMini

This commit is contained in:
kashw2 2023-09-10 20:12:13 +10:00
parent 33e27d70f7
commit fe873e2ba2

View File

@ -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
'';