forked from mirrors/nixpkgs
pkgs/misc/ghostscript/default.nix: strip trailing white space, no functional change
svn path=/nixpkgs/trunk/; revision=23828
This commit is contained in:
parent
fd538ef53d
commit
9640592265
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue