mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
gdtoolkit_4: 4.2.2 -> 4.3.1 (#339950)
This commit is contained in:
commit
b3013e2701
@ -24,13 +24,13 @@ let
|
|||||||
in
|
in
|
||||||
python.pkgs.buildPythonApplication rec {
|
python.pkgs.buildPythonApplication rec {
|
||||||
pname = "gdtoolkit";
|
pname = "gdtoolkit";
|
||||||
version = "4.2.2";
|
version = "4.3.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Scony";
|
owner = "Scony";
|
||||||
repo = "godot-gdscript-toolkit";
|
repo = "godot-gdscript-toolkit";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-SvEKKuDnfxV+5AArg5ssrQzgIwRITdek4KYEs3d0n4Y=";
|
hash = "sha256-XK6s/WnbTzjCAtV8dbRPLe5olpKUglPLQdttRRMvX70=";
|
||||||
};
|
};
|
||||||
|
|
||||||
disabled = python.pythonOlder "3.7";
|
disabled = python.pythonOlder "3.7";
|
||||||
@ -50,12 +50,12 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
preCheck = ''
|
preCheck = ''
|
||||||
# The tests want to run the installed executables
|
# The tests want to run the installed executables
|
||||||
export PATH=$out/bin:$PATH
|
export PATH=$out/bin:$PATH
|
||||||
|
|
||||||
# gdtoolkit tries to write cache variables to $HOME/.cache
|
# gdtoolkit tries to write cache variables to $HOME/.cache
|
||||||
export HOME=$TMP
|
export HOME=$TMP
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# The tests are not working on NixOS
|
# The tests are not working on NixOS
|
||||||
disabledTestPaths = [
|
disabledTestPaths = [
|
||||||
|
Loading…
Reference in New Issue
Block a user