From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enSRZ-0002oC-FQ for guix-patches@gnu.org; Sun, 18 Feb 2018 12:08:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1enSRW-0004yO-9w for guix-patches@gnu.org; Sun, 18 Feb 2018 12:08:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42128) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1enSRW-0004yK-5e for guix-patches@gnu.org; Sun, 18 Feb 2018 12:08:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1enSRW-0007K7-0S for guix-patches@gnu.org; Sun, 18 Feb 2018 12:08:02 -0500 Subject: [bug#30492] [PATCH 3/4] gnu: Add wxwidgets@2.8. Resent-Message-ID: From: Marius Bakke In-Reply-To: <20180216222004.0dfa956f@alma-ubu> References: <20180216220913.08cc8ca0@alma-ubu> <20180216222004.0dfa956f@alma-ubu> Date: Sun, 18 Feb 2018 18:07:38 +0100 Message-ID: <87efliteed.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= , 30492@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Bj=C3=B6rn H=C3=B6fling writes: > * gnu/packages/wxwidgets.scm (wxwidgets-2.8): New variable. This is effectively a revert of 6f9ba4c91c096a2fb95da111be0657d99ef2b683. However, it does some things differently, can you have a look and see if this patch needs adjustment? [...] =20=20 > +(define-public wxwidgets-2.8 > + (package (inherit wxwidgets) > + (version "2.8.12") > + (source > + (origin > + (method url-fetch) > + (uri (string-append "https://github.com/wxWidgets/wxWidget= s/archive/v" > + version ".tar.gz")) wxWidgets provides "release" tarballs which are preferred to the auto-generated git archive tarballs. See the above-mentioned commit for the proper URL :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlqJstoACgkQoqBt8qM6 VPojRwf8CSK/k86neh/quADM0eqqpCf/XyzE8sVPF835YkXuE4Lx/xLpuMTuAO/Z N+JkOTDzH5IkZF4rEI4oXwLLL0cdL+6DSV9FCoBj9MFlGsfXq0KRPgwKWrocorq3 Wgq2RNb88NOuTLj/NlLFYBanxh/FcdxVhi1Qb2q66uu1G0YrQ93eSbVzfyaTZKPw XE2ZNKjPqGXC5uvveZDYW9DPtmtNU4diosKanMFnOqbtgahGMDA5lYxwN8SQmUK4 qDoRQT8gUv2P0ffXZuDdDBL5lyMMgv9eU8FO2e0vPJSW+lMgIaREEbEH+8Y8ytcX 5ec+GhtsMiIQlxC271hXfP3NJJD71A== =bxPM -----END PGP SIGNATURE----- --=-=-=--