summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authormidchildan <git@midchildan.org>2022-05-13 22:47:16 +0900
committermidchildan <git@midchildan.org>2022-06-22 23:28:33 +0900
commit8fa427ef9f4f7caa3b7c9ac218e83cd0ba2cae6d (patch)
tree97a9867ade809728f2c6da54fc64067e8554683c /pkgs/development/python-modules/python-mapnik
parentd89d7af1ba23bd8a5341d00bdd862e8e9a808f56 (diff)
ncurses: make static binaries not depend on Nix store paths
One of the most popular features of static binaries is portability across distros. However, static binaries built against the ncurses package are currently not portable. This is because the current ncurses package configures dependant packages to use the ncurses store path as their terminfo search path. This unfortunately makes static binaries built against ncurses not portable across NixOS systems too, as it introduces a dependency on a specific build of ncurses. To fix this problem, this change adds common paths from FHS systems and the NixOS system profile path to the default terminfo search path.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions