Skip to content

Commit

Permalink
gnome2.libgnomecanvas: Fix eval with allowed aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Dec 8, 2024
1 parent 064ee2c commit f2fc260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/gnome-2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lib.makeScope pkgs.newScope (self: with self; {
autoreconfHook = pkgs.autoreconfHook269;
};

} // lib.optionalAttrs config.allowAliases {
}) // lib.optionalAttrs config.allowAliases {
# added 2024-12-02
glib = throw "gnome2.glib has been removed, please use top-level glib";
glibmm = throw "gnome2.glibmm has been removed, please use top-level glibmm";
Expand Down Expand Up @@ -74,4 +74,4 @@ lib.makeScope pkgs.newScope (self: with self; {
libgnomeui = throw "gnome2.libgnomeui has been removed"; # 2024-06-27
libgtkhtml = throw "gnome2.libgtkhtml has been removed"; # 2023-01-15
python_rsvg = throw "gnome2.python_rsvg has been removed"; # 2023-01-14
})
}

0 comments on commit f2fc260

Please sign in to comment.