exclude kdev-python due to build failure
This commit is contained in:
@@ -61,6 +61,9 @@
|
||||
# Exclude calligra due to build failure
|
||||
(builtins.filter (pkg: pkg.pname != "calligra"))
|
||||
|
||||
# Exclude kdev-python due to build failure
|
||||
(builtins.filter (pkg: pkg.pname != "kdev-python"))
|
||||
|
||||
# Exclude plasma-mobile
|
||||
(builtins.filter (pkg: pkg.pname != "plasma-mobile"))
|
||||
]) ++ [
|
||||
|
||||
Reference in New Issue
Block a user