* Use sourceforge (more stable).
svn path=/nixpkgs/trunk/; revision=3326
This commit is contained in:
parent
a4ea900165
commit
f0d6ad6071
@ -5,13 +5,13 @@ stdenv.mkDerivation {
|
|||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs815/ghostscript-8.15.tar.bz2;
|
url = http://heanet.dl.sourceforge.net/sourceforge/ghostscript/ghostscript-8.15.tar.bz2;
|
||||||
md5 = "ab8502f30629b730e0c9ca56b88a6b9d";
|
md5 = "ab8502f30629b730e0c9ca56b88a6b9d";
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts = [
|
fonts = [
|
||||||
(fetchurl {
|
(fetchurl {
|
||||||
url = ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/GPL/gs815/ghostscript-fonts-std-8.11.tar.gz;
|
url = http://heanet.dl.sourceforge.net/sourceforge/ghostscript/ghostscript-fonts-std-8.11.tar.gz;
|
||||||
md5 = "6865682b095f8c4500c54b285ff05ef6";
|
md5 = "6865682b095f8c4500c54b285ff05ef6";
|
||||||
})
|
})
|
||||||
# ... add other fonts here
|
# ... add other fonts here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user