mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
Merge pull request #116336 from singlethink/fix-gnome2.gtksourceview
Configure gnome2.gtksourceview to build with autoconf 2.69
This commit is contained in:
commit
29970ca826
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user