packages: 'generate-package-cache' uses 'supported-package?'.
* gnu/packages.scm (generate-package-cache): Use 'supported-package?' instead of 'package-supported-systems'.
This commit is contained in:
parent
25bdbb618a
commit
d2d63e20d5
|
@ -393,9 +393,7 @@ reducing the memory footprint."
|
||||||
,(module-name module)
|
,(module-name module)
|
||||||
,symbol
|
,symbol
|
||||||
,(package-outputs package)
|
,(package-outputs package)
|
||||||
,(->bool
|
,(->bool (supported-package? package))
|
||||||
(member (%current-system)
|
|
||||||
(package-supported-systems package)))
|
|
||||||
,(->bool (package-superseded package))
|
,(->bool (package-superseded package))
|
||||||
,@(let ((loc (package-location package)))
|
,@(let ((loc (package-location package)))
|
||||||
(if loc
|
(if loc
|
||||||
|
|
Loading…
Reference in New Issue