summary refs log tree commit diff
path: root/pkgs/applications/audio/keyfinder
diff options
context:
space:
mode:
authorBastian Köcher <git@kchr.de>2017-12-01 13:16:35 +0100
committerBastian Köcher <git@kchr.de>2017-12-01 13:16:35 +0100
commit31f8e4be5f111f9fa0e14fff732f6d8c613fcbf4 (patch)
tree9b70b7d388b03fcb2cd36ad08aefcf1510b6be00 /pkgs/applications/audio/keyfinder
parentd7fb70918041028845740f3a89d8b2694645bfc0 (diff)
downloadnixpkgs-31f8e4be5f111f9fa0e14fff732f6d8c613fcbf4.tar
nixpkgs-31f8e4be5f111f9fa0e14fff732f6d8c613fcbf4.tar.gz
nixpkgs-31f8e4be5f111f9fa0e14fff732f6d8c613fcbf4.tar.bz2
nixpkgs-31f8e4be5f111f9fa0e14fff732f6d8c613fcbf4.tar.lz
nixpkgs-31f8e4be5f111f9fa0e14fff732f6d8c613fcbf4.tar.xz
nixpkgs-31f8e4be5f111f9fa0e14fff732f6d8c613fcbf4.tar.zst
nixpkgs-31f8e4be5f111f9fa0e14fff732f6d8c613fcbf4.zip
keyfinder: 2.1 -> 2.2
Diffstat (limited to 'pkgs/applications/audio/keyfinder')
-rw-r--r--pkgs/applications/audio/keyfinder/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/applications/audio/keyfinder/default.nix b/pkgs/applications/audio/keyfinder/default.nix
index 6aaf14a5763..f011e909052 100644
--- a/pkgs/applications/audio/keyfinder/default.nix
+++ b/pkgs/applications/audio/keyfinder/default.nix
@@ -2,10 +2,10 @@
 
 stdenv.mkDerivation rec {
   name = "keyfinder-${version}";
-  version = "2.1";
+  version = "2.2";
 
   src = fetchFromGitHub {
-    sha256 = "0j9k90ll4cr8j8dywb6zf1bs9vijlx7m4zsh6w9hxwrr7ymz89hn";
+    sha256 = "0vjszk1h8vj2qycgbffzy6k7amg75jlvlnzwaqhz9nll2pcvw0zl";
     rev = version;
     repo = "is_KeyFinder";
     owner = "ibsh";
@@ -17,7 +17,8 @@ stdenv.mkDerivation rec {
   postPatch = ''
     substituteInPlace is_KeyFinder.pro \
        --replace "keyfinder.0" "keyfinder" \
-       --replace "-stdlib=libc++" ""
+       --replace "-stdlib=libc++" "" \
+       --replace "\$\$[QT_INSTALL_PREFIX]" "$out"
   '';
 
   enableParallelBuilding = true;