From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kei Kebreau Subject: Re: [PATCH] gnu: Add qscintilla. Date: Mon, 19 Sep 2016 10:47:56 -0400 Message-ID: <871t0gj68z.fsf@openmailbox.org> 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> <874m5cm36o.fsf@elephly.net> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35809) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blzrr-0006rd-E5 for guix-devel@gnu.org; Mon, 19 Sep 2016 10:48:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1blzrm-0005FZ-Fo for guix-devel@gnu.org; Mon, 19 Sep 2016 10:48:22 -0400 Received: from smtp4.openmailbox.org ([62.4.1.38]:54292) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1blzrm-0005Ew-5c for guix-devel@gnu.org; Mon, 19 Sep 2016 10:48:18 -0400 In-Reply-To: <874m5cm36o.fsf@elephly.net> (Ricardo Wurmus's message of "Mon, 19 Sep 2016 15:25:51 +0200") 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: Ricardo Wurmus Cc: guix-devel@gnu.org --=-=-= Content-Type: text/plain Ricardo Wurmus writes: > 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 Using #:use-module (gnu packages qt) and (define qscintilla-qt4 (package (inherit qscintilla) ...)) gives me an unbound variable error. Any idea what's going wrong here? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCAAGBQJX3/qdAAoJEOal7jwZRnoNhy8QAIgA9yB7OY5jxpx4KIvBVQIZ UCOQqKYLyQMm1BT3YZvZ7xOyN+ZH/JhZj1r2vIhXORQyksTLNugFWm8tWFtWzgyh k3DAqkMJsJmnQCshF5grJ2CR2B2OHrkTRHR3uInKkk0t4rEbiPEY+Y8zhDtGq6UF N/XOciYIOJvwj2f7ApGO6uL58u8oY/qCg0TfntphHds08bW135Tn3xohUtiUpSMe Fe/a09Gv8njYMNgq3Ebi748bV7+RWrjb66MzEN+JAWytDuGXio7d2NhVplnOgNS5 EbkfWP7zijq0p5ihZe3OVTZ07OgCx42/xrM6AT44gKZIxoJ17nTidWplWSewXKiJ v/f3aBlttWxiMzAQxppGsooTEoxwGFF7VTHAR4Ieoeu0fE0EOL+STw1jaECJz9Kv JfXgg8L6/lZhcprVBxfwou+sj3FkK1mCxj8juL9X5c283xOIYWfraaw+l77FRivn ueiIIBzV8h2HrkHn/nUGXudaAGKlpdquec+Olh99ZqnLNuKMWDxayP4oZ5JG1F26 t8r+YQP1tHjZRAKu+UUN4yHyAffn7HgHtWK1bzKoq+b90pTHjxt/jmLKasMUxTiN 8KkzFxD0WY62liHj5gETSnnXHbis2yXGdLm8bg4KSH//sV3d2Zi+AujwU2gc+mz1 n1+t2h6d+X1lCKegjPP9 =J3hy -----END PGP SIGNATURE----- --=-=-=--