nntp-proxy: fix build with libxcrypt

authored by

Franz Pletz and committed by
Martin Weinelt
58bbfeb6 cfc636c3

+2 -2
+2 -2
pkgs/applications/networking/nntp-proxy/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, libconfig, pkg-config, libevent, openssl }: 2 3 stdenv.mkDerivation { 4 pname = "nntp-proxy"; ··· 12 }; 13 14 nativeBuildInputs = [ pkg-config ]; 15 - buildInputs = [ libconfig libevent openssl ]; 16 17 installFlags = [ "INSTALL_DIR=$(out)/bin/" ]; 18
··· 1 + { lib, stdenv, fetchFromGitHub, libconfig, pkg-config, libevent, openssl, libxcrypt }: 2 3 stdenv.mkDerivation { 4 pname = "nntp-proxy"; ··· 12 }; 13 14 nativeBuildInputs = [ pkg-config ]; 15 + buildInputs = [ libconfig libevent openssl libxcrypt ]; 16 17 installFlags = [ "INSTALL_DIR=$(out)/bin/" ]; 18