Updating from trunk.

svn path=/nixpkgs/branches/stdenv-updates/; revision=23840
This commit is contained in:
Lluís Batlle i Rossell
2010-09-17 19:10:21 +00:00
274 changed files with 8210 additions and 5384 deletions
+2 -2
View File
@@ -8,11 +8,11 @@ assert cupsSupport -> cups != null;
stdenv.mkDerivation rec {
name = "ghostscript-8.64.0";
builder = ./builder.sh;
src = fetchurl {
url = "mirror://gnu/ghostscript/gnu-${name}.tar.bz2";
url = "mirror://gnu/ghostscript/gnu-${name}.tar.bz2";
sha256 = "0b94vlf03saa8vm9drz1kishh527g0brw2cg3jcy9mgpp764x2v1";
};