about summary refs log tree commit diff
path: root/pkgs/development/python-modules/omorfi/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/omorfi/default.nix')
-rw-r--r--pkgs/development/python-modules/omorfi/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/omorfi/default.nix b/pkgs/development/python-modules/omorfi/default.nix
index c73147faddfdd..ab78e6eda1205 100644
--- a/pkgs/development/python-modules/omorfi/default.nix
+++ b/pkgs/development/python-modules/omorfi/default.nix
@@ -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;
   };
 }