scons: 3.0.0 -> 3.0.1

"This release should be used instead of 3.0.1. This release fixes
several issues." - http://scons.org/scons-301-is-available.html

More than 90% of the 346 rebuilds succeed without any problems (I've
tested it against aeff3080d0). As far as I
can tell most of the problematic packages either failed before the
upgrade or for a reason that is unrelated to this SCons update. But it
is possible that this'll cause a few regressions, I'll try to watch out
for build failures on Hydra.

The attribute sconsPackages.scons_3_0_0 is still available in case this
breaks anything.
This commit is contained in:
Michael Weiss 2017-11-15 23:11:54 +01:00
parent 0768420280
commit a5b611defc
2 changed files with 5 additions and 1 deletions

View File

@ -11,4 +11,8 @@ in {
version = "3.0.0";
sha256 = "05jjykllk4icnq6gfrkgkbc4ggxm7983q6r33mrhpilqbd02ylqg";
};
scons_3_0_1 = mkScons {
version = "3.0.1";
sha256 = "0wzid419mlwqw9llrg8gsx4nkzhqy16m4m40r0xnh6cwscw5wir4";
};
}

View File

@ -7571,7 +7571,7 @@ with pkgs;
selendroid = callPackage ../development/tools/selenium/selendroid { };
sconsPackages = callPackage ../development/tools/build-managers/scons { };
scons = sconsPackages.scons_3_0_0;
scons = sconsPackages.scons_3_0_1;
scons_2_5_1 = sconsPackages.scons_2_5_1;
sbt = callPackage ../development/tools/build-managers/sbt { };