about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorkirillrdy <kirillrdy@gmail.com>2024-02-25 20:30:26 +1100
committerGitHub <noreply@github.com>2024-02-25 20:30:26 +1100
commitb6a53b3c48714466b962fe7916beda76284eab4f (patch)
tree3667417739a5c6aa631f90d254d6f786c25682a6 /pkgs/applications
parent2a34566b67bef34c551f204063faeecc444ae9da (diff)
parentb4e6152dc572e167b4b0e7f24aa6f6f482c017ef (diff)
Merge pull request #291253 from trofi/starspace-mark-broken
starspace: mark broken
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/machine-learning/starspace/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/applications/science/machine-learning/starspace/default.nix b/pkgs/applications/science/machine-learning/starspace/default.nix
index ab0c10efebce7..f4ca74ef5bbf1 100644
--- a/pkgs/applications/science/machine-learning/starspace/default.nix
+++ b/pkgs/applications/science/machine-learning/starspace/default.nix
@@ -28,6 +28,9 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
+    # Does not build against gcc-13. No development activity upstream
+    # for past few years.
+    broken = true;
     description = "General-purpose neural model for efficient learning of entity embeddings";
     homepage = "https://ai.facebook.com/tools/starspace/";
     license = licenses.mit;