mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
lxqt.libqtxdg_3_12: don't apply patches for libqtxdg 4.0
This commit is contained in:
parent
8f308b9d72
commit
f3bc624b0b
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
}."${version}";
|
||||
};
|
||||
|
||||
patches = [ ./qt68.patch ];
|
||||
patches = lib.optionals (lib.versionAtLeast version "4") [ ./qt68.patch ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
|
Loading…
Reference in New Issue
Block a user