haskellPackages.hledger-flow: do not build static

Fixes #68840
This commit is contained in:
Christian Lütke-Stetzkamp 2020-02-08 20:52:00 +01:00 committed by Peter Simons
parent ea1aae15ae
commit 671db18e22
2 changed files with 7 additions and 1 deletions

View file

@ -1393,4 +1393,11 @@ self: super: {
# See https://github.com/ekmett/perhaps/pull/5
perhaps = doJailbreak super.perhaps;
# it wants to build a statically linked binary by default
hledger-flow = overrideCabal super.hledger-flow ( drv: {
postPatch = (drv.postPatch or "") + ''
substituteInPlace hledger-flow.cabal --replace "-static" ""
'';
});
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super

View file

@ -5719,7 +5719,6 @@ broken-packages:
- HLearn-distributions
- hledger-api
- hledger-chart
- hledger-flow
- hledger-irr
- hledger-vty
- hlibBladeRF