From mboxrd@z Thu Jan 1 00:00:00 1970 From: ericbavier@openmailbox.org Subject: [PATCH 0/2] gnu: Add NQC. Date: Sun, 17 Jan 2016 02:12:55 -0600 Message-ID: <1453018377-29464-1-git-send-email-ericbavier@openmailbox.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42032) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKiTC-0003Bx-OR for guix-devel@gnu.org; Sun, 17 Jan 2016 03:13:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aKiT9-0001aS-7I for guix-devel@gnu.org; Sun, 17 Jan 2016 03:13:54 -0500 Received: from smtp17.openmailbox.org ([62.4.1.51]:36930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aKiT9-0001aB-1N for guix-devel@gnu.org; Sun, 17 Jan 2016 03:13:51 -0500 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org Cc: Eric Bavier From: Eric Bavier The following patches add a compiler suite for the Lego MINDSTORMS RCX, an old bit of hardware but nonetheless fun to play with. I added it as a new module, since there are many other bits of software that could be added for some of the later Lego products, but I'd listen to suggestions of existing modules where it might fit. The license is interesting. There's no direct mention of specifically version 1.0 of the Mozilla Public License on http://www.gnu.org/licenses/license-list.html, only indirectly through https://www.gnu.org/licenses/license-list.html#NPL which is a superset of the MPL. Eric Bavier (2): gnu: licenses: Add Mozilla Public License 1.0. gnu: Add NQC. gnu-system.am | 1 + gnu/packages/lego.scm | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++ guix/licenses.scm | 7 +++++- 3 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 gnu/packages/lego.scm -- 2.6.3