about summary refs log tree commit diff
path: root/pkgs/applications/audio/dfasma/default.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-10-14 09:44:10 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-10-30 16:10:37 -0500
commitd57e50d840589db867397cac29d1fd88092fbfd9 (patch)
tree7c4a6132db21ec13c769b740c7d0c3b35cab0022 /pkgs/applications/audio/dfasma/default.nix
parent895100ef91690e2b68c12a0d201c923fee08b441 (diff)
downloadnixlib-d57e50d840589db867397cac29d1fd88092fbfd9.tar
nixlib-d57e50d840589db867397cac29d1fd88092fbfd9.tar.gz
nixlib-d57e50d840589db867397cac29d1fd88092fbfd9.tar.bz2
nixlib-d57e50d840589db867397cac29d1fd88092fbfd9.tar.lz
nixlib-d57e50d840589db867397cac29d1fd88092fbfd9.tar.xz
nixlib-d57e50d840589db867397cac29d1fd88092fbfd9.tar.zst
nixlib-d57e50d840589db867397cac29d1fd88092fbfd9.zip
separate makeQtWrapper from qtbase setup-hook
Diffstat (limited to 'pkgs/applications/audio/dfasma/default.nix')
-rw-r--r--pkgs/applications/audio/dfasma/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/audio/dfasma/default.nix b/pkgs/applications/audio/dfasma/default.nix
index d439f344f5ba..9be3fff6ecbd 100644
--- a/pkgs/applications/audio/dfasma/default.nix
+++ b/pkgs/applications/audio/dfasma/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fftw, libsndfile, qtbase, qtmultimedia }:
+{ stdenv, fetchFromGitHub, fftw, libsndfile, qtbase, qtmultimedia, makeQtWrapper }:
 
 let
 
@@ -41,6 +41,8 @@ in stdenv.mkDerivation {
 
   buildInputs = [ fftw libsndfile qtbase qtmultimedia ];
 
+  nativeBuildInputs = [ makeQtWrapper ];
+
   postPatch = ''
     substituteInPlace dfasma.pro --replace '$$DFASMAVERSIONGITPRO' '${version}'
     cp -Rv "${reaperFork.src}"/* external/REAPER