summary refs log tree commit diff
path: root/pkgs/applications/networking/linssid
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2015-09-19 09:29:51 -0500
committerThomas Tuegel <ttuegel@gmail.com>2015-09-19 09:29:51 -0500
commit8a3716e4b6ded7651fe86edc535d72f8ac003eb7 (patch)
tree8eaa48d1c398b7a4c1ee1278fe2ef3b44ac03290 /pkgs/applications/networking/linssid
parent2939cc31a557b65937235f7f7a18aa878ed1218f (diff)
downloadnixpkgs-8a3716e4b6ded7651fe86edc535d72f8ac003eb7.tar
nixpkgs-8a3716e4b6ded7651fe86edc535d72f8ac003eb7.tar.gz
nixpkgs-8a3716e4b6ded7651fe86edc535d72f8ac003eb7.tar.bz2
nixpkgs-8a3716e4b6ded7651fe86edc535d72f8ac003eb7.tar.lz
nixpkgs-8a3716e4b6ded7651fe86edc535d72f8ac003eb7.tar.xz
nixpkgs-8a3716e4b6ded7651fe86edc535d72f8ac003eb7.tar.zst
nixpkgs-8a3716e4b6ded7651fe86edc535d72f8ac003eb7.zip
linssid: use Qt 5.4
This breaks the build.
Diffstat (limited to 'pkgs/applications/networking/linssid')
-rw-r--r--pkgs/applications/networking/linssid/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/linssid/default.nix b/pkgs/applications/networking/linssid/default.nix
index 2b4c5f564be..86f9fd6d0e3 100644
--- a/pkgs/applications/networking/linssid/default.nix
+++ b/pkgs/applications/networking/linssid/default.nix
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
     sha256 = "13d35rlcjncd8lx3khkgn9x8is2xjd5fp6ns5xsn3w6l4xj9b4gl";
   };
 
-  buildInputs = [ qt5 pkgconfig boost ];
+  buildInputs = [ qt5.base qt5.svg pkgconfig boost ];
 
   postPatch = ''
     sed -e "s|/usr/include/|/nonexistent/|g" -i linssid-app/*.pro
@@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3;
     platforms = platforms.linux;
     maintainers = [ maintainers.bjornfor ];
+    broken = true;
   };
 }