mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 10:23:29 +00:00
kdnssd: mark broken on Qt 5.5
This commit is contained in:
parent
3acf24e67e
commit
e5283531c4
@ -5,7 +5,10 @@
|
||||
|
||||
kdeFramework {
|
||||
name = "kdnssd";
|
||||
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 = [ avahi ];
|
||||
buildInputs = [ qtbase ];
|
||||
|
Loading…
Reference in New Issue
Block a user