From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:35982) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3Q2J-00034M-Fl for guix-patches@gnu.org; Sun, 16 Feb 2020 14:57:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3Q2I-00087T-Dl for guix-patches@gnu.org; Sun, 16 Feb 2020 14:57:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:59994) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j3Q2I-00087D-AM for guix-patches@gnu.org; Sun, 16 Feb 2020 14:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j3Q2I-0005wA-8o for guix-patches@gnu.org; Sun, 16 Feb 2020 14:57:02 -0500 Subject: [bug#39579] [PATCH 1/3] gnu: osinfo-db-tools: Add osinfo-db-tools. Resent-Message-ID: Date: Sun, 16 Feb 2020 20:56:35 +0100 From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Message-ID: <20200216195635.gvlcmjdeodahmtpi@gravity> References: <20200212163046.15761-1-brice@waegenei.re> <20200212163711.17468-1-brice@waegenei.re> <20200216191016.p4lbyjdvpkz4uuou@gravity> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bsn3rbq7p6mjbxg5" Content-Disposition: inline In-Reply-To: <20200216191016.p4lbyjdvpkz4uuou@gravity> 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: Brice Waegeneire Cc: 39579@debbugs.gnu.org --bsn3rbq7p6mjbxg5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 16, 2020 at 08:10:18PM +0100, Jakub K=C4=85dzio=C5=82ka wrote: > On Wed, Feb 12, 2020 at 05:37:09PM +0100, Brice Waegeneire wrote: > > +(define-public osinfo-db-tools > > + (package > > + (name "osinfo-db-tools") > > + (version "1.7.0") > > + (source (origin > > + (method url-fetch) > > + (uri (string-append "https://releases.pagure.org/libosin= fo/osinfo-db-tools-" > > + version ".tar.xz")) > > + > > + (sha256 > > + (base32 > > + "08x8mrafphyll0d35xdc143rip3ahrz6bmzhc85nwhq7yk2vxpab"= )))) > > + (build-system meson-build-system) > > + (arguments > > + `(#:configure-flags > > + (list (string-append "--prefix=3D" (assoc-ref %outputs "out")))= )) > If I'm reading the source correctly, this argument isn't even used by > meson-build-system. Why is this necessary? Okay, I wasn't reading the source correctly, Vim's search-at-word-boundaries hid the point where the variable is being used. Still, the prefix option is already being set by meson-build-system itself. I'm confused as to what this argument is supposed to do. --bsn3rbq7p6mjbxg5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEE5Xa/ss9usT31cTO54xWnWEYTFWQFAl5Jnm0ACgkQ4xWnWEYT FWQBMA//Zn93V4WaDz1w3aW7+24FmFth6lfZjogI/KjKhO/JTgQSXztBXdXnRugk wLzFCsJyq7zPvKahz+n2MP1dcVtGLRXLbJPL2tqO2djpoIBilnH8AhyczwsjUUE3 /Nj5o76M+jmv01zm8I0XNuWZb18I6hDtuKxq3mTabJpXvnrcI+T5vD73PpFS4QM9 rLMJJ3K5hSFqQgKGPT+lvPWcxDsK9/Al7ag+OzIcvLNNQvg3fy8N2MPNM8oUFLs8 jcbiepaX4c/rpwNaL2259kTHaB2OrgwSL3TcpFhuC+nyGNkr9VWJNsKUPk+CSn1h ryFyRrptijg7fUNz/JZfgpepROtok/oL4NRNUM5b+KPCZX+Wjg79rlaE8lT/OmzQ 0zSapjsSiWSchSQjtpS1hIS/xgmbIvh5+VhCi8ZAR4LRIqizqIHhnHCqbRZ0UbVu YANzXxIUCsupu4vORq+GZEPFqw36IgE6iZMUcx31p/K8ledh0E9F5+EZIFYDcUBG 4jr48dI6ARepomSu1yI3VMaJMV+YBgT1agrqQCj8qrLMMzFHAnr/wtJSPUp1PrGD n9bJWJGmMm8gZNEJnmpCGmK4ssYTJQiBySS3NQc0kwI17SFaHdoUB5ylPexN8Mjb 8k8R+FT2uIJWYFeg8g247X0cOvaFQbf1f+I9t7pTk/tCX699384= =5Htu -----END PGP SIGNATURE----- --bsn3rbq7p6mjbxg5--