From e747c8f084190806efd78d1eb1727f58264582c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Eric=20Janouch?= Date: Thu, 6 Jul 2023 06:42:48 +0200 Subject: [PATCH] Avoid using Swift on Linux --- liberty-master.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/liberty-master.nix b/liberty-master.nix index e7dd7ab..88a12b0 100644 --- a/liberty-master.nix +++ b/liberty-master.nix @@ -12,6 +12,8 @@ pkgs.stdenv.mkDerivation rec { go nodejs + ] ++ lib.optionals stdenv.isDarwin [ + # This was broken on Linux. swift ];