gnome.gnome-panel: Use autoconf271

I don't see any build issues with it.
This commit is contained in:
Bobby Rong
2023-10-06 18:22:07 +08:00
parent 190a819ecb
commit 55c124cadb
+1 -3
View File
@@ -238,9 +238,7 @@ lib.makeScope pkgs.newScope (self: with self; {
gnome-flashback = callPackage ./misc/gnome-flashback { };
gnome-panel = callPackage ./misc/gnome-panel {
autoreconfHook = pkgs.autoreconfHook269;
};
gnome-panel = callPackage ./misc/gnome-panel { };
gnome-tweaks = callPackage ./misc/gnome-tweaks { };