add libtool to darwin bazel deps

This commit is contained in:
flurie
2024-10-20 16:11:42 -04:00
parent 6aae06b8ce
commit 097532a3cc
@@ -35,6 +35,7 @@
# Apple dependencies
cctools,
libcxx,
libtool,
sigtool,
CoreFoundation,
CoreServices,
@@ -188,7 +189,7 @@ let
unzip
runJdk
bazelForDeps
];
] ++ lib.optional (stdenv.hostPlatform.isDarwin) libtool;
configurePhase = ''
runHook preConfigure