forked from lix-project/lix
flake.nix: Use top level changelog-d
It is about 2 MB now, as only it and libffi (tiny) are new in the build or shell closures.
This commit is contained in:
parent
c5d49ec7ab
commit
e7e21aa0c8
|
@ -176,9 +176,7 @@
|
|||
"--enable-internal-api-docs"
|
||||
];
|
||||
|
||||
# TODO: after backport of https://github.com/NixOS/nixpkgs/pull/268487, remove `haskellPackages.` -
|
||||
# vastly improves output closure, and adds shell completions
|
||||
changelog-d = pkgs.buildPackages.haskellPackages.changelog-d;
|
||||
changelog-d = pkgs.buildPackages.changelog-d;
|
||||
|
||||
nativeBuildDeps =
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue