fix linux-headers blacklist

This commit is contained in:
Ryan Mulligan 2018-03-22 17:18:45 -07:00
parent 146d5e5827
commit aeb31b1d91

2
up.sh
View File

@ -58,7 +58,7 @@ case "$PACKAGE_NAME" in
*cdrtools*) error_exit "We keep downgrading this by accident.";; *cdrtools*) error_exit "We keep downgrading this by accident.";;
*gst*) error_exit "gstreamer plugins are kept in lockstep.";; *gst*) error_exit "gstreamer plugins are kept in lockstep.";;
*electron*) error_exit "multi-platform srcs in file.";; *electron*) error_exit "multi-platform srcs in file.";;
*linuxHeaders*) error_exit "Not updated until many packages depend on it (part of stdenv).";; *linux-headers*) error_exit "Not updated until many packages depend on it (part of stdenv).";;
*mpich*) error_exit "Reported on repology.org as mischaracterized newest version";; *mpich*) error_exit "Reported on repology.org as mischaracterized newest version";;
*xfce*) error_exit "@volth asked to not update xfce";; *xfce*) error_exit "@volth asked to not update xfce";;
*cmake-cursesUI-qt4UI*) error_exit "Derivation file is complicated";; *cmake-cursesUI-qt4UI*) error_exit "Derivation file is complicated";;