about summary refs log tree commit diff
path: root/pkgs/applications/audio/faustPhysicalModeling
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2023-04-11 00:41:12 +0200
committerBart Brouns <bart@magnetophon.nl>2023-05-18 15:22:02 +0200
commitbfded4004799c48f47e67ae2f4de387211966fd4 (patch)
treea5653eaccd461132013c1dae2611defd8113d657 /pkgs/applications/audio/faustPhysicalModeling
parentd58c684ecfcfab0dfd2c4a499c3ffe76b92809f8 (diff)
fix faust2jaqt packages:
copy both the binary and the wrapper
dontWrapQtApps = true;
Diffstat (limited to 'pkgs/applications/audio/faustPhysicalModeling')
-rw-r--r--pkgs/applications/audio/faustPhysicalModeling/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/faustPhysicalModeling/default.nix b/pkgs/applications/audio/faustPhysicalModeling/default.nix
index bc28a2238b84d..4e8192b1c5cb8 100644
--- a/pkgs/applications/audio/faustPhysicalModeling/default.nix
+++ b/pkgs/applications/audio/faustPhysicalModeling/default.nix
@@ -12,6 +12,8 @@ stdenv.mkDerivation rec {
 
   buildInputs = [ faust2jaqt faust2lv2 ];
 
+  dontWrapQtApps = true;
+
   buildPhase = ''
     cd examples/physicalModeling