Hi Ricardo, On Wed, 23 Jan 2019 09:08:18 +0100 Ricardo Wurmus wrote: > Danny Milosavljevic writes: > > > * gnu/packages/efi.scm (sbsigntools): New variable. > […] > > + (add-after 'unpack 'setenv > > + (lambda _ > > + (setenv "CC" "gcc") > > + #t))))) > > Could this be done via #:make-flags instead? No, they call a submake in a shellscript and via "make" rather than "${MAKE} ${MAKEFLAGS}", so the option will get lost along the way.