Fix xK on macOS ARM

This commit is contained in:
Přemysl Eric Janouch 2023-07-04 03:10:24 +02:00
parent 4bb96d49ef
commit d91b0b04ab
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 1 deletions

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
];