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, fetchurl, cmake, qmakeHook, makeQtWrapper, qtbase, perl, python, php }:
{ stdenv, fetchurl, cmake, qmake, makeQtWrapper, qtbase, perl, python, php }:
stdenv.mkDerivation rec {
name = "qcachegrind-${version}";
@@ -11,7 +11,7 @@ stdenv.mkDerivation rec {
buildInputs = [ qtbase perl python php ];
nativeBuildInputs = [ qmakeHook makeQtWrapper ];
nativeBuildInputs = [ qmake makeQtWrapper ];
postInstall = ''
mkdir -p $out/bin