summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/rangehttpserver
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2020-01-29 00:44:11 +0100
committerPeter Simons <simons@cryp.to>2020-01-31 21:05:56 +0100
commit8d4509e34d85501dca2eed1a2dfbd5c0611b0f5b (patch)
treee565876393a0da71c6ce5046b10b3e84af4da5e9 /pkgs/development/python-modules/rangehttpserver
parent2b10aed0d71c9495c7f0171760e74aec45baceba (diff)
haskell generic-builder: Fix package conf handling
Previously the package conf files were handled without paying attention to the fact that it's pretty-printed output. One problem was discovered with GHC 8.8.1 on Darwin, where the dynamic-library-dirs first field seems to have increased in length, meaning while before it was dynamic-library-dirs: some-small-directory-name some-more-directories Now it is dynamic-library-dirs: some-larger-directory-name some-more-directories Which breaks the code installed for https://github.com/NixOS/nixpkgs/pull/25537, because that assumed the former format, resulting in the reoccurence of the bug in https://github.com/NixOS/nixpkgs/issues/22810, see https://github.com/Infinisil/all-hies/issues/43 This commit fixes this by "unprettyfying" the package conf files before processing them. Closes https://github.com/NixOS/nixpkgs/pull/78738.
Diffstat (limited to 'pkgs/development/python-modules/rangehttpserver')
0 files changed, 0 insertions, 0 deletions