mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
linssid: fix build by using qt53
This commit is contained in:
parent
99626a6ba4
commit
ff2ccb2721
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "13d35rlcjncd8lx3khkgn9x8is2xjd5fp6ns5xsn3w6l4xj9b4gl";
|
||||
};
|
||||
|
||||
buildInputs = [ qt5.base pkgconfig boost ];
|
||||
buildInputs = [ qt5 pkgconfig boost ];
|
||||
|
||||
postPatch = ''
|
||||
sed -e "s|/usr/include/|/nonexistent/|g" -i linssid-app/*.pro
|
||||
|
|
|
@ -11260,7 +11260,9 @@ let
|
|||
|
||||
libquvi = callPackage ../applications/video/quvi/library.nix { };
|
||||
|
||||
linssid = callPackage ../applications/networking/linssid { };
|
||||
linssid = callPackage ../applications/networking/linssid {
|
||||
qt5 = qt53;
|
||||
};
|
||||
|
||||
mi2ly = callPackage ../applications/audio/mi2ly {};
|
||||
|
||||
|
|
Loading…
Reference in a new issue