qt5: rename qmakeHook to qmake
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{ stdenv, lib, fetchgit, pkgconfig , libssh2
|
||||
, qtbase, qtdeclarative, qtgraphicaleffects, qtimageformats, qtquickcontrols
|
||||
, qtsvg, qttools, qtquick1
|
||||
, makeQtWrapper, qmakeHook
|
||||
, makeQtWrapper, qmake
|
||||
}:
|
||||
|
||||
let
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0a7xa39qp1q32zkypw32mm3wi8wbhxhvrm6l3xsa3k1jzih7hzxr";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeQtWrapper qmakeHook ];
|
||||
nativeBuildInputs = [ makeQtWrapper qmake ];
|
||||
|
||||
buildInputs = [
|
||||
pkgconfig libssh2 qtbase qtdeclarative qtgraphicaleffects qtimageformats
|
||||
|
||||
Reference in New Issue
Block a user