mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-12-01 22:46:10 +03:00
blacklist iana-etc
per https://github.com/NixOS/nixpkgs/pull/35724#issuecomment-368858906
This commit is contained in:
parent
d43bd229c2
commit
352b432d81
1
up.sh
1
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."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user