[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70693] [PATCH v2 2/3] gnu: Add po4a-minimal.
From: |
Ludovic Courtès |
Subject: |
[bug#70693] [PATCH v2 2/3] gnu: Add po4a-minimal. |
Date: |
Thu, 09 May 2024 16:11:45 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Christopher Baines <mail@cbaines.net> skribis:
> The main reason is to avoid the texlive-updmap.cfg input indirectly pulling in
> nss, which has a very time consuming testsuite.
>
> * gnu/packages/gettext.scm (po4a-minimal): New variable.
>
> Change-Id: If8d46a18a02e57d5427852e8e122de01f970ded4
[...]
> +(define-public po4a-minimal
> + (package/inherit po4a
> + (native-inputs
> + ;; Remove test dependencies
Maybe add: “, primarily to reduce the size of the dependency graph of the
‘guix’ package.”
> + (modify-inputs (package-native-inputs po4a)
> + (delete "docbook-xml")
> + (delete "perl-test-pod")
> + (delete "texlive-updmap.cfg")))
This can be: (delete "docbook-xml" "perl-test-pod" "texlive-updmap.cfg").
Otherwise LGTM!
Ludo’.
[bug#70693] [PATCH v2 1/3] gnu: nss/fixed: Tweak performance test., Christopher Baines, 2024/05/07
[bug#70693] [PATCH v2 3/3] Use po4a-minimal for guix., Christopher Baines, 2024/05/07
[bug#70693] [PATCH v3 1/3] gnu: nss/fixed: Tweak performance test., Christopher Baines, 2024/05/09