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, fetchgit, qtbase, qtquick1, qmakeHook, qtmultimedia }:
{ stdenv, fetchgit, qtbase, qtquick1, qmake, qtmultimedia }:
stdenv.mkDerivation rec {
version = "0.1.0";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
};
buildInputs = [ qtbase qtquick1 qtmultimedia ];
nativeBuildInputs = [ qmakeHook ];
nativeBuildInputs = [ qmake ];
patchPhase = ''
substituteInPlace qmltermwidget.pro \