adv_cmds: fix build on aarch64-darwin
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ lib, appleDerivation, xcbuild, ncurses, libutil }:
|
||||
{ lib, appleDerivation, xcbuild, ncurses, libutil, Libc }:
|
||||
|
||||
appleDerivation {
|
||||
# We can't just run the root build, because https://github.com/facebook/xcbuild/issues/264
|
||||
@@ -42,7 +42,7 @@ appleDerivation {
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [ xcbuild ];
|
||||
buildInputs = [ ncurses libutil ];
|
||||
buildInputs = [ ncurses libutil Libc ];
|
||||
|
||||
meta = {
|
||||
platforms = lib.platforms.darwin;
|
||||
|
||||
Reference in New Issue
Block a user