mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
Fix coverage build
This commit is contained in:
parent
8f67325a7c
commit
399397c907
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ let
|
||||||
src = tarball;
|
src = tarball;
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ curl perl bzip2 openssl pkgconfig sqlite
|
[ curl perl bzip2 openssl pkgconfig sqlite xz libsodium
|
||||||
# These are for "make check" only:
|
# These are for "make check" only:
|
||||||
graphviz libxml2 libxslt
|
graphviz libxml2 libxslt
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue