blacklist isl and tokei

This commit is contained in:
Ryan Mulligan 2018-03-30 16:11:16 -07:00
parent e364f8e21b
commit a7674436cd

2
up.sh
View File

@ -64,6 +64,8 @@ case "$PACKAGE_NAME" in
*cmake-cursesUI-qt4UI*) error_exit "Derivation file is complicated";;
*varnish*) error_exit "Temporary blacklist because of multiple versions and slow nixpkgs update";;
*iana-etc*) error_exit "@mic92 takes care of this package";;
isl) error_exit "multi-version long building package";;
tokei) error_exit "got stuck forever building with no CPU usage";;
*) true;;
esac || error_exit "Package on blacklist."