Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-19 06:17:55 +00:00
committed by GitHub
12 changed files with 288 additions and 76 deletions

View File

@@ -281,12 +281,9 @@ dvipng = stdenv.mkDerivation {
configureFlags = common.configureFlags
++ [ "--with-system-kpathsea" "--with-gs=yes" "--disable-debug" ];
enableParallelBuilding = true;
GS="${ghostscript}/bin/gs";
# I didn't manage to hardcode gs location by configureFlags
postInstall = ''
wrapProgram "$out/bin/dvipng" --prefix PATH : '${ghostscript}/bin'
'';
enableParallelBuilding = true;
};