Skip to content

Commit

Permalink
shortcircuit python packages, and blacklist cdrtools
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantm committed Mar 19, 2018
1 parent ae57ec9 commit 23ecf1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down

0 comments on commit 23ecf1e

Please sign in to comment.