From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add qscintilla. Date: Mon, 19 Sep 2016 15:25:51 +0200 Message-ID: <874m5cm36o.fsf@elephly.net> References: <87a8fddnyi.fsf@openmailbox.org> <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 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43188) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blyaH-0004wB-GA for guix-devel@gnu.org; Mon, 19 Sep 2016 09:26:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blyaC-0004hw-HG for guix-devel@gnu.org; Mon, 19 Sep 2016 09:26:08 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blyaC-0004hk-7z for guix-devel@gnu.org; Mon, 19 Sep 2016 09:26:04 -0400 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 Kei Kebreau writes: > (how do I inherit a package from another module?) Just like inheriting from any other package: you declare that the module containing the package variable be used, and then inherit from the package variable. ~~ Ricardo