twitter-color-emoji: mark as broken

This commit is contained in:
Frederik Rietdijk 2019-10-29 11:33:13 +01:00 committed by Frederik Rietdijk
parent 980d658fbd
commit 04be5b8911

View file

@ -118,5 +118,6 @@ stdenv.mkDerivation rec {
## Non-artwork is MIT
license = with licenses; [ asl20 ofl cc-by-40 mit ];
maintainers = with maintainers; [ jtojnar ];
broken = true; # Can't be build using the current Python 3 version of nototools
};
}