From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:55694) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gw566-0008E2-D0 for guix-patches@gnu.org; Tue, 19 Feb 2019 08:06:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gw564-0007qf-GW for guix-patches@gnu.org; Tue, 19 Feb 2019 08:06:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54700) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gw562-0007pi-Og for guix-patches@gnu.org; Tue, 19 Feb 2019 08:06:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gw562-0004sF-G2 for guix-patches@gnu.org; Tue, 19 Feb 2019 08:06:02 -0500 Subject: [bug#34548] [PATCH 06/24] gnu: Add r-leaflet. Resent-Message-ID: References: <87a7isv3u9.fsf@posteo.net> From: Ricardo Wurmus In-reply-to: <87a7isv3u9.fsf@posteo.net> Date: Tue, 19 Feb 2019 14:05:31 +0100 Message-ID: <87pnroudwk.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Brett Gilio Cc: 34548@debbugs.gnu.org Hi Brett, > From 26fbdbeee9ec293511648dc321abb09b6989fadc Mon Sep 17 00:00:00 2001 > From: Brett Gilio > Date: Mon, 18 Feb 2019 19:37:02 -0600 > Subject: [PATCH 06/24] gnu: Add r-leaflet. > > * gnu/packages/cran.scm (r-leaflet): New variable. Unfortunately, this one is not okay. It=E2=80=99s been on my list to add r-leaflet, but the package bundles minified JavaScript libraries. These sources of these libraries will need to be added as native inputs to replace the bundled sources. We can minify them with the uglify-js package. -- Ricardo