bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#39298: re-exporting local variable: iota


From: Ricardo Wurmus
Subject: bug#39298: re-exporting local variable: iota
Date: Sun, 26 Jan 2020 21:59:58 +0100
User-agent: mu4e 1.2.0; emacs 26.3

This happens even after a reboot, so that’s reassuring.
This is tied to building the derivation for the “sicp” package, which
has this arguments field:

      (arguments
       `(#:modules ((guix build utils)
                    (srfi srfi-1)
                    (srfi srfi-26))
         #:builder
         (begin
           (use-modules (guix build utils)
                        (srfi srfi-1)
                        (srfi srfi-26))
           …)))

That’s where utils and the srfis come from.

-- 
Ricardo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]