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:
Christopher Baines 2019-12-31 10:23:20 +00:00
parent df9d0bbdd1
commit f2343b5fc9

View file

@ -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)