about summary refs log tree commit diff
path: root/pkgs/applications/audio/faustPhysicalModeling
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-06-14 15:14:04 +0300
committerGitHub <noreply@github.com>2023-06-14 15:14:04 +0300
commite64b8e894659bd2bc0888eea2fc0c49f20ebba30 (patch)
treece8b3f3cfc043c7e4c3c543eb5f042ecfb4785be /pkgs/applications/audio/faustPhysicalModeling
parent38616ad5740199aa4146cd17af3f2a061f99dcfc (diff)
parent7735e9b13843365cbc57e78e7d9e30a62de27f49 (diff)
Merge pull request #215561 from magnetophon/faust_QT5
faust: replace qt4 with qt5
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 8eb1f9a4fbe5d..fc24a87b30d18 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