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