opensmtpd: fix build with libxcrypt

authored by Franz Pletz and committed by Martin Weinelt c1da1990 52f2785e

+2 -2
+2 -2
pkgs/servers/mail/opensmtpd/default.nix
··· 1 { lib, stdenv, fetchurl, autoconf, automake, libtool, bison 2 - , libasr, libevent, zlib, libressl, db, pam, nixosTests 3 }: 4 5 stdenv.mkDerivation rec { ··· 7 version = "6.8.0p2"; 8 9 nativeBuildInputs = [ autoconf automake libtool bison ]; 10 - buildInputs = [ libasr libevent zlib libressl db pam ]; 11 12 src = fetchurl { 13 url = "https://www.opensmtpd.org/archives/${pname}-${version}.tar.gz";
··· 1 { lib, stdenv, fetchurl, autoconf, automake, libtool, bison 2 + , libasr, libevent, zlib, libressl, db, pam, libxcrypt, nixosTests 3 }: 4 5 stdenv.mkDerivation rec { ··· 7 version = "6.8.0p2"; 8 9 nativeBuildInputs = [ autoconf automake libtool bison ]; 10 + buildInputs = [ libasr libevent zlib libressl db pam libxcrypt ]; 11 12 src = fetchurl { 13 url = "https://www.opensmtpd.org/archives/${pname}-${version}.tar.gz";