recode: fix libintl issue
should resolve https://hydra.nixos.org/build/71918435/nixlog/1
This commit is contained in:
parent
ea1ba075a8
commit
1eda88c3bf
@ -11,7 +11,8 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "06vyjqaraamcc5vka66mlvxj27ihccqc74aymv2wn8nphr2rhh03";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ python perl intltool flex texinfo autoreconfHook libiconv libintl ];
|
||||
nativeBuildInputs = [ python perl intltool flex texinfo autoreconfHook libiconv ];
|
||||
buildInputs = [ libintl ];
|
||||
|
||||
preAutoreconf = ''
|
||||
# fix build with new automake, https://bugs.gentoo.org/show_bug.cgi?id=419455
|
||||
|
Loading…
Reference in New Issue
Block a user