blacklist git-extras because it gets stuck in emacs

This commit is contained in:
Ryan Mulligan 2018-03-22 09:07:07 -07:00
parent 969390c0ce
commit 4c51c0df0e

1
up.sh
View File

@ -52,6 +52,7 @@ case "$PACKAGE_NAME" in
*github-release*) error_exit "complicated package";;
*fcitx*) error_exit "gets stuck in daemons";;
*fricas*) error_exit "gets stuck in emacs";;
*git-extras*) error_exit "gets stuck in emacs";;
*libxc*) error_exit "currently people don't want to update this https://github.com/NixOS/nixpkgs/pull/35821";;
*perl*) error_exit "currently don't know how to update perl";;
*python*) error_exit "currently don't know how to update python";;