mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-25 18:10:37 +00:00
threadweaver: mark broken on Qt 5.5
(cherry picked from commit e7b2300a0c)
This commit is contained in:
committed by
Robin Gloster
parent
80584e11a1
commit
7771d8b98f
@@ -4,7 +4,10 @@
|
||||
|
||||
kdeFramework {
|
||||
name = "threadweaver";
|
||||
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 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user