mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-17 16:31:47 +03:00
blacklist git-extras because it gets stuck in emacs
This commit is contained in:
parent
969390c0ce
commit
4c51c0df0e
1
up.sh
1
up.sh
@ -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";;
|
||||
|
Loading…
Reference in New Issue
Block a user