mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 17:47:35 +00:00
popa3d: fix build with libxcrypt
This commit is contained in:
parent
da15c9c274
commit
2a7df1adc8
@ -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 New Issue
Block a user