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
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
outputs = [ "out" "man" "doc" ];
|
outputs = [ "out" "man" "doc" ];
|
||||||
|
|
||||||
buildInputs = [ bind zlib openssl ]
|
buildInputs = [ bind zlib openssl ]
|
||||||
++ stdenv.lib.optional stdenv.isLinux [ libcap libseccomp ];
|
++ stdenv.lib.optional stdenv.isLinux [ libcap libcap.lib libseccomp ];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
mkdir -p "$out/share/doc/"
|
mkdir -p "$out/share/doc/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user