From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Subject: bug#32349: argon2 doesn't install pkg-config file Date: Thu, 16 Aug 2018 17:22:09 +0200 Message-ID: <87d0ui5obi.fsf@lassieur.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fqK7A-0000HK-ED for bug-guix@gnu.org; Thu, 16 Aug 2018 11:23:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fqK75-0004Pq-RA for bug-guix@gnu.org; Thu, 16 Aug 2018 11:23:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:47708) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fqK74-0004P3-Fx for bug-guix@gnu.org; Thu, 16 Aug 2018 11:23:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fqK74-0001Bi-BE for bug-guix@gnu.org; Thu, 16 Aug 2018 11:23:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-reply-to: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Amirouche Boubekki Cc: 32349-done@debbugs.gnu.org Hi Amirouche, Amirouche Boubekki writes: > $ guix package -i argon2 > > Should install .pc file to make it possible to discover the version of > argon2 on the host. > > https://github.com/P-H-C/phc-winner-argon2/blob/master/libargon2.pc Pushed with the following minor changes: - adapt the commit message to our conventions, - use only one substitute* call, - use install-file. Thank you! Cl=C3=A9ment