mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
gnome3.gnome-panel: use autoconf 2.69
This commit is contained in:
parent
523f844fd5
commit
1b631198ae
@ -264,7 +264,9 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
|
||||
gnome-flashback = callPackage ./misc/gnome-flashback { };
|
||||
|
||||
gnome-panel = callPackage ./misc/gnome-panel { };
|
||||
gnome-panel = callPackage ./misc/gnome-panel {
|
||||
autoreconfHook = pkgs.autoreconfHook269;
|
||||
};
|
||||
|
||||
gnome-tweaks = callPackage ./misc/gnome-tweaks { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user