Fix xK on macOS ARM

This commit is contained in:
2023-07-04 03:10:24 +02:00
parent 4bb96d49ef
commit d91b0b04ab

View File

@@ -28,8 +28,9 @@ pkgs.stdenv.mkDerivation rec {
tcl
perl
ruby
tinycc
python3
] ++ lib.optionals (full && !tinycc.meta.broken) [
tinycc
] ++ lib.optionals (!full) [
libedit
];