neard: mark as broken

This commit is contained in:
Aaron Jheng 2024-03-17 22:41:44 +08:00
parent 6a4db7015c
commit e2f4327fd7
No known key found for this signature in database
GPG Key ID: F6A547A869D050A3
1 changed files with 2 additions and 0 deletions

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