mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
leafnode: fix build with libxcrypt
This commit is contained in:
parent
3575e575f8
commit
ec31b96900
@ -1,4 +1,4 @@
|
||||
{ lib, stdenv, fetchurl, pcre }:
|
||||
{ lib, stdenv, fetchurl, pcre, libxcrypt }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "leafnode";
|
||||
@ -27,7 +27,7 @@ stdenv.mkDerivation {
|
||||
sed -i validatefqdn.c -e 's/int is_validfqdn(const char \*f) {/int is_validfqdn(const char *f) { return 1;/;'
|
||||
'';
|
||||
|
||||
buildInputs = [ pcre];
|
||||
buildInputs = [ pcre libxcrypt ];
|
||||
|
||||
meta = {
|
||||
homepage = "http://leafnode.sourceforge.net/";
|
||||
|
Loading…
Reference in New Issue
Block a user