Merge branch 'master' into staging

This commit is contained in:
Vladimír Čunát
2016-05-12 04:03:33 +02:00
222 changed files with 17737 additions and 11667 deletions

View File

@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
name = "ghostscript-${version}";
src = fetchurl {
url = "http://downloads.ghostscript.com/public/${name}.tar.bz2";
url = "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs918/${name}.tar.bz2";
inherit sha256;
};