Merge pull request #296673 from aaronjheng/neard

neard: mark as broken
This commit is contained in:
Weijia Wang 2024-03-18 00:47:24 +01:00 committed by GitHub
commit 44c455bfb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,5 +72,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl2Only;
maintainers = with maintainers; [ ];
platforms = platforms.unix;
# error: wcwidth-0.2.13 not supported for interpreter python2.7
broken = true; # Added 2024-03-17
};
}