summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/misc/cool-retro-term
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-06-02 10:40:19 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-06-18 08:41:57 -0500
commit210f6888023c1df8aff2d053a5e41f5e1effdfe7 (patch)
tree376b0af02afa925c84a968cfcc74d296b6a09f6e /pkgs/applications/misc/cool-retro-term
parent3f3d33a07867116446ec9b5e2675ef1c8de8127d (diff)
qt5: rename qmakeHook to qmake
Diffstat (limited to 'pkgs/applications/misc/cool-retro-term')
-rw-r--r--pkgs/applications/misc/cool-retro-term/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/cool-retro-term/default.nix b/pkgs/applications/misc/cool-retro-term/default.nix
index 9ff27c747091..ccdedb23cb0f 100644
--- a/pkgs/applications/misc/cool-retro-term/default.nix
+++ b/pkgs/applications/misc/cool-retro-term/default.nix
@@ -1,5 +1,5 @@
{ stdenv, fetchgit, makeQtWrapper, qtbase, qtquick1, qmltermwidget,
-qtquickcontrols, qtgraphicaleffects, qmakeHook }:
+qtquickcontrols, qtgraphicaleffects, qmake }:
stdenv.mkDerivation rec {
version = "1.0.0";
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
'';
buildInputs = [ qtbase qtquick1 qmltermwidget qtquickcontrols qtgraphicaleffects ];
- nativeBuildInputs = [ makeQtWrapper qmakeHook ];
+ nativeBuildInputs = [ makeQtWrapper qmake ];
installFlags = [ "INSTALL_ROOT=$(out)" ];