From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48228) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGWtX-0002Dh-7w for guix-patches@gnu.org; Wed, 09 May 2018 17:45:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGWtS-0003Lx-BF for guix-patches@gnu.org; Wed, 09 May 2018 17:45:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47760) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fGWtS-0003Lp-8J for guix-patches@gnu.org; Wed, 09 May 2018 17:45:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fGWtR-0000Pb-V8 for guix-patches@gnu.org; Wed, 09 May 2018 17:45:01 -0400 Subject: [bug#31395] [PATCH 0/2] Add Snap! educational programming language Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48192) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fGWsy-0001mP-UJ for guix-patches@gnu.org; Wed, 09 May 2018 17:44:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fGWsu-0003Em-2R for guix-patches@gnu.org; Wed, 09 May 2018 17:44:32 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:50597) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fGWst-0003EA-RA for guix-patches@gnu.org; Wed, 09 May 2018 17:44:27 -0400 From: Nicolas Goaziou Date: Wed, 9 May 2018 23:44:00 +0200 Message-Id: <20180509214400.28846-1-mail@nicolasgoaziou.fr> 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: 31395@debbugs.gnu.org Hello, The following two patches add Snap!. The application itself consists of -- mostly -- an HTML file, a bunch of ".js" files, and some art files in subdirectories. Since it is a webapp, there is no executable. In order to provide something to run, the package generates a Bash script that opens the HTML file using `xdg-open'. Regards, Nicolas Goaziou (2): gnu: Add js-filesaver. gnu: Add snap. gnu/packages/education.scm | 82 ++++++++++++++++++++++++++++++++++++- gnu/packages/javascript.scm | 39 ++++++++++++++++++ 2 files changed, 119 insertions(+), 2 deletions(-) -- 2.17.0