From mboxrd@z Thu Jan 1 00:00:00 1970 From: Theodoros Foradis Subject: [PATCH 0/3] gnu: Add kicad. Date: Tue, 25 Oct 2016 00:16:55 +0300 Message-ID: <20161024211658.13087-1-theodoros.for@openmailbox.org> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36563) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bymfR-00009l-EL for guix-devel@gnu.org; Mon, 24 Oct 2016 17:20:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bymfN-0008F7-EF for guix-devel@gnu.org; Mon, 24 Oct 2016 17:20:25 -0400 Received: from smtp19.openmailbox.org ([62.4.1.53]:35001 helo=smtp4.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1bymfN-0008Dr-6F for guix-devel@gnu.org; Mon, 24 Oct 2016 17:20:21 -0400 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" To: guix-devel@gnu.org Hello guix, Kicad seems to work fine, though it had some issues in pcbnew with opengl mode in one of the computers I tested (nouveau related). I have added Danny Milosavljevic in the copyright notice of wxwidgets.scm, because I modified the package of wxpython that he posted in this mailing list. The package does not contain any libraries yet, I will add them in another patch (and separate package). Users can use their own until then. I had to disable the github plugin, because I couldn't get it to work. Feedback is appreciated. Theodoros Foradis (3): gnu: Add wxwidgets-gtk2. gnu: Add python2-wxpython. gnu: Add kicad. gnu/packages/engineering.scm | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ gnu/packages/wxwidgets.scm | 97 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 186 insertions(+)