guile-curl: fix build with gettext (#429208)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
autoreconfHook,
|
||||
gettext,
|
||||
guile,
|
||||
pkg-config,
|
||||
texinfo,
|
||||
@@ -34,6 +35,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
curl
|
||||
];
|
||||
|
||||
# error: possibly undefined macro: AC_LIB_LINKFLAGS_FROM_LIBS
|
||||
preAutoreconf = ''
|
||||
cp ${gettext}/share/gettext/m4/lib-{ld,link,prefix}.m4 m4
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Bindings to cURL for GNU Guile";
|
||||
homepage = "https://github.com/spk121/guile-curl";
|
||||
|
||||
Reference in New Issue
Block a user