From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add qscintilla. Date: Mon, 19 Sep 2016 15:30:47 +0200 Message-ID: <20160919133047.GA7073@solar> References: <87r38ndfwb.fsf@openmailbox.org> <20160913170529.GD20731@jasmine> <87k2efd6gy.fsf@openmailbox.org> <20160913193906.GC31892@macbook42.flashner.co.il> <874m5jcz8w.fsf@openmailbox.org> <20160918083656.GA4235@solar> <87wpi9geag.fsf@openmailbox.org> <20160918205634.GA11923@jasmine> <20160918210202.GA853@macbook42.flashner.co.il> <8760psjadm.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44822) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blyeu-0000c6-TD for guix-devel@gnu.org; Mon, 19 Sep 2016 09:31:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blyeq-0006E0-U8 for guix-devel@gnu.org; Mon, 19 Sep 2016 09:30:56 -0400 Received: from mailrelay6.public.one.com ([91.198.169.200]:30948) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blyeq-0006Dq-Gz for guix-devel@gnu.org; Mon, 19 Sep 2016 09:30:52 -0400 Content-Disposition: inline In-Reply-To: <8760psjadm.fsf@openmailbox.org> 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: Kei Kebreau Cc: guix-devel@gnu.org On Mon, Sep 19, 2016 at 09:18:45AM -0400, Kei Kebreau wrote: > To get this right: qscintilla will be defined publicly in qt.scm, > qscintilla-qt4 will be defined privately in maths.scm (how do I inherit > a package from another module?), and Octave will include qscintilla-qt4 > and qt-4 as inputs. Sounds good! It should be enough to include #:use-module (gnu packages qt) in maths.scm for inheritance. Andreas