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