mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-17 16:31:47 +03:00
blacklist cmakeWithQt4Gui
This commit is contained in:
parent
b637ec8fb4
commit
694b713de6
1
up.sh
1
up.sh
@ -61,6 +61,7 @@ case "$PACKAGE_NAME" in
|
||||
*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";;
|
||||
*cmakeWithQt4Gui*) error_exit "Derivation file is complicated";;
|
||||
*) true;;
|
||||
esac || error_exit "Package on blacklist."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user