From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:54498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwACV-0005rJ-KI for guix-patches@gnu.org; Tue, 19 Feb 2019 13:33:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwACU-0004ob-Rl for guix-patches@gnu.org; Tue, 19 Feb 2019 13:33:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56259) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gwACU-0004oW-NS for guix-patches@gnu.org; Tue, 19 Feb 2019 13:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gwACU-0006rQ-Dz for guix-patches@gnu.org; Tue, 19 Feb 2019 13:33:02 -0500 Subject: [bug#34548] [PATCH 06/24] gnu: Add r-leaflet. Resent-Message-ID: References: <87a7isv3u9.fsf@posteo.net> <87pnroudwk.fsf@elephly.net> From: Brett Gilio In-reply-to: <87pnroudwk.fsf@elephly.net> Date: Tue, 19 Feb 2019 12:32:12 -0600 Message-ID: <87va1faatv.fsf@posteo.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: Ricardo Wurmus Cc: 34548@debbugs.gnu.org Ricardo Wurmus writes: > 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. Understood. I will make a note to look that and see if I can revise the patch if that option seems formidable. However, on that note, do we have any progress on an npm importer? I know that came up awhile back.