libkscreen: Broken with Qt < 5.12.0
This commit is contained in:
parent
32a6680160
commit
0e60d8641e
@ -1,11 +1,14 @@
|
|||||||
{
|
{
|
||||||
mkDerivation, lib, copyPathsToStore, propagate,
|
mkDerivation, lib, copyPathsToStore, propagate,
|
||||||
extra-cmake-modules,
|
extra-cmake-modules,
|
||||||
kwayland, libXrandr, qtx11extras
|
kwayland, libXrandr, qtbase, qtx11extras
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
name = "libkscreen";
|
name = "libkscreen";
|
||||||
|
meta = {
|
||||||
|
broken = builtins.compareVersions qtbase.version "5.12.0" < 0;
|
||||||
|
};
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [ kwayland libXrandr qtx11extras ];
|
buildInputs = [ kwayland libXrandr qtx11extras ];
|
||||||
outputs = [ "out" "dev" ];
|
outputs = [ "out" "dev" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user