mirror of
https://github.com/NixOS/nix
synced 2025-06-25 10:41:16 +02:00
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
1 changed files with 1 additions and 3 deletions
|
@ -176,9 +176,7 @@
|
||||||
"--enable-internal-api-docs"
|
"--enable-internal-api-docs"
|
||||||
];
|
];
|
||||||
|
|
||||||
# TODO: after backport of https://github.com/NixOS/nixpkgs/pull/268487, remove `haskellPackages.` -
|
changelog-d = pkgs.buildPackages.changelog-d;
|
||||||
# vastly improves output closure, and adds shell completions
|
|
||||||
changelog-d = pkgs.buildPackages.haskellPackages.changelog-d;
|
|
||||||
|
|
||||||
nativeBuildDeps =
|
nativeBuildDeps =
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue