|
From: | Clément Lassieur |
Subject: | [bug#31260] [PATCH] gnu: Add l-smash. |
Date: | Wed, 25 Apr 2018 14:15:35 +0200 |
User-agent: | mu4e 1.0; emacs 25.3.1 |
Clément Lassieur <address@hidden> writes: > + (replace 'configure > + (lambda* (#:key outputs #:allow-other-keys) > + (let ((out (assoc-ref outputs "out"))) > + (zero? (system* "./configure" (string-append "--prefix=" out) > + "--disable-static")))))))) I'll also use invoke instead of system*.
[Prev in Thread] | Current Thread | [Next in Thread] |