linssid: use Qt 5.4

This breaks the build.
This commit is contained in:
Thomas Tuegel
2015-09-19 09:29:51 -05:00
parent 2939cc31a5
commit 8a3716e4b6
2 changed files with 3 additions and 4 deletions
@@ -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;
};
}