Export of %operating-system-packages

  • Open
  • quality assurance status badge
Details
One participant
  • Jakob Kirsch
Owner
unassigned
Submitted by
Jakob Kirsch
Severity
normal

Debbugs page

Jakob Kirsch wrote 8 months ago
(address . bug-guix@gnu.org)
a0481433-de15-4eab-9291-76771a53b5de@web.de
Hello,
I've been playing around with my system configuration a bit and I wanted
to build a system with a kind of pipeline that I can pass my
operating-system object through.
For that, I figured out that I can use set-fields from (srfi srfi-9 gnu)
to modify the operating-system object using the accessor for the
relevant field.
That works for most fields but doesn't work for
operating-system-packages since that is locked behind a wrapper function
for filtering out nss-certs that calls %operating-system-packages.
%operating-system-packages isn't exported so my approach fails.
Would it be possible to export %operating-system-packages and all other
raw accessors so you can freely modify operating-system objects?
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 71983@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71983
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help