mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-11 06:34:13 +00:00
![]() The current version of the derivation builds in shared libraries mode, but then the "shared" flag is not passed to the "make install" invocation. This causes "make install" to perform a whole second build from scratch, in static mode, and install this to $out instead. Instead pass shared=yes as part of the makeFlags -- this is basically the only thing that the "shared" build target does anyway, and I don't think there is a similar target for "make install". This issue was detected because the .pc shipped with mupdf doesn't work with the static libraries currently shipped (it doesn't include recursive dependencies like zlib). |
||
---|---|---|
.. | ||
1.17.nix | ||
0001-Use-command-v-in-favor-of-which.patch | ||
0002-Add-Darwin-deps.patch | ||
darwin.patch | ||
default.nix | ||
mupdf-1.14-shared_libs.patch |