From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50119) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iL70g-0006FA-I4 for guix-patches@gnu.org; Thu, 17 Oct 2019 10:44:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iL70c-0006ox-A1 for guix-patches@gnu.org; Thu, 17 Oct 2019 10:44:14 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39849) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iL70a-0006o0-Gj for guix-patches@gnu.org; Thu, 17 Oct 2019 10:44:10 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iL70a-0006py-Ev for guix-patches@gnu.org; Thu, 17 Oct 2019 10:44:08 -0400 Subject: [bug#37791] [PATCH 3/4] gnu: Add ecl-trivial-mimes. Resent-Message-ID: From: Guillaume Le Vaillant Date: Thu, 17 Oct 2019 16:43:11 +0200 Message-Id: <20191017144312.13121-3-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 (ecl-trivial-mimes): New variable. --- gnu/packages/lisp.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 310522984d..a8293dad3a 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -5147,6 +5147,9 @@ mime-type of a file.") (define-public cl-trivial-mimes (sbcl-package->cl-source-package sbcl-trivial-mimes)) +(define-public ecl-trivial-mimes + (sbcl-package->ecl-package sbcl-trivial-mimes)) + (define-public sbcl-lack-middleware-static (let ((commit "abff8efeb0c3a848e6bb0022f2b8b7fa3a1bc88b") (revision "1")) -- 2.23.0