blacklist iana-etc

per https://github.com/NixOS/nixpkgs/pull/35724#issuecomment-368858906
This commit is contained in:
Ryan Mulligan 2018-03-29 17:38:03 -07:00
parent d43bd229c2
commit 352b432d81

1
up.sh
View File

@ -63,6 +63,7 @@ case "$PACKAGE_NAME" in
*xfce*) error_exit "@volth asked to not update xfce";;
*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";;
*) true;;
esac || error_exit "Package on blacklist."