summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
diff options
context:
space:
mode:
authorSoares Chen <soares.chen@gmail.com>2020-05-28 22:10:36 +0200
committerPeter Simons <simons@cryp.to>2020-05-29 22:28:47 +0200
commit32d2de8e0092864cb0a9dfe68ea67a813e0e600e (patch)
tree1b21544af4278ba68652c03d3fded460c2ec2a6e /pkgs/development/python-modules/python-mapnik
parent53594c65ceb29ca8aba2669830335239bb66a52f (diff)
haskell: Fix with-packages-wrapper MacOS linker hack for GHC 8.8
`with-packages-wrapper.nix` has a hack to workaround the linker limit in MacOS Sierra. However that is now broken with GHC 8.8, because of slight change in the format of the package config. In short, the package config produced by GHC 8.8 has a new line between the key and list of values, while earlier versions have them separated by a single space. This PR fixes the linker hack by modifying the `grep` and `sed` commands to pattern match on either space or new line, so that the hack can work on all versions of GHC.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions