summary refs log tree commit diff
path: root/pkgs/os-specific
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/os-specific
parent3f3d33a07867116446ec9b5e2675ef1c8de8127d (diff)
downloadnixpkgs-210f6888023c1df8aff2d053a5e41f5e1effdfe7.tar
nixpkgs-210f6888023c1df8aff2d053a5e41f5e1effdfe7.tar.gz
nixpkgs-210f6888023c1df8aff2d053a5e41f5e1effdfe7.tar.bz2
nixpkgs-210f6888023c1df8aff2d053a5e41f5e1effdfe7.tar.lz
nixpkgs-210f6888023c1df8aff2d053a5e41f5e1effdfe7.tar.xz
nixpkgs-210f6888023c1df8aff2d053a5e41f5e1effdfe7.tar.zst
nixpkgs-210f6888023c1df8aff2d053a5e41f5e1effdfe7.zip
qt5: rename qmakeHook to qmake
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/wpa_supplicant/gui.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/wpa_supplicant/gui.nix b/pkgs/os-specific/linux/wpa_supplicant/gui.nix
index d2bd6ff739f..06a38b29166 100644
--- a/pkgs/os-specific/linux/wpa_supplicant/gui.nix
+++ b/pkgs/os-specific/linux/wpa_supplicant/gui.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, qtbase, qmakeHook, inkscape, imagemagick, wpa_supplicant }:
+{ stdenv, fetchurl, qtbase, qmake, inkscape, imagemagick, wpa_supplicant }:
 
 stdenv.mkDerivation {
   name = "wpa_gui-${wpa_supplicant.version}";
@@ -6,7 +6,7 @@ stdenv.mkDerivation {
   inherit (wpa_supplicant) src;
 
   buildInputs = [ qtbase ];
-  nativeBuildInputs = [ qmakeHook inkscape imagemagick ];
+  nativeBuildInputs = [ qmake inkscape imagemagick ];
 
   prePatch = ''
     cd wpa_supplicant/wpa_gui-qt4