Switch to using package-supported-systems, not the transitive one
This seems to work better for both generating the non-cross and cross derivations. Previously, using the package-transitive-supported-systems approach didn't generate some cross derivations.
This commit is contained in:
parent
df9d0bbdd1
commit
f2343b5fc9
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ WHERE job_id = $1"
|
|||
(lambda ()
|
||||
(append-map
|
||||
(lambda (system)
|
||||
(let ((supported-systems (get-supported-systems package system)))
|
||||
(let ((supported-systems (package-supported-systems package)))
|
||||
(if supported-systems
|
||||
(filter-map
|
||||
(lambda (target)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue