From 07deb55d5d18f9212e7109c389fe5d55968b16c8 Mon Sep 17 00:00:00 2001 From: "Yestin L. Harrison" Date: Wed, 11 Aug 2021 12:55:08 -0600 Subject: [PATCH] plan9port: unmark as broken on darwin Builds and runs just fine with an overlay filtering out the broken attr --- pkgs/tools/system/plan9port/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/tools/system/plan9port/default.nix b/pkgs/tools/system/plan9port/default.nix index 78db6e2037eed..a735e35624f7c 100644 --- a/pkgs/tools/system/plan9port/default.nix +++ b/pkgs/tools/system/plan9port/default.nix @@ -90,7 +90,6 @@ stdenv.mkDerivation { kovirobi ]; platforms = platforms.unix; - broken = stdenv.isDarwin; }; } # TODO: investigate the mouse chording support patch