mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03: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