summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/dfasma/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/dfasma/default.nix')
-rw-r--r--pkgs/applications/audio/dfasma/default.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/pkgs/applications/audio/dfasma/default.nix b/pkgs/applications/audio/dfasma/default.nix
index 53ca8d316a2e..918accb4e167 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, qmake, makeQtWrapper }:
+{ stdenv, fetchFromGitHub, fftw, libsndfile, qtbase, qtmultimedia, qmake }:
let
@@ -39,7 +39,7 @@ in stdenv.mkDerivation rec {
buildInputs = [ fftw libsndfile qtbase qtmultimedia ];
- nativeBuildInputs = [ makeQtWrapper qmake ];
+ nativeBuildInputs = [ qmake ];
postPatch = ''
substituteInPlace dfasma.pro --replace '$$DFASMAVERSIONGITPRO' '${version}'
@@ -53,10 +53,6 @@ in stdenv.mkDerivation rec {
enableParallelBuilding = true;
- postInstall = ''
- wrapQtProgram "$out/bin/dfasma"
- '';
-
meta = with stdenv.lib; {
description = "Analyse and compare audio files in time and frequency";
longDescription = ''