From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:49553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gxJMX-00012K-Ev for guix-patches@gnu.org; Fri, 22 Feb 2019 17:32:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gxJMT-0003A2-8N for guix-patches@gnu.org; Fri, 22 Feb 2019 17:32:07 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35101) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gxJMQ-00038X-CS for guix-patches@gnu.org; Fri, 22 Feb 2019 17:32:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gxJMQ-0000ci-6W for guix-patches@gnu.org; Fri, 22 Feb 2019 17:32:02 -0500 Subject: [bug#34615] [PATCH] gnu: Add libtommath. Resent-Message-ID: From: Tobias Geerinckx-Rice References: <20190222122014.21600-1-efraim@flashner.co.il> <20190222122736.GA18280@macbook41> In-reply-to: <20190222122736.GA18280@macbook41> Date: Fri, 22 Feb 2019 23:30:54 +0100 Message-ID: <87r2bzv4kh.fsf@nckx> MIME-Version: 1.0 Content-Type: text/plain; format=flowed 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: Efraim Flashner Cc: 34615@debbugs.gnu.org Efraim, I noticed some PDF documentation that isn't currently installed. How about: (add-after 'build 'install-documentation (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) (doc (string-append out "/share/doc/" ,name "-" ,version))) (for-each (lambda (file) (install-file file doc)) (find-files "doc" "\\.pdf$")) #t)))) (This mail was supposed to be longer because it *is* possible to regenerate al least bn.pdf from the .tex sources, but an hour and 6 GiB of texlive grafting later I don't have the energy to remove the non-determininstic date on their front page. Foo.) Kind regards, T G-R