mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-17 08:21:44 +03:00
blacklist xfce
This commit is contained in:
parent
7daa8280b7
commit
aee75e3b47
1
up.sh
1
up.sh
@ -44,6 +44,7 @@ case "$PACKAGE_NAME" in
|
||||
*electron*) error_exit "multi-platform srcs in file.";;
|
||||
*linuxHeaders*) error_exit "Not updated until many packages depend on it (part of stdenv).";;
|
||||
*mpich*) error_exit "Reported on repology.org as mischaracterized newest version";;
|
||||
*xfce*) error_exit "@volth asked to not update xfce"
|
||||
*) true;;
|
||||
esac || error_exit "Package on blacklist."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user