Skip to content

Commit

Permalink
gdtoolkit: rename to gdtoolkit_3
Browse files Browse the repository at this point in the history
  • Loading branch information
squarepear committed Feb 29, 2024
1 parent 8efca75 commit 9669f19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let
};
in
python.pkgs.buildPythonApplication rec {
pname = "gdtoolkit";
pname = "gdtoolkit_3";
version = "3.3.1";

# If we try to get using fetchPypi it requires GeoIP (but the package dont has that dep!?)
Expand Down
2 changes: 2 additions & 0 deletions pkgs/top-level/aliases.nix
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,8 @@ mapAliases ({
godot-headless = throw "godot-headless has been renamed to godot3-headless to distinguish from version 4"; # Added 2023-07-16
godot-server = throw "godot-server has been renamed to godot3-server to distinguish from version 4"; # Added 2023-07-16

gdtoolkit = throw "gdtoolkit has been renamed to gdtoolkit_3 to distinguish from version 4"; # Added 2024-02-17

google-chrome-beta = throw "'google-chrome-beta' has been removed due to the lack of maintenance in nixpkgs. Consider using 'google-chrome' instead."; # Added 2023-10-18
google-chrome-dev = throw "'google-chrome-dev' has been removed due to the lack of maintenance in nixpkgs. Consider using 'google-chrome' instead."; # Added 2023-10-18
google-gflags = throw "'google-gflags' has been renamed to/replaced by 'gflags'"; # Converted to throw 2023-09-10
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 @@ -8446,8 +8446,6 @@ with pkgs;

gdmap = callPackage ../tools/system/gdmap { };

gdtoolkit = callPackage ../development/tools/gdtoolkit { };

gef = callPackage ../development/tools/misc/gef { };

gelasio = callPackage ../data/fonts/gelasio { };
Expand Down

0 comments on commit 9669f19

Please sign in to comment.