Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-15 18:16:46 +00:00
committed by GitHub
38 changed files with 747 additions and 581 deletions
+3 -1
View File
@@ -58,7 +58,9 @@ lib.makeScope pkgs.newScope (self: with self; {
# Removed from recent GNOME releases, but still required
scrollkeeper = callPackage ./desktop/scrollkeeper { };
gtksourceview = callPackage ./desktop/gtksourceview { };
gtksourceview = callPackage ./desktop/gtksourceview {
autoreconfHook = pkgs.autoreconfHook269;
};
vte = callPackage ./desktop/vte { };