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

starspace: mark broken
This commit is contained in:
kirillrdy 2024-02-25 20:30:26 +11:00 committed by GitHub
commit b6a53b3c48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;