mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-17 08:21:44 +03:00
shortcircuit python packages, and blacklist cdrtools
This commit is contained in:
parent
ae57ec93b1
commit
23ecf1eebf
2
up.sh
2
up.sh
@ -32,6 +32,8 @@ case "$PACKAGE_NAME" in
|
||||
*fricas*) 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";;
|
||||
cdrtools*) error_exit "We keep downgrading this by accident.";;
|
||||
*) true;;
|
||||
esac || error_exit "Package on blacklist."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user