mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
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:
parent
0768420280
commit
a5b611defc
@ -11,4 +11,8 @@ in {
|
||||
version = "3.0.0";
|
||||
sha256 = "05jjykllk4icnq6gfrkgkbc4ggxm7983q6r33mrhpilqbd02ylqg";
|
||||
};
|
||||
scons_3_0_1 = mkScons {
|
||||
version = "3.0.1";
|
||||
sha256 = "0wzid419mlwqw9llrg8gsx4nkzhqy16m4m40r0xnh6cwscw5wir4";
|
||||
};
|
||||
}
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user