From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50074) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iL70c-0006DU-Am for guix-patches@gnu.org; Thu, 17 Oct 2019 10:44:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iL70a-0006nq-4U for guix-patches@gnu.org; Thu, 17 Oct 2019 10:44:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39848) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iL70a-0006na-1L for guix-patches@gnu.org; Thu, 17 Oct 2019 10:44:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iL70Z-0006pq-Uv for guix-patches@gnu.org; Thu, 17 Oct 2019 10:44:07 -0400 Subject: [bug#37791] [PATCH 2/4] gnu: sbcl-trivial-mimes: Fix 'fix-paths' phase. Resent-Message-ID: From: Guillaume Le Vaillant Date: Thu, 17 Oct 2019 16:43:10 +0200 Message-Id: <20191017144312.13121-2-glv@posteo.net> In-Reply-To: <20191017144312.13121-1-glv@posteo.net> References: <87pnivsajn.fsf@yamatai> <20191017144312.13121-1-glv@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37791@debbugs.gnu.org Cc: Guillaume Le Vaillant * gnu/packages/lisp.scm (sbcl-trivial-mimes)[arguments]: Use '(%lisp-type)' instead of hard coded 'sbcl' in 'fix-paths' phase. --- gnu/packages/lisp.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 2bdebed04e..310522984d 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -5130,7 +5130,9 @@ performance and simplicity in mind.") ((anchor all) (string-append anchor "\n" - "(asdf:system-relative-pathname :trivial-mimes \"../../share/common-lisp/sbcl-source/trivial-mimes/mime.types\")"))))))))) + "(asdf:system-relative-pathname :trivial-mimes " + "\"../../share/common-lisp/" (%lisp-type) + "-source/trivial-mimes/mime.types\")"))))))))) (native-inputs `(("stefil" ,sbcl-hu.dwim.stefil))) (inputs -- 2.23.0