summary refs log tree commit diff
path: root/pkgs/applications/networking/linssid
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-12-19 20:44:44 -0600
committerThomas Tuegel <ttuegel@gmail.com>2015-12-20 07:56:49 -0600
commit249e5f732afd9afa5fbdc6e3ec99cfc5e4eb5014 (patch)
treed36adbd6e6536ddcc1deb9f8ab075e316eb84d65 /pkgs/applications/networking/linssid
parent4e71ebd7c98fae2552e820e18ab464a234828c6e (diff)
downloadnixlib-249e5f732afd9afa5fbdc6e3ec99cfc5e4eb5014.tar
nixlib-249e5f732afd9afa5fbdc6e3ec99cfc5e4eb5014.tar.gz
nixlib-249e5f732afd9afa5fbdc6e3ec99cfc5e4eb5014.tar.bz2
nixlib-249e5f732afd9afa5fbdc6e3ec99cfc5e4eb5014.tar.lz
nixlib-249e5f732afd9afa5fbdc6e3ec99cfc5e4eb5014.tar.xz
nixlib-249e5f732afd9afa5fbdc6e3ec99cfc5e4eb5014.tar.zst
nixlib-249e5f732afd9afa5fbdc6e3ec99cfc5e4eb5014.zip
linssid: Qt 5 infrastructure update
Diffstat (limited to 'pkgs/applications/networking/linssid')
-rw-r--r--pkgs/applications/networking/linssid/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/linssid/default.nix b/pkgs/applications/networking/linssid/default.nix
index 369010f41b52..76de1d208cc0 100644
--- a/pkgs/applications/networking/linssid/default.nix
+++ b/pkgs/applications/networking/linssid/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchurl, qt5, pkgconfig, boost, wirelesstools, iw, qwt6 }:
+{ stdenv, fetchurl, qtbase, qtsvg, pkgconfig, boost, wirelesstools, iw, qwt6 }:
 
 stdenv.mkDerivation rec {
   name = "linssid-${version}";
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
     sha256 = "13d35rlcjncd8lx3khkgn9x8is2xjd5fp6ns5xsn3w6l4xj9b4gl";
   };
 
-  buildInputs = [ qt5.base qt5.svg pkgconfig boost qwt6 ];
+  buildInputs = [ qtbase qtsvg pkgconfig boost qwt6 ];
 
   patches = [ ./0001-unbundled-qwt.patch ];