From 1d2fcde841a602332a61cb39c4db5ca7aa6616ab Mon Sep 17 00:00:00 2001 From: Joachim Fasting Date: Sat, 7 May 2016 20:18:27 +0200 Subject: [PATCH] dnscrypt-proxy service: fix libcap output reference After 7382afac40c23841e5d6a491bd4a9412d766ecab shared objects are in `libcap.lib` --- nixos/modules/services/networking/dnscrypt-proxy.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/networking/dnscrypt-proxy.nix b/nixos/modules/services/networking/dnscrypt-proxy.nix index 9e2b044821d6..3961088c4b07 100644 --- a/nixos/modules/services/networking/dnscrypt-proxy.nix +++ b/nixos/modules/services/networking/dnscrypt-proxy.nix @@ -165,7 +165,7 @@ in ${pkgs.xz.out}/lib/liblzma.so.* mr, ${pkgs.libgcrypt.out}/lib/libgcrypt.so.* mr, ${pkgs.libgpgerror.out}/lib/libgpg-error.so.* mr, - ${pkgs.libcap.out}/lib/libcap.so.* mr, + ${pkgs.libcap.lib}/lib/libcap.so.* mr, ${pkgs.lz4}/lib/liblz4.so.* mr, ${pkgs.attr.out}/lib/libattr.so.* mr,