mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-17 16:31:47 +03:00
blacklist electron
This commit is contained in:
parent
bf8dacb747
commit
62d0e3e9f1
1
up.sh
1
up.sh
@ -41,6 +41,7 @@ case "$PACKAGE_NAME" in
|
||||
*python*) error_exit "currently don't know how to update python";;
|
||||
*cdrtools*) error_exit "We keep downgrading this by accident.";;
|
||||
*gst*) error_exit "gstreamer plugins are kept in lockstep.";;
|
||||
*electron*) error_exit "multi-platform srcs in file.";;
|
||||
*) true;;
|
||||
esac || error_exit "Package on blacklist."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user