about summary refs log tree commit diff
path: root/pkgs/applications/audio/keyfinder
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-09-27 10:27:05 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-09-27 15:09:45 -0500
commit3935f637325f3e126aaef4c84e8a24f2b022832a (patch)
treed8c37208ac90cb3225aab3791fffd3dc6e2238ce /pkgs/applications/audio/keyfinder
parente25434801b77eea206e47058b520b0588b08d43d (diff)
downloadnixlib-3935f637325f3e126aaef4c84e8a24f2b022832a.tar
nixlib-3935f637325f3e126aaef4c84e8a24f2b022832a.tar.gz
nixlib-3935f637325f3e126aaef4c84e8a24f2b022832a.tar.bz2
nixlib-3935f637325f3e126aaef4c84e8a24f2b022832a.tar.lz
nixlib-3935f637325f3e126aaef4c84e8a24f2b022832a.tar.xz
nixlib-3935f637325f3e126aaef4c84e8a24f2b022832a.tar.zst
nixlib-3935f637325f3e126aaef4c84e8a24f2b022832a.zip
keyfinder: build with Qt 5.5
Diffstat (limited to 'pkgs/applications/audio/keyfinder')
-rw-r--r--pkgs/applications/audio/keyfinder/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/keyfinder/default.nix b/pkgs/applications/audio/keyfinder/default.nix
index edbedb1c013f..ffd8d071ab21 100644
--- a/pkgs/applications/audio/keyfinder/default.nix
+++ b/pkgs/applications/audio/keyfinder/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchFromGitHub, libav_0_8, libkeyfinder, qt5, taglib }:
+{ stdenv, fetchFromGitHub, libav_0_8, libkeyfinder, qtbase, qtxmlpatterns, taglib }:
 
 let version = "2.00"; in
 stdenv.mkDerivation {
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
   };
 
   # TODO: upgrade libav when "Audio sample format conversion failed" is fixed
-  buildInputs = [ libav_0_8 libkeyfinder qt5.base qt5.xmlpatterns taglib ];
+  buildInputs = [ libav_0_8 libkeyfinder qtbase qtxmlpatterns taglib ];
 
   postPatch = ''
     substituteInPlace is_KeyFinder.pro \