dnsperf: fixup build

I'm not sure why the libcap.dev -> libcap.lib propagation
doesn't work here.
This commit is contained in:
Vladimír Čunát 2018-06-30 09:57:58 +02:00
parent d00b7fa13f
commit bcb416a07e
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
outputs = [ "out" "man" "doc" ];
buildInputs = [ bind zlib openssl ]
++ stdenv.lib.optional stdenv.isLinux [ libcap libseccomp ];
++ stdenv.lib.optional stdenv.isLinux [ libcap libcap.lib libseccomp ];
postInstall = ''
mkdir -p "$out/share/doc/"