exclude audiotube app from building
This commit is contained in:
@@ -58,6 +58,9 @@
|
|||||||
# Exclude audiocd-kio due to build failure
|
# Exclude audiocd-kio due to build failure
|
||||||
(builtins.filter (pkg: pkg.pname != "audiocd-kio"))
|
(builtins.filter (pkg: pkg.pname != "audiocd-kio"))
|
||||||
|
|
||||||
|
# Exclude audiotube due to build failure
|
||||||
|
(builtins.filter (pkg: pkg.pname != "audiotube"))
|
||||||
|
|
||||||
# Exclude plasma-mobile
|
# Exclude plasma-mobile
|
||||||
(builtins.filter (pkg: pkg.pname != "plasma-mobile"))
|
(builtins.filter (pkg: pkg.pname != "plasma-mobile"))
|
||||||
]) ++ [
|
]) ++ [
|
||||||
|
|||||||
Reference in New Issue
Block a user