1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-04 03:01:47 +02:00

Fix coverage job

(cherry picked from commit b4b1f4525f)
This commit is contained in:
Eelco Dolstra 2017-06-01 14:43:15 +02:00
parent aabe20bf78
commit 833aae4509
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -156,7 +156,7 @@ let
src = tarball; src = tarball;
buildInputs = buildInputs =
[ curl perl bzip2 openssl pkgconfig sqlite xz libsodium [ curl perl 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
]; ];