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}";
|
}."${version}";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./qt68.patch ];
|
patches = lib.optionals (lib.versionAtLeast version "4") [ ./qt68.patch ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake
|
cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user