scons: updated to version 2.1.0
svn path=/nixpkgs/trunk/; revision=33030
This commit is contained in:
parent
fadf3e1f75
commit
e49110e221
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
name = "scons";
|
name = "scons";
|
||||||
version = "2.0.1";
|
version = "2.1.0";
|
||||||
in
|
in
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/scons/${name}-${version}.tar.gz";
|
url = "mirror://sourceforge/scons/${name}-${version}.tar.gz";
|
||||||
sha256 = "0qk74nrnm9qlijrq6gmy8cyhjgp0gis4zx44divnr8n487d5308a";
|
sha256 = "4139ed14f60dd2ebcd47c59984d14705636180eb27b3d1b2949489e514b1921d";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [python makeWrapper];
|
buildInputs = [python makeWrapper];
|
||||||
@ -27,8 +27,8 @@ stdenv.mkDerivation {
|
|||||||
homepage = "http://scons.org/";
|
homepage = "http://scons.org/";
|
||||||
description = "An improved, cross-platform substitute for Make";
|
description = "An improved, cross-platform substitute for Make";
|
||||||
license = "MIT";
|
license = "MIT";
|
||||||
longDescription =
|
longDescription = ''
|
||||||
'' SCons is an Open Source software construction tool. Think of
|
SCons is an Open Source software construction tool. Think of
|
||||||
SCons as an improved, cross-platform substitute for the classic
|
SCons as an improved, cross-platform substitute for the classic
|
||||||
Make utility with integrated functionality similar to
|
Make utility with integrated functionality similar to
|
||||||
autoconf/automake and compiler caches such as ccache. In short,
|
autoconf/automake and compiler caches such as ccache. In short,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user