Skip to content

Commit

Permalink
wrapGAppsHook: Move to aliases
Browse files Browse the repository at this point in the history
Now that there are no references in Nixpkgs.
  • Loading branch information
jtojnar committed Apr 27, 2024
1 parent 8210cb2 commit 1d2b048
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1324,6 +1324,7 @@ mapAliases ({
wordpress6_2 = throw "'wordpress6_2' has been removed in favor of the latest version"; # Added 2023-10-10
wormhole-rs = magic-wormhole-rs; # Added 2022-05-30. preserve, reason: Arch package name, main binary name
wmii_hg = wmii;
wrapGAppsHook = wrapGAppsHook3; # Added 2024-03-26
wxGTK30 = throw "wxGTK30 has been removed from nixpkgs as it has reached end of life"; # Added 2023-03-22
wxGTK30-gtk2 = wxGTK30; # Added 2022-12-03
wxGTK30-gtk3 = wxGTK30; # Added 2022-12-03
Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1438,8 +1438,6 @@ with pkgs;
isGraphical = true;
};

wrapGAppsHook = wrapGAppsHook3;

wrapGAppsHook4 = wrapGAppsNoGuiHook.override {
isGraphical = true;
gtk3 = __splicedPackages.gtk4;
Expand Down

0 comments on commit 1d2b048

Please sign in to comment.