From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH 2/2] gnu: lispf4: Remove unused inputs key. Date: Tue, 13 Sep 2016 19:04:16 +0000 Message-ID: <20160913190416.1462-2-ng0@we.make.ritual.n0.is> References: <20160913190416.1462-1-ng0@we.make.ritual.n0.is> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37499) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjt0W-0005b8-0G for guix-devel@gnu.org; Tue, 13 Sep 2016 15:04:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjt0R-00081t-Qf for guix-devel@gnu.org; Tue, 13 Sep 2016 15:04:34 -0400 Received: from aibo.runbox.com ([91.220.196.211]:43546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjt0R-00081B-Jn for guix-devel@gnu.org; Tue, 13 Sep 2016 15:04:31 -0400 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bjt0P-0004gj-AW for guix-devel@gnu.org; Tue, 13 Sep 2016 21:04:29 +0200 In-Reply-To: <20160913190416.1462-1-ng0@we.make.ritual.n0.is> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org * gnu/packages/lisp.scm (lispf4)[arguments]: Remove unused inputs from 'install phase. [source](file-name): Append -checkout to the file-name. --- gnu/packages/lisp.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 4e2ecdb..c5d8e5c 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -453,7 +453,7 @@ interface.") (uri (git-reference (url "https://github.com/blakemcbride/LISPF4.git") (commit commit))) - (file-name (string-append name "-" version)) + (file-name (string-append name "-" version "-checkout")) (sha256 (base32 "18k8kfn30za637y4bfbm9x3vv4psa3q8f7bi9h4h0qlb8rz8m92c")))) @@ -463,14 +463,12 @@ interface.") (arguments `(#:make-flags '("-f" "Makefile.unx" "CC=gcc") - ;; no check phase - #:tests? #f + #:tests? #f ; No 'check phase #:phases (modify-phases %standard-phases (delete 'configure) - (replace - 'install - (lambda* (#:key outputs inputs #:allow-other-keys) + (replace 'install + (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) (bin (string-append out "/bin")) (doc (string-append (assoc-ref outputs "doc") -- 2.10.0