1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

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

View file

@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "13d35rlcjncd8lx3khkgn9x8is2xjd5fp6ns5xsn3w6l4xj9b4gl"; sha256 = "13d35rlcjncd8lx3khkgn9x8is2xjd5fp6ns5xsn3w6l4xj9b4gl";
}; };
buildInputs = [ qt5 pkgconfig boost ]; buildInputs = [ qt5.base qt5.svg pkgconfig boost ];
postPatch = '' postPatch = ''
sed -e "s|/usr/include/|/nonexistent/|g" -i linssid-app/*.pro sed -e "s|/usr/include/|/nonexistent/|g" -i linssid-app/*.pro
@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
license = licenses.gpl3; license = licenses.gpl3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ]; maintainers = [ maintainers.bjornfor ];
broken = true;
}; };
} }

View file

@ -11455,9 +11455,7 @@ let
libquvi = callPackage ../applications/video/quvi/library.nix { }; libquvi = callPackage ../applications/video/quvi/library.nix { };
linssid = callPackage ../applications/networking/linssid { linssid = callPackage ../applications/networking/linssid { };
qt5 = qt53;
};
mi2ly = callPackage ../applications/audio/mi2ly {}; mi2ly = callPackage ../applications/audio/mi2ly {};