On Sat, Jul 15, 2017 at 12:46:12AM +0530, Arun Isaac wrote: > Will do. I keep forgetting to return #t from phases. Can't Guix error > out if #t is not returned from the phase? Sometimes the code in a phase returns a useful value. A common example: (zero? (system* "foo"))