parent
ea1aae15ae
commit
671db18e22
@ -1393,4 +1393,11 @@ self: super: {
|
|||||||
# See https://github.com/ekmett/perhaps/pull/5
|
# See https://github.com/ekmett/perhaps/pull/5
|
||||||
perhaps = doJailbreak super.perhaps;
|
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
|
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
|
||||||
|
@ -5719,7 +5719,6 @@ broken-packages:
|
|||||||
- HLearn-distributions
|
- HLearn-distributions
|
||||||
- hledger-api
|
- hledger-api
|
||||||
- hledger-chart
|
- hledger-chart
|
||||||
- hledger-flow
|
|
||||||
- hledger-irr
|
- hledger-irr
|
||||||
- hledger-vty
|
- hledger-vty
|
||||||
- hlibBladeRF
|
- hlibBladeRF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user