mirror of
https://codeberg.org/hako/Rosenthal.git
synced 2026-03-04 17:04:21 +00:00
etc: manifests: Limit all-packages to supported packages.
* etc/manifests/all-packages.scm: Filter by support-package?.
This commit is contained in:
parent
eb6e174eb8
commit
cdfbb9d864
@ -1,7 +1,9 @@
|
||||
;; SPDX-License-Identifier: CC0-1.0
|
||||
;; Copyright © 2025 Hilton Chain <hako@ultrarare.space>
|
||||
|
||||
(use-modules (guix profiles)
|
||||
(use-modules (guix packages)
|
||||
(guix profiles)
|
||||
(rosenthal utils packages))
|
||||
|
||||
(manifest (map package->manifest-entry (all-rosenthal-packages)))
|
||||
(manifest (map package->manifest-entry
|
||||
(filter supported-package? (all-rosenthal-packages))))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user