Add default "none" target to the package derivation outputs page
This avoids odd results for the links from the package substitute availability page.
This commit is contained in:
parent
67f1ace9eb
commit
54616bc9e4
2 changed files with 2 additions and 2 deletions
|
|
@ -313,7 +313,7 @@
|
|||
(output_consistency ,identity
|
||||
#:default "any")
|
||||
(system ,parse-system #:default "x86_64-linux")
|
||||
(target ,parse-target)
|
||||
(target ,parse-target #:default "")
|
||||
(limit_results ,parse-result-limit
|
||||
#:no-default-when (all_results)
|
||||
#:default 10)
|
||||
|
|
|
|||
|
|
@ -236,7 +236,7 @@
|
|||
(output_consistency ,identity
|
||||
#:default "any")
|
||||
(system ,parse-system #:default "x86_64-linux")
|
||||
(target ,parse-target)
|
||||
(target ,parse-target #:default "")
|
||||
(limit_results ,parse-result-limit
|
||||
#:no-default-when (all_results)
|
||||
#:default 10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue