Fix xK on macOS ARM
This commit is contained in:
parent
4bb96d49ef
commit
d91b0b04ab
|
@ -28,8 +28,9 @@ pkgs.stdenv.mkDerivation rec {
|
|||
tcl
|
||||
perl
|
||||
ruby
|
||||
tinycc
|
||||
python3
|
||||
] ++ lib.optionals (full && !tinycc.meta.broken) [
|
||||
tinycc
|
||||
] ++ lib.optionals (!full) [
|
||||
libedit
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue