changelog-d: fix build
Build failed (https://hydra.nixos.org/build/254972708/nixlog/2) with Error: Setup: Encountered missing or private dependencies: base >=4.11.1.0 && <4.12 || >=4.12.0.0 && <4.13 || >=4.13.0.0 && <4.14 || >=4.14.0.0 && <4.15 || >=4.16.1.0 && <4.17 || >=4.17.0.0 && <4.18
This commit is contained in:
parent
9c1dbc6076
commit
ba90425948
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ let
|
|||
haskellModifications =
|
||||
lib.flip lib.pipe [
|
||||
addCompletions
|
||||
haskell.lib.doJailbreak
|
||||
haskell.lib.justStaticExecutables
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue