tree-wide: remove aliases from gnome update scripts

This commit is contained in:
Jan Tojnar
2020-03-24 07:11:24 +01:00
parent f0a4cc5002
commit 0ce270707c
9 changed files with 1 additions and 9 deletions
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
passthru = {
updateScript = gnome3.updateScript {
packageName = "gtksourceview";
attrPath = "gnome3.gtksourceview";
attrPath = "gtksourceview3";
};
};