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

add libtool to darwin bazel deps

This commit is contained in:
flurie 2024-10-20 16:11:42 -04:00
parent 6aae06b8ce
commit 097532a3cc

View file

@ -35,6 +35,7 @@
# Apple dependencies # Apple dependencies
cctools, cctools,
libcxx, libcxx,
libtool,
sigtool, sigtool,
CoreFoundation, CoreFoundation,
CoreServices, CoreServices,
@ -188,7 +189,7 @@ let
unzip unzip
runJdk runJdk
bazelForDeps bazelForDeps
]; ] ++ lib.optional (stdenv.hostPlatform.isDarwin) libtool;
configurePhase = '' configurePhase = ''
runHook preConfigure runHook preConfigure