scons: 4.0.0 -> 4.0.1 (#93415)
This commit is contained in:
parent
956f3224fe
commit
b9de39c2a1
@ -18,7 +18,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
--replace "build/dist" "dist"
|
--replace "build/dist" "dist"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# TODO: "Invalid SConscript usage - no parameters":
|
# The release tarballs don't contain any tests (runtest.py and test/*):
|
||||||
doCheck = lib.versionOlder version "4.0.0";
|
doCheck = lib.versionOlder version "4.0.0";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
@ -12,7 +12,7 @@ in {
|
|||||||
sha256 = "1yzq2gg9zwz9rvfn42v5jzl3g4qf1khhny6zfbi2hib55zvg60bq";
|
sha256 = "1yzq2gg9zwz9rvfn42v5jzl3g4qf1khhny6zfbi2hib55zvg60bq";
|
||||||
}).override { python3Packages = python2Packages; };
|
}).override { python3Packages = python2Packages; };
|
||||||
scons_latest = mkScons {
|
scons_latest = mkScons {
|
||||||
version = "4.0.0";
|
version = "4.0.1";
|
||||||
sha256 = "1ikw5lh0h206xd74g39jdlrcicb18jj3j80hvm4nbrfgxv1hvibc";
|
sha256 = "0z00l9wzaiqyjq0hapbvsjclvcfjjjq04kmxi7ffq966nl2d2bkj";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user