about summary refs log tree commit diff
path: root/pkgs/development/python-modules/vowpalwabbit/default.nix
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-06-29 10:13:13 +0300
committerK900 <me@0upti.me>2024-06-29 10:13:13 +0300
commitbde999c03ef22ee707b0d34e9503193252c3eb90 (patch)
treecd19946fa3b31482c480e394e67570ae6171c6ab /pkgs/development/python-modules/vowpalwabbit/default.nix
parente335319c8289917236a7c53beda15169def0b1a1 (diff)
parent3c2eabf5a1682f1ea721bc43e58faf652ec3112d (diff)
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/development/python-modules/vowpalwabbit/default.nix')
-rw-r--r--pkgs/development/python-modules/vowpalwabbit/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/vowpalwabbit/default.nix b/pkgs/development/python-modules/vowpalwabbit/default.nix
index dea16f654e2ee..7f4feb2ba9ad0 100644
--- a/pkgs/development/python-modules/vowpalwabbit/default.nix
+++ b/pkgs/development/python-modules/vowpalwabbit/default.nix
@@ -69,7 +69,8 @@ buildPythonPackage rec {
     description = "Vowpal Wabbit is a fast machine learning library for online learning, and this is the python wrapper for the project";
     homepage = "https://github.com/JohnLangford/vowpal_wabbit";
     license = licenses.bsd3;
-    broken = stdenv.isAarch64;
     maintainers = with maintainers; [ teh ];
+    # Test again when new version is released
+    broken = stdenv.isLinux;
   };
 }