On Sun, Dec 03, 2023 at 11:49:03PM +0100, Ludovic Courtès wrote: > Efraim Flashner skribis: > > > This causes build failures on powerpc-linux. > > > > * guix/build/go-build-system.scm (unpack): When the unpack-path is unset > > use the import-path but don't redefine the unpack-path. > > > > Change-Id: I2b5a36eb738abb14307941d388038139dbaf2bdf > > [...] > > > - (when (string-null? unpack-path) > > - (set! unpack-path import-path)) > > - (let ((dest (string-append (getenv "GOPATH") "/src/" unpack-path))) > > + (let ((dest (string-append (getenv "GOPATH") "/src/" > > + (if (string-null? unpack-path) > > + import-path > > + unpack-path)))) > > Could you adjust indentation of the ‘if’ arms? > > Otherwise LGTM, thanks! Done. Patch pushed! -- Efraim Flashner רנשלפ םירפא GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted