about summary refs log tree commit diff
path: root/pkgs/development/libraries/libkeyfinder
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-09-27 10:23:39 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-09-27 15:09:43 -0500
commite745467726103b462ea1ffe6fcfb8ab8ac18425c (patch)
tree270c32ce864895a3f74b506458187bda0da6fcf8 /pkgs/development/libraries/libkeyfinder
parent569316e4fc967da1ebd7d22f70552e0e5734534a (diff)
downloadnixlib-e745467726103b462ea1ffe6fcfb8ab8ac18425c.tar
nixlib-e745467726103b462ea1ffe6fcfb8ab8ac18425c.tar.gz
nixlib-e745467726103b462ea1ffe6fcfb8ab8ac18425c.tar.bz2
nixlib-e745467726103b462ea1ffe6fcfb8ab8ac18425c.tar.lz
nixlib-e745467726103b462ea1ffe6fcfb8ab8ac18425c.tar.xz
nixlib-e745467726103b462ea1ffe6fcfb8ab8ac18425c.tar.zst
nixlib-e745467726103b462ea1ffe6fcfb8ab8ac18425c.zip
libkeyfinder: build with Qt 5.5
Diffstat (limited to 'pkgs/development/libraries/libkeyfinder')
-rw-r--r--pkgs/development/libraries/libkeyfinder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/libkeyfinder/default.nix b/pkgs/development/libraries/libkeyfinder/default.nix
index 12c360b32637..ca3e7949c1c0 100644
--- a/pkgs/development/libraries/libkeyfinder/default.nix
+++ b/pkgs/development/libraries/libkeyfinder/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, fftw, qt5 }:
+{ stdenv, fetchFromGitHub, fftw, qtbase }:
 
 let version = "2.1"; in
 stdenv.mkDerivation {
@@ -20,7 +20,7 @@ stdenv.mkDerivation {
     maintainers = with maintainers; [ nckx ];
   };
 
-  buildInputs = [ fftw qt5.base ];
+  buildInputs = [ fftw qtbase ];
 
   postPatch = ''
     substituteInPlace LibKeyFinder.pro \