summary refs log tree commit diff
path: root/pkgs/development/libraries/enchant
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-05-30 22:34:22 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-05-30 22:34:22 -0400
commit8cd5314d67f771384b318b71da5ae31f964636a8 (patch)
tree76a6759b902acc56eaa30edae0bce0763c11dd42 /pkgs/development/libraries/enchant
parenteb9a9bb22aa309e857ce7cffb158e80b35869980 (diff)
downloadnixpkgs-8cd5314d67f771384b318b71da5ae31f964636a8.tar
nixpkgs-8cd5314d67f771384b318b71da5ae31f964636a8.tar.gz
nixpkgs-8cd5314d67f771384b318b71da5ae31f964636a8.tar.bz2
nixpkgs-8cd5314d67f771384b318b71da5ae31f964636a8.tar.lz
nixpkgs-8cd5314d67f771384b318b71da5ae31f964636a8.tar.xz
nixpkgs-8cd5314d67f771384b318b71da5ae31f964636a8.tar.zst
nixpkgs-8cd5314d67f771384b318b71da5ae31f964636a8.zip
enchant1: mark broken on x86_64-darwin
Diffstat (limited to 'pkgs/development/libraries/enchant')
-rw-r--r--pkgs/development/libraries/enchant/default.nix1
1 files changed, 1 insertions, 0 deletions
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;
   };
 }