mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-17 16:31:47 +03:00
blacklist isl and tokei
This commit is contained in:
parent
e364f8e21b
commit
a7674436cd
2
up.sh
2
up.sh
@ -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."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user