gdtoolkit: rename to gdtoolkit_3
This commit is contained in:
parent
64494ffef1
commit
c01927fc82
@ -23,7 +23,7 @@ let
|
||||
};
|
||||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "gdtoolkit";
|
||||
pname = "gdtoolkit3";
|
||||
version = "3.3.1";
|
||||
|
||||
# If we try to get using fetchPypi it requires GeoIP (but the package dont has that dep!?)
|
||||
@ -62,7 +62,8 @@ python.pkgs.buildPythonApplication rec {
|
||||
- disable doCheck for gdtoolkit, or
|
||||
- provide a compatible godot-server version to gdtoolkit"
|
||||
'';
|
||||
in lib.throwIf (godotServerMajorVersion != gdtoolkitMajorVersion) msg ''
|
||||
in
|
||||
lib.throwIf (godotServerMajorVersion != gdtoolkitMajorVersion) msg ''
|
||||
# The tests want to run the installed executables
|
||||
export PATH=$out/bin:$PATH
|
||||
|
@ -414,6 +414,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
|
||||
|
@ -8423,8 +8423,6 @@ with pkgs;
|
||||
|
||||
gdmap = callPackage ../tools/system/gdmap { };
|
||||
|
||||
gdtoolkit = callPackage ../development/tools/gdtoolkit { };
|
||||
|
||||
gef = callPackage ../development/tools/misc/gef { };
|
||||
|
||||
gelasio = callPackage ../data/fonts/gelasio { };
|
||||
|
Loading…
Reference in New Issue
Block a user