0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +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
cctools,
libcxx,
libtool,
sigtool,
CoreFoundation,
CoreServices,
@ -188,7 +189,7 @@ let
unzip
runJdk
bazelForDeps
];
] ++ lib.optional (stdenv.hostPlatform.isDarwin) libtool;
configurePhase = ''
runHook preConfigure