nixpkgs-suyu/pkgs
Silvan Mosberger 8d4509e34d 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.
2020-01-31 21:05:56 +01:00
..
applications Merge pull request #76587 from azazel75/squeezelite-libs 2020-01-31 05:57:44 -08:00
build-support Merge pull request #78834 from nlewo/fix-two-layers-image 2020-01-30 21:10:52 +01:00
common-updater
data yaru-theme: 19.10.4 -> 19.10.5 2020-01-30 22:03:51 -08:00
desktops krohnkite: 0.5 -> 0.6 2020-01-31 08:26:57 +00:00
development haskell generic-builder: Fix package conf handling 2020-01-31 21:05:56 +01:00
games Merge pull request #78884 from r-ryantm/auto-update/tintin 2020-01-31 08:38:56 -05:00
misc lightspark: 0.8.1 -> 0.8.2 2020-01-30 18:35:29 -05:00
os-specific linux: 5.4.15 -> 5.4.16 2020-01-30 16:41:12 -05:00
servers zabbix: 4.4.4 -> 4.4.5 2020-01-30 21:56:29 -08:00
shells oh-my-zsh: 2020-01-04 -> 2020-01-30 2020-01-30 16:41:13 -05:00
stdenv stdenv, darwin: fix setupHook location 2020-01-30 18:35:30 -05:00
test llvm_4: remove 2020-01-30 18:35:31 -05:00
tools Merge pull request #78948 from mmahut/vegeta 2020-01-31 18:30:47 +01:00
top-level Merge pull request #78948 from mmahut/vegeta 2020-01-31 18:30:47 +01:00