popa3d: fix build with libxcrypt
This commit is contained in:
parent
da15c9c274
commit
2a7df1adc8
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, stdenv, fetchurl, openssl }:
|
||||
{ lib, stdenv, fetchurl, openssl, libxcrypt }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "popa3d";
|
||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "1g48cd74sqhl496wmljhq44iyfpghaz363a1ip8nyhpjz7d57f03";
|
||||
};
|
||||
|
||||
buildInputs = [ openssl ];
|
||||
buildInputs = [ openssl libxcrypt ];
|
||||
|
||||
patches = [
|
||||
./fix-mail-spool-path.patch
|
||||
|
|
Loading…
Reference in a new issue