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:
parent
6aae06b8ce
commit
097532a3cc
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue