Sergei Trofimovich writes: > * gnu/packages/golang.scm (go-1.4): Add missing modules to > %modify-phases call: srfi-1 > --- > gnu/packages/golang.scm | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm > index 00630ce06..d19aa65af 100644 > --- a/gnu/packages/golang.scm > +++ b/gnu/packages/golang.scm > @@ -62,7 +62,8 @@ > (arguments > `(#:modules ((ice-9 match) > (guix build gnu-build-system) > - (guix build utils)) > + (guix build utils) > + (srfi srfi-1)) > #:tests? #f ; Tests are run by the all.bash script. > #:phases > (modify-phases %standard-phases */me looks at git log and facepalms* Never mind my other email... I see that the reason these are already on master is because they were already pushed there. Feel free to close these!