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