mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-17 08:21:44 +03:00
blacklist linuxHeaders
This commit is contained in:
parent
988f68ed6d
commit
b55f7e6476
1
up.sh
1
up.sh
@ -42,6 +42,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).";;
|
||||
*) true;;
|
||||
esac || error_exit "Package on blacklist."
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user