From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57905) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fhskh-0003Pm-HT for guix-patches@gnu.org; Tue, 24 Jul 2018 04:33:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fhskg-0003hJ-QY for guix-patches@gnu.org; Tue, 24 Jul 2018 04:33:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49547) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fhskg-0003hA-Lu for guix-patches@gnu.org; Tue, 24 Jul 2018 04:33:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fhskg-000148-EF for guix-patches@gnu.org; Tue, 24 Jul 2018 04:33:02 -0400 Subject: [bug#32052] [PATCH] gnu: Add oath-toolkit. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180704163346.3098-1-me@tobias.gr> <87efgioqgq.fsf@lapdog.tobias.gr> <87tvp46xjq.fsf@fastmail.com> Date: Tue, 24 Jul 2018 10:32:45 +0200 In-Reply-To: <87tvp46xjq.fsf@fastmail.com> (Marius Bakke's message of "Thu, 12 Jul 2018 21:53:13 +0200") Message-ID: <87wotl5902.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Marius Bakke Cc: 32052@debbugs.gnu.org Marius Bakke skribis: > Tobias Geerinckx-Rice writes: > >> Tobias Geerinckx-Rice wrote: >>> +@item @code{liboath}, a shared and static C library for OATH=20 >>> handling. >> >> Actually, I'd like to manually delete the static (.a)=20 >> libraries. Objections? > > No objections. Although if it's well behaved, you may be able to simply > add (outputs ("out" "static")) to move them out of the way. Note that the =E2=80=9Cstatic=E2=80=9D output is not handled automatically;= you need to manually move files around. But I think it=E2=80=99s OK to just delete them in this case. Ludo=E2=80=99.