* Fix an infinite recursion in scons.
svn path=/nixpkgs/trunk/; revision=23464
This commit is contained in:
parent
6e0911c3cb
commit
a9da4153c4
@ -4,7 +4,8 @@ let
|
|||||||
name = "scons";
|
name = "scons";
|
||||||
version = "2.0.1";
|
version = "2.0.1";
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation rec {
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
name = "${name}-${version}";
|
name = "${name}-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user