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:
commit
cc3050e41c
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue