Maxime Devos <maximede...@telenet.be> writes:
> Proposed implementation: > > (define (output thing output) > (gexp-input package output)) > > Seems like this thing already exists, it's just not well-known and not > documented in the manual. Where is this in the code? I couldn’t find it myself (grepping for these keywords turns up a lot of false positives). On the off chance it might work, I did try ‘(file-append (output pkg "lib") "/path")’ and was told that ‘output’ is an unbound variable. -bjc