0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

libiconv: update gnu config scripts (#334986)

This commit is contained in:
Martin Weinelt 2024-11-19 04:04:11 +01:00 committed by GitHub
commit cc3050e41c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,5 @@
{ fetchurl, stdenv, lib
, updateAutotoolsGnuConfigScriptsHook
, enableStatic ? stdenv.hostPlatform.isStatic
, enableShared ? !stdenv.hostPlatform.isStatic
, enableDarwinABICompat ? false
@ -17,6 +18,10 @@ stdenv.mkDerivation (rec {
enableParallelBuilding = true;
# necessary to build on FreeBSD native pending inclusion of
# https://git.savannah.gnu.org/cgit/config.git/commit/?id=e4786449e1c26716e3f9ea182caf472e4dbc96e0
nativeBuildInputs = [ updateAutotoolsGnuConfigScriptsHook ];
setupHooks = [
../../../build-support/setup-hooks/role.bash
./setup-hook.sh