qt5: rename qmakeHook to qmake
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, makeWrapper
|
||||
, qtbase, makeQtWrapper, qtquickcontrols, qtscript, qtdeclarative, qmakeHook
|
||||
, qtbase, makeQtWrapper, qtquickcontrols, qtscript, qtdeclarative, qmake
|
||||
, withDocumentation ? false
|
||||
}:
|
||||
|
||||
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ qtbase qtscript qtquickcontrols qtdeclarative ];
|
||||
|
||||
nativeBuildInputs = [ qmakeHook makeQtWrapper makeWrapper ];
|
||||
nativeBuildInputs = [ qmake makeQtWrapper makeWrapper ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user