popa3d: fix build with libxcrypt

This commit is contained in:
Franz Pletz
2022-10-09 18:10:37 +02:00
committed by Martin Weinelt
parent da15c9c274
commit 2a7df1adc8
+2 -2
View File
@@ -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