enchant1: mark broken on x86_64-darwin

This commit is contained in:
Matthew Bauer 2019-05-30 22:34:22 -04:00
parent eb9a9bb22a
commit 8cd5314d67

View File

@ -17,6 +17,7 @@ stdenv.mkDerivation rec {
description = "Generic spell checking library"; description = "Generic spell checking library";
homepage = https://abiword.github.io/enchant; homepage = https://abiword.github.io/enchant;
platforms = platforms.unix; platforms = platforms.unix;
badPlatforms = [ "x86_64-darwin" ];
license = licenses.lgpl21; license = licenses.lgpl21;
}; };
} }