From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id cIt5NeQN8WCPHQAAgWs5BA (envelope-from ) for ; Fri, 16 Jul 2021 06:41:08 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id eJQ1MeQN8WBFHwAA1q6Kng (envelope-from ) for ; Fri, 16 Jul 2021 04:41:08 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 9C01520667 for ; Fri, 16 Jul 2021 06:41:08 +0200 (CEST) Received: from localhost ([::1]:45294 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m4Fet-0001f3-NM for larch@yhetil.org; Fri, 16 Jul 2021 00:41:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34500) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m4Feo-0001eW-A9 for guix-patches@gnu.org; Fri, 16 Jul 2021 00:41:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38735) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m4Feo-0004Ad-31 for guix-patches@gnu.org; Fri, 16 Jul 2021 00:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m4Fen-0001yE-VM for guix-patches@gnu.org; Fri, 16 Jul 2021 00:41:01 -0400 Subject: bug#49443: [PATCH v3 0/1] Add blitz. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 16 Jul 2021 04:41:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 49443 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ivan Gankevich Cc: 49443-done@debbugs.gnu.org Mail-Followup-To: 49443@debbugs.gnu.org, arunisaac@systemreboot.net, i.gankevich@spbu.ru Received: via spool by 49443-done@debbugs.gnu.org id=D49443.16264104567551 (code D ref 49443); Fri, 16 Jul 2021 04:41:01 +0000 Received: (at 49443-done) by debbugs.gnu.org; 16 Jul 2021 04:40:56 +0000 Received: from localhost ([127.0.0.1]:50281 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4Fei-0001xj-NQ for submit@debbugs.gnu.org; Fri, 16 Jul 2021 00:40:56 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37688) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4Fed-0001xW-ST for 49443-done@debbugs.gnu.org; Fri, 16 Jul 2021 00:40:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=OF1ghkkPB7GPoopzaK7r3JjcbSRJcxdauopcxj4j8Q0=; b=A2LAyAMdj/Wyg+QlpHcYnr49R8 agkg5WKr5lHQVPaiylv0P4O+U9+uzQK5SvtZtfQfOTxHVMoqyBYWMf2XwMFa/xaG/Fi+nvwKdgV5e ntgmqzhZIQS7Ccf3qcXgZT6ydxZoG48OnD8UcyIcJ74Ti5phRYaT0kOdhfI+xPSHCtIechNH/AufN 7hI+qHCscmu9Df2zc5HMCGpcVcDruPPwSKQKTLJwCj6mtGjnYU1G/JPsmuHYiCUslJi37ntUW7GXc PPilNma7+AvCODSWBytBcWfptW4fKOZlN9aPP0rOODkjBhyJM4K0TGiZiCr5wti3uzLIvkKobeNmT 6JJNsw1g==; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1m4Feb-000834-9Z; Fri, 16 Jul 2021 10:10:49 +0530 From: Arun Isaac In-Reply-To: References: <20210714115713.24675-1-i.gankevich@spbu.ru> <20210715133931.31555-1-arunisaac@systemreboot.net> Date: Fri, 16 Jul 2021 10:10:48 +0530 Message-ID: <87fswena5r.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1626410468; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=OF1ghkkPB7GPoopzaK7r3JjcbSRJcxdauopcxj4j8Q0=; b=lXAk+iPOtCCiMmecbk0JGSR/zAQ0MmMc4QKPfePRQouhXEZe7rTsgjioqXy0oGIAaXKl6u yTxy6elpm8/2QTSDGTvfhX6nWnaNW5Yy715qqj8jzvIq8ssIIR1ADQN4wevuo4o+qytjon 0xoNLPG91oezJnmKrGa9QDaKVHbRRSKB3GV/L7H3Wq3gMDuOgx44os3TrfsapD32rQYRoj oI6M8ZK1B+f7TmYdRGjbsr19DdI1sLr5SNGNlraR8g+ABJqajfOqEoZX10xS9fACNV7r9P 9b2QmPDWLcPpDV+LZyVrHG/LvV1WmYkgTMfCOXW6JqLIfMr4w0j+eb+Zrn7+ww== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1626410468; a=rsa-sha256; cv=none; b=qwiCgIqrxiJB9hlTfw6QdxwcaXp667tzmdZ8HLTnI11vLilh6i8zoiFVxWFSVQvVQQvRB3 dDx3jUDl4mj3Yr4aFBTfKP5n2gYdEdvnycHxQctvjAZmiufGBKrVZhRUPRTb6Ffll7gyC9 j2ruDLx8Le4VyOA5eRF21wEA49Pfm65aYLZH73aABqihK3bbXeaJRY2lnwrrGtGNCHxKBC JHGcSXhva8KFiVLaTL8VNFe2neHUs/TwxBAguDqiwO/BH0q//uwdhkddQ32g25Hsf1+9en JqC9uYjg9/xWTA3EhxEqISJqwaLIMnuLo6O1QbHZSFsMhlfYVg19hBGeC7otaA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=A2LAyAMd; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: -3.40 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=A2LAyAMd; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 9C01520667 X-Spam-Score: -3.40 X-Migadu-Scanner: scn0.migadu.com X-TUID: T9q1klbZhyoU --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Ivan, > Thank you, Arun!. The patch works fine on my machine. Pushed to master! >>4. Actually, I only wanted you to build the info manual, not the pdf and = html >>manuals. Sorry, I should have been clearer. So, I removed the texlive, >>texlive-tex-texinfo, texi2html, doxygen, graphviz dependencies and other >>related things from the package. > > You=E2=80=99re right, texinfo documentation is enough for this simple lib= rary. I don't think there is any Guix package that includes the PDF and HTML documentation. It would make the packages much too heavy what with all the texlive dependencies you'll have to add. And, I guess the consensus is that the added size is not worth it. Regards, Arun --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQFPBAEBCAA5FiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAmDxDdAbHGFydW5pc2Fh Y0BzeXN0ZW1yZWJvb3QubmV0AAoJEC4l7othgCuzh80IAMK19B+zcD0yD4l1CVvO SxihzOcNcKII0y91DcF/yd9Wx+95gcPEHKvwOBcOHznjYfly7ElFDcrMPzVdspwE AUKD3NjENMEQfkT+CNPRqS5V2o3oeAaAL7w1ISOLNoivrxwe5sPcZz5Ph5TNqPmX VTEb1pxx+cr3BFJ+HQnU2TC8kv5JbtI/4HDWg6rtaRj8QWhobjAbsTzNAH+g0sB/ KxsQF4IkzjP2z+wi9XREIRXLY/6DkQGlmM2FVeDIfdHvw6vgqjfYXjU9fy7CRRrk 5SfX2UciDnq6jSVMaNazoiW+tZuZrI+itIUnYeZzFKXZxzvT88D5Xj5kBcC9rIIv bJ8= =STnN -----END PGP SIGNATURE----- --=-=-=--