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:
parent
2939cc31a5
commit
8a3716e4b6
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11455,9 +11455,7 @@ let
|
|||
|
||||
libquvi = callPackage ../applications/video/quvi/library.nix { };
|
||||
|
||||
linssid = callPackage ../applications/networking/linssid {
|
||||
qt5 = qt53;
|
||||
};
|
||||
linssid = callPackage ../applications/networking/linssid { };
|
||||
|
||||
mi2ly = callPackage ../applications/audio/mi2ly {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue