mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
cctools: fixup gnu-config detection
This commit is contained in:
parent
6f8b2f3961
commit
8b41b16a9f
@ -30,12 +30,7 @@ let
|
||||
|
||||
outputs = [ "out" "dev" ];
|
||||
|
||||
nativeBuildInputs = [ autoconf automake ]
|
||||
|
||||
# TODO: remove on next hash change, libtool is unnecessary with autoreconfHook
|
||||
++ stdenv.lib.optional (stdenv.targetPlatform == stdenv.hostPlatform) libtool
|
||||
|
||||
++ [ autoreconfHook ];
|
||||
nativeBuildInputs = [ autoconf automake libtool autoreconfHook ];
|
||||
buildInputs = [ libuuid ]
|
||||
++ stdenv.lib.optionals stdenv.isDarwin [ libcxxabi libobjc ]
|
||||
++ stdenv.lib.optional enableTapiSupport libtapi;
|
||||
|
Loading…
Reference in New Issue
Block a user