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:
Christopher Baines 2020-10-31 13:27:06 +00:00
parent 67f1ace9eb
commit 54616bc9e4
2 changed files with 2 additions and 2 deletions

View file

@ -313,7 +313,7 @@
(output_consistency ,identity (output_consistency ,identity
#:default "any") #:default "any")
(system ,parse-system #:default "x86_64-linux") (system ,parse-system #:default "x86_64-linux")
(target ,parse-target) (target ,parse-target #:default "")
(limit_results ,parse-result-limit (limit_results ,parse-result-limit
#:no-default-when (all_results) #:no-default-when (all_results)
#:default 10) #:default 10)

View file

@ -236,7 +236,7 @@
(output_consistency ,identity (output_consistency ,identity
#:default "any") #:default "any")
(system ,parse-system #:default "x86_64-linux") (system ,parse-system #:default "x86_64-linux")
(target ,parse-target) (target ,parse-target #:default "")
(limit_results ,parse-result-limit (limit_results ,parse-result-limit
#:no-default-when (all_results) #:no-default-when (all_results)
#:default 10) #:default 10)