mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
autogen: fix compilation on aarch64-darwin
This commit is contained in:
parent
ac6a4f7cf5
commit
07e4cbde16
|
@ -62,7 +62,9 @@ stdenv.mkDerivation rec {
|
|||
# the configure check for regcomp wants to run a host program
|
||||
"libopts_cv_with_libregex=yes"
|
||||
#"MAKEINFO=${buildPackages.texinfo}/bin/makeinfo"
|
||||
]);
|
||||
])
|
||||
# See: https://sourceforge.net/p/autogen/bugs/187/
|
||||
++ lib.optionals stdenv.isDarwin [ "ac_cv_func_utimensat=no" ];
|
||||
|
||||
#doCheck = true; # not reliable
|
||||
|
||||
|
|
Loading…
Reference in a new issue