shortcircuit python packages, and blacklist cdrtools

This commit is contained in:
Ryan Mulligan 2018-03-19 09:00:28 -07:00
parent ae57ec93b1
commit 23ecf1eebf

2
up.sh
View File

@ -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."