From patchwork Tue Jul 5 06:39:43 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Wiktor_=C5=BBelazny?= X-Patchwork-Id: 40516 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C217127BBEA; Tue, 5 Jul 2022 07:41:15 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 5D60227BBE9 for ; Tue, 5 Jul 2022 07:41:12 +0100 (BST) Received: from localhost ([::1]:33746 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o8cFD-00019a-H8 for patchwork@mira.cbaines.net; Tue, 05 Jul 2022 02:41:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44346) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8cF4-000160-CM for guix-patches@gnu.org; Tue, 05 Jul 2022 02:41:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55255) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o8cF4-0004FC-4f for guix-patches@gnu.org; Tue, 05 Jul 2022 02:41:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o8cF4-0002Hu-3M for guix-patches@gnu.org; Tue, 05 Jul 2022 02:41:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#56390] [PATCH 1/1] gnu: Add texlive-babel-dutch. References: <20220705063032.25896-1-wz@freeshell.de> In-Reply-To: <20220705063032.25896-1-wz@freeshell.de> Resent-From: Wiktor =?utf-8?q?=C5=BBelazny?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 05 Jul 2022 06:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56390 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56390@debbugs.gnu.org Cc: Wiktor =?utf-8?q?=C5=BBelazny?= Received: via spool by 56390-submit@debbugs.gnu.org id=B56390.16570032138692 (code B ref 56390); Tue, 05 Jul 2022 06:41:02 +0000 Received: (at 56390) by debbugs.gnu.org; 5 Jul 2022 06:40:13 +0000 Received: from localhost ([127.0.0.1]:49146 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8cEH-0002G7-4x for submit@debbugs.gnu.org; Tue, 05 Jul 2022 02:40:13 -0400 Received: from freeshell.de ([116.202.128.144]:39012) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o8cED-0002Fr-R8 for 56390@debbugs.gnu.org; Tue, 05 Jul 2022 02:40:11 -0400 Received: from localhost.localdomain (cst-prg-95-12.cust.vodafone.cz [46.135.95.12]) (Authenticated sender: wz) by freeshell.de (Postfix) with ESMTPSA id 0F2B8B362313; Tue, 5 Jul 2022 08:40:01 +0200 (CEST) From: Wiktor =?utf-8?q?=C5=BBelazny?= Date: Tue, 5 Jul 2022 08:39:43 +0200 Message-Id: <20220705063943.26065-1-wz@freeshell.de> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches From: Wiktor Żelazny * gnu/packages/tex.scm (texlive-babel-dutch): New variable. --- gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index f6b4c25595..88de0774c6 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -10981,3 +10981,29 @@ (define-public texlive-lineno mechanism. Line numbering may be extended to footnote lines, using the fnlineno package.") (license license:lppl1.3a+))) + +(define-public texlive-babel-dutch + (let ((template (simple-texlive-package + "texlive-babel-dutch" + (list "/source/generic/babel-dutch/") + (base32 + "1a40rz6rznawgarnhk0wh751sln2x9js4420i0758y2clf4rlhg9")))) + (package + (inherit template) + (arguments + (substitute-keyword-arguments (package-arguments template) + ((#:tex-directory _ '()) + "generic/babel-dutch") + ((#:build-targets _ '()) + ''("dutch.ins")) ; TODO: use dtx and build documentation + ((#:phases phases) `(modify-phases ,phases + (add-after 'unpack 'chdir + (lambda _ + (chdir "source/generic/babel-dutch"))))))) + (home-page "https://www.ctan.org/pkg/babel-dutch") + (synopsis "Babel support for Dutch") + (description + "This package provides the language definition file for support of Dutch +in @code{babel}. It provides all the necessary macros, definitions and +settings to typeset Dutch documents.") + (license license:lppl1.3c+))))