dcap: fix build with libxcrypt

authored by Franz Pletz and committed by Martin Weinelt ccba311f fd1bcb10

+2 -1
+2 -1
pkgs/tools/networking/dcap/default.nix
··· 6 6 , libtool 7 7 , zlib 8 8 , cunit 9 + , libxcrypt 9 10 }: 10 11 stdenv.mkDerivation rec { 11 12 pname = "dcap"; ··· 19 20 }; 20 21 21 22 nativeBuildInputs = [ autoconf automake libtool ]; 22 - buildInputs = [ zlib ]; 23 + buildInputs = [ zlib libxcrypt ]; 23 24 24 25 preConfigure = '' 25 26 patchShebangs bootstrap.sh