Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 8023e3c42a8a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: a97cb19b38e7
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 25, 2020

  1. ghostscript: fix broken rpath on Darwin

    Dynamic library name on Darwin contains only 'maj.min' eg "9.53";
    the build however used $version to set rpath;
    this broke on 2029ca3 when $version went from "9.52" to "9.53.3".
    
    Add a call to 'gs' in installCheckPhase,
    to break the build if dylib issues arise in the future.
    
    Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
    Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
    siriobalmelli and veprbl committed Nov 25, 2020
    Copy the full SHA
    a775974 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2020

  1. Merge pull request #104593 from siriobalmelli-foss/fix/ghostscript

    ghostscript: fix broken rpath on Darwin
    veprbl committed Nov 26, 2020
    Copy the full SHA
    a97cb19 View commit details
    Browse the repository at this point in the history