宋文武 <iyzs...@gmail.com> skribis: > * gnu/packages/samba.scm (tevent): New variable.
[...] > + (modify-phases %standard-phases > + (replace 'configure > + (lambda* (#:key outputs #:allow-other-keys) > + (let ((out (assoc-ref outputs "out"))) > + (zero? (system* "./configure" > + (string-append "--prefix=" out) > + "--bundled-libraries=NONE")))))))) Please add a comment saying why this phase is necessary. Otherwise LGTM, thanks! Ludo’.