python311Packages.omorfi: unbreak on Darwin
This commit is contained in:
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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user