From 352b432d81be3f0211a360dac439006081760f6a Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Thu, 29 Mar 2018 17:38:03 -0700 Subject: [PATCH] blacklist iana-etc per https://github.com/NixOS/nixpkgs/pull/35724#issuecomment-368858906 --- up.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/up.sh b/up.sh index 22d2e99..19305f4 100755 --- a/up.sh +++ b/up.sh @@ -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."