mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Add dependencies for coverage test
This commit is contained in:
parent
4b45d8c95a
commit
2f5789c5d6
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ let
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ curl bzip2 openssl pkgconfig sqlite xz libsodium libseccomp
|
[ curl bzip2 openssl pkgconfig sqlite xz libsodium libseccomp
|
||||||
# These are for "make check" only:
|
# These are for "make check" only:
|
||||||
graphviz libxml2 libxslt
|
graphviz libxml2 libxslt git mercurial
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = ''
|
configureFlags = ''
|
||||||
|
|
Loading…
Reference in a new issue