From 8cd5314d67f771384b318b71da5ae31f964636a8 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Thu, 30 May 2019 22:34:22 -0400 Subject: [PATCH] enchant1: mark broken on x86_64-darwin --- pkgs/development/libraries/enchant/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/enchant/default.nix b/pkgs/development/libraries/enchant/default.nix index dc0967ef61e..b7303468cba 100644 --- a/pkgs/development/libraries/enchant/default.nix +++ b/pkgs/development/libraries/enchant/default.nix @@ -17,6 +17,7 @@ stdenv.mkDerivation rec { description = "Generic spell checking library"; homepage = https://abiword.github.io/enchant; platforms = platforms.unix; + badPlatforms = [ "x86_64-darwin" ]; license = licenses.lgpl21; }; }