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: 29c700c61bf9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 2cc45e89e7df
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 9, 2019

  1. ghostscript: link against "systemwide" liblcms2

    GS ships with a fork of lcms2 ("lcms2mt"), but the ABI separation
    between the fork and the original seems insufficient. If libgs is linked
    alongside liblcms2 (for example, this is the case with imagemagick) then
    it will call into the original library instead of the fork, causing
    segfaults.
    
    Follow the example of both Arch and Debian in this regard -- they both
    use the systemwide lib instead of the fork.
    
    (cherry picked from commit 128bb7b)
    delroth authored and Mic92 committed Jun 9, 2019
    Copy the full SHA
    80c7e98 View commit details
    Browse the repository at this point in the history
  2. [19.03] ghostscript: link against "systemwide" liblcms2 (#57365)

    [19.03] ghostscript: link against "systemwide" liblcms2
    Mic92 committed Jun 9, 2019
    Copy the full SHA
    2cc45e8 View commit details
    Browse the repository at this point in the history