Skip to content

Commit

Permalink
scons: 3.0.0 -> 3.0.1
Browse files Browse the repository at this point in the history
"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 aeff308). 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.
  • Loading branch information
primeos committed Nov 15, 2017
1 parent 0768420 commit a5b611d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pkgs/development/tools/build-managers/scons/default.nix
Expand Up @@ -11,4 +11,8 @@ in {
version = "3.0.0";
sha256 = "05jjykllk4icnq6gfrkgkbc4ggxm7983q6r33mrhpilqbd02ylqg";
};
scons_3_0_1 = mkScons {
version = "3.0.1";
sha256 = "0wzid419mlwqw9llrg8gsx4nkzhqy16m4m40r0xnh6cwscw5wir4";
};
}
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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 { };
Expand Down

0 comments on commit a5b611d

Please sign in to comment.