python311Packages.omorfi: unbreak on Darwin

This commit is contained in:
Malo Bourgon
2024-06-28 10:26:33 -07:00
parent 292a31846d
commit 3daee89c84
@@ -2,7 +2,6 @@
buildPythonPackage,
pkgs,
lib,
stdenv,
hfst,
}:
@@ -26,7 +25,5 @@ buildPythonPackage rec {
homepage = "https://github.com/flammie/omorfi";
license = licenses.gpl3;
maintainers = with maintainers; [ lurkki ];
# Ofborg build error (hfst not found?)
broken = stdenv.isDarwin;
};
}