forked from rosa/hakurei
internal/rosa: optionally block packages from early stages
This helps avoid inadvertently increasing bootstrap input count. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -3,6 +3,9 @@ package python {
|
||||
website = "https://www.python.org";
|
||||
anitya = 13254;
|
||||
|
||||
// too many inputs; early variant available
|
||||
bootstrap = false;
|
||||
|
||||
version# = "3.14.7";
|
||||
source = remoteTar {
|
||||
url = "https://www.python.org/ftp/python/"+version+
|
||||
|
||||
Reference in New Issue
Block a user