karchive: mark broken on Qt 5.5
This commit is contained in:
parent
b682464f4e
commit
9cd0754191
@ -2,7 +2,10 @@
|
||||
|
||||
kdeFramework {
|
||||
name = "karchive";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
broken = builtins.compareVersions qtbase.version "5.6.0" < 0;
|
||||
};
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ qtbase ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user