qt5: rename qmakeHook to qmake

This commit is contained in:
Thomas Tuegel
2017-06-02 10:40:19 -05:00
parent 3f3d33a078
commit 210f688802
65 changed files with 165 additions and 151 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchFromGitHub, qmakeHook, qtwebkit, hunspell }:
{ stdenv, fetchFromGitHub, qmake, qtwebkit, hunspell }:
stdenv.mkDerivation {
name = "qtwebkit-plugins-2015-05-09";
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
sha256 = "0xyq25l56jgdxgqqv0380brhw9gg0hin5hyrf1j6d3c8k1gka20m";
};
nativeBuildInputs = [ qmakeHook ];
nativeBuildInputs = [ qmake ];
buildInputs = [ qtwebkit hunspell ];