From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] gnu: Add qscintilla. Date: Thu, 22 Sep 2016 21:02:20 +0200 Message-ID: <8737kr92rn.fsf@elephly.net> References: <874m5jcz8w.fsf@openmailbox.org> <20160918083656.GA4235@solar> <87wpi9geag.fsf@openmailbox.org> <20160918205634.GA11923@jasmine> <20160918210202.GA853@macbook42.flashner.co.il> <8760psjadm.fsf@openmailbox.org> <874m5cm36o.fsf@elephly.net> <871t0gj68z.fsf@openmailbox.org> <20160919213214.GA10174@jasmine> <87wpi7imww.fsf@openmailbox.org> <20160919235204.GA16382@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35645) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn9GZ-0005W1-Bn for guix-devel@gnu.org; Thu, 22 Sep 2016 15:02:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bn9GV-0003ms-8w for guix-devel@gnu.org; Thu, 22 Sep 2016 15:02:38 -0400 Received: from sender163-mail.zoho.com ([74.201.84.163]:21482) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bn9GV-0003hf-1U for guix-devel@gnu.org; Thu, 22 Sep 2016 15:02:35 -0400 In-reply-to: <20160919235204.GA16382@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org Leo Famulari writes: > I'm not sure yet about the other problem. I tried to define 'hi', which > inherits from 'hello', and I got a similar error. I don’t understand this. What is the problem here? I’m successfully inheriting from packages in other modules. For example, we have a separate module for bioinformatics variants. The module uses the upstream bioinformatics module and adds its own variants of existing packages using inheritance. ~~ Ricardo