qt: fix qmakeHook -> qmake in few packages.

This seem to have been broken in #26336.
This commit is contained in:
Gleb Peregud
2017-06-18 19:32:51 +02:00
parent 96eaad8fd4
commit 2fb67d9b83
3 changed files with 6 additions and 6 deletions
@@ -1,5 +1,5 @@
{ stdenv, fetchFromGitHub
, qmakeHook, qtbase, makeQtWrapper
, qmake, qtbase, makeQtWrapper
, pkgconfig, taglib, libbass, libbass_fx }:
stdenv.mkDerivation rec {
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
cd src
'';
nativeBuildInputs = [ qmakeHook makeQtWrapper pkgconfig ];
nativeBuildInputs = [ qmake makeQtWrapper pkgconfig ];
buildInputs = [ qtbase taglib libbass libbass_fx ];
meta = with stdenv.lib; {