popa3d: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-29 17:26:17 +02:00 committed by Martin Weinelt
parent da15c9c274
commit 2a7df1adc8
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

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