From d91b0b04abc70aeb8a99ba7ea00d773b598c246b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Tue, 4 Jul 2023 03:10:24 +0200 Subject: [PATCH] Fix xK on macOS ARM --- xK-master.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xK-master.nix b/xK-master.nix index 7767cc3..e854cf9 100644 --- a/xK-master.nix +++ b/xK-master.nix @@ -28,8 +28,9 @@ pkgs.stdenv.mkDerivation rec { tcl perl ruby - tinycc python3 + ] ++ lib.optionals (full && !tinycc.meta.broken) [ + tinycc ] ++ lib.optionals (!full) [ libedit ];