From aeb31b1d913589015f3eac905a09cbde7f3018ba Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Thu, 22 Mar 2018 17:18:45 -0700 Subject: [PATCH] fix linux-headers blacklist --- up.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/up.sh b/up.sh index 4725104..e851d1e 100755 --- a/up.sh +++ b/up.sh @@ -58,7 +58,7 @@ case "$PACKAGE_NAME" in *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.";; - *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";; *xfce*) error_exit "@volth asked to not update xfce";; *cmake-cursesUI-qt4UI*) error_exit "Derivation file is complicated";;