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 , libtool 7 , zlib 8 , cunit 9 }: 10 stdenv.mkDerivation rec { 11 pname = "dcap"; ··· 19 }; 20 21 nativeBuildInputs = [ autoconf automake libtool ]; 22 - buildInputs = [ zlib ]; 23 24 preConfigure = '' 25 patchShebangs bootstrap.sh
··· 6 , libtool 7 , zlib 8 , cunit 9 + , libxcrypt 10 }: 11 stdenv.mkDerivation rec { 12 pname = "dcap"; ··· 20 }; 21 22 nativeBuildInputs = [ autoconf automake libtool ]; 23 + buildInputs = [ zlib libxcrypt ]; 24 25 preConfigure = '' 26 patchShebangs bootstrap.sh