dnsperf: fixup build
I'm not sure why the libcap.dev -> libcap.lib propagation doesn't work here.
This commit is contained in:
parent
d00b7fa13f
commit
bcb416a07e
1 changed files with 1 additions and 1 deletions
|
@ -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/"
|
||||
|
|
Loading…
Reference in a new issue