libkeyfinder: build with Qt 5.5

This commit is contained in:
Thomas Tuegel
2015-09-27 15:09:43 -05:00
parent 569316e4fc
commit e745467726
2 changed files with 4 additions and 4 deletions
@@ -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 \