mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
kdbusaddons: mark broken on Qt 5.5
This commit is contained in:
parent
ffa8be8a0a
commit
c1630b5337
@ -1,8 +1,11 @@
|
||||
{ kdeFramework, lib, extra-cmake-modules, qttools, qtx11extras }:
|
||||
{ kdeFramework, lib, extra-cmake-modules, qtbase, qttools, qtx11extras }:
|
||||
|
||||
kdeFramework {
|
||||
name = "kdbusaddons";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
broken = builtins.compareVersions qtbase.version "5.6.0" < 0;
|
||||
};
|
||||
nativeBuildInputs = [ extra-cmake-modules qttools ];
|
||||
propagatedBuildInputs = [ qtx11extras ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user