Skip to content

Commit

Permalink
feat: patch ghostscript
Browse files Browse the repository at this point in the history
Subj, patch ghostscript to make sure 0.10.4 builds

Signed-off-by: Lainera <[email protected]>
  • Loading branch information
Lainera committed Dec 27, 2024
1 parent e0e8116 commit bc74968
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkgs/by-name/gh/ghostscript/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,10 @@ stdenv.mkDerivation rec {
done
'';

preInstallCheck = if stdenv.hostPlatform.isDarwin then ''
DYLD_LIBRARY_PATH=$out/lib
export DYLD_LIBRARY_PATH
'' else null;
# validate dynamic linkage
doInstallCheck = true;
installCheckPhase = ''
Expand Down

0 comments on commit bc74968

Please sign in to comment.