exclude audiotube app from building

This commit is contained in:
2026-05-19 03:43:33 +02:00
parent b38e5db90b
commit b15c6850c3
+3
View File
@@ -58,6 +58,9 @@
# Exclude audiocd-kio due to build failure
(builtins.filter (pkg: pkg.pname != "audiocd-kio"))
# Exclude audiotube due to build failure
(builtins.filter (pkg: pkg.pname != "audiotube"))
# Exclude plasma-mobile
(builtins.filter (pkg: pkg.pname != "plasma-mobile"))
]) ++ [