From 14cfabf91b8711f4795ee404f58891a7958b4278 Mon Sep 17 00:00:00 2001 From: Maciek Starzyk Date: Sun, 17 Jul 2022 14:15:26 +0200 Subject: txr: mark as ubroken on darwin --- pkgs/tools/misc/txr/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/txr/default.nix b/pkgs/tools/misc/txr/default.nix index 2e83d3a2e53..d91f5fa3650 100644 --- a/pkgs/tools/misc/txr/default.nix +++ b/pkgs/tools/misc/txr/default.nix @@ -44,6 +44,6 @@ stdenv.mkDerivation rec { license = licenses.bsd2; homepage = "http://nongnu.org/txr"; maintainers = with lib.maintainers; [ dtzWill ]; - platforms = platforms.linux; # Darwin fails although it should work AFAIK + platforms = platforms.all; }; } -- cgit 1.4.1