l...@gnu.org (Ludovic Courtès) writes: >> + (gexp->derivation (or name "cvs-checkout") build >> + #:system system >> + ;; FIXME: See <https://bugs.gnu.org/18747>. >> + ;;#:local-build? #t > > [...] > >> + #:local-build? #t))) > > To #:local-build? or not to #:local-build?, that is the question. :-)
Oops :) This was inherited from 'svn-fetch'. I've fixed them both now. > LGTM modulo these little things. I incorporated your suggestions and pushed. Thanks! Mark