From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] gnu: Add qscintilla. Date: Mon, 19 Sep 2016 19:52:04 -0400 Message-ID: <20160919235204.GA16382@jasmine> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm8MP-0000De-TF for guix-devel@gnu.org; Mon, 19 Sep 2016 19:52:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bm8MK-0007ue-V7 for guix-devel@gnu.org; Mon, 19 Sep 2016 19:52:28 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:49343) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bm8MJ-0007sb-KI for guix-devel@gnu.org; Mon, 19 Sep 2016 19:52:24 -0400 Content-Disposition: inline In-Reply-To: <87wpi7imww.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 05:45:35PM -0400, Kei Kebreau wrote: > * gnu/packages/qt.scm (qscintilla): New variable. > + (uri (string-append "mirror://sourceforge/QScintilla2/QScintilla-" > + version "/QScintilla_gpl-" version ".tar.gz")) This URI returns 404. It needs 'pyqt' inserted after 'sourceforge': s!sourceforge/Qscintilla2!sourceforge/pyqt/Qscintilla2! I'm not sure yet about the other problem. I tried to define 'hi', which inherits from 'hello', and I got a similar error.