mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
cctools: fixup gnu-config detection
This commit is contained in:
parent
6f8b2f3961
commit
8b41b16a9f
1 changed files with 1 additions and 6 deletions
|
@ -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 a new issue