Hi, > > ;; XXX: modify tarball? on the next world-rebuild > (define tarball?/fixed > (let ((tarball?/old tarball?)) > (lambda (filename) > (or (tarball? filename)
This should be tarball?/old, not tarball?. Greetings, Maxime.
Hi, > > ;; XXX: modify tarball? on the next world-rebuild > (define tarball?/fixed > (let ((tarball?/old tarball?)) > (lambda (filename) > (or (tarball? filename)
This should be tarball?/old, not tarball?. Greetings, Maxime.