sxmo-utils: disable update script
This commit is contained in:
@@ -240,7 +240,7 @@ stdenv.mkDerivation rec {
|
|||||||
passthru = {
|
passthru = {
|
||||||
inherit runtimeDeps;
|
inherit runtimeDeps;
|
||||||
providedSessions = (lib.optional supportSway "swmo") ++ (lib.optional supportDwm "sxmo");
|
providedSessions = (lib.optional supportSway "swmo") ++ (lib.optional supportDwm "sxmo");
|
||||||
updateScript = unstableGitUpdater { };
|
# updateScript = unstableGitUpdater { };
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Reference in New Issue
Block a user