Unverified Commit b6a53b3c authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

Merge pull request #291253 from trofi/starspace-mark-broken

starspace: mark broken
parents 2a34566b b4e6152d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;