[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26159: [PATCH] gnu: Adjust asciidoc-related build options.
From: |
Ludovic Courtès |
Subject: |
bug#26159: [PATCH] gnu: Adjust asciidoc-related build options. |
Date: |
Tue, 21 Mar 2017 17:06:49 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Kei Kebreau <address@hidden> skribis:
> address@hidden (Ludovic Courtès) writes:
>
>> Kei Kebreau <address@hidden> skribis:
>>
>>> Commits 9099a45792306fade2d9ca55138e49ef4f01f1ea and
>>> 3078821d1380c26c738be6b5d430c595327d401f make many package inputs and
>>> build configurations related to asciidoc obsolete.
>>>
>>> * gnu/packages/compton.scm (compton)[inputs]: Remove docbook-xml,
>>> libxml2 and libxslt.
>>> * gnu/packages/mail.scm (offlinemap)[native-inputs]: Remove libxslt.
>>> * gnu/packages/linux.scm (btrfs-progs)[native-inputs]: Remove docbook-xml.
>>> (perf)[inputs]: Remove docbook-xml and libxslt.
>>> * gnu/packages/text-editors.scm (kakoune)[native-inputs]: Remove libxslt.
>>> * gnu/packages/version-control.scm (cgit)[native-inputs]: Remove
>>> docbook-xml, docbook-xsl, libxml2 and libxslt.
>>> (cvs-fast-export)[native-inputs]: Remove docbook-xml, docbook-xsl,
>>> libxml2 and libxslt.
>>> * gnu/packages/web.scm (qutebrowser)[native-inputs]: Remove docbook-xml,
>>> docbook-xsl, libxml2, and libxslt.
>>> (tinyproxy)[native-inputs]: Remove docbook-xml, docbook-xsl, libxml2 and
>>> libxslt.
>>> * gnu/packages/wm.scm (awesome)[make-flags]: Remove XML_CATALOG_FILES flag.
>>> (i3-wm)[inputs]: Remove docbook-xml.
>>> [native-inputs]: Add libxml2.
>>> ---
>>> gnu/packages/compton.scm | 3 ---
>>> gnu/packages/linux.scm | 3 ---
>>> gnu/packages/mail.scm | 3 +--
>>> gnu/packages/text-editors.scm | 1 -
>>> gnu/packages/version-control.scm | 10 +---------
>>> gnu/packages/web.scm | 12 ++----------
>>> gnu/packages/wm.scm | 28 +++++++---------------------
>>> 7 files changed, 11 insertions(+), 49 deletions(-)
>> ^^^^^^^^^^^^
>> I like these stats. :-)
>>
>> Please go ahead if you’ve confirmed that these packages still build and
>> that this is not a mass-rebuild per ‘guix refresh -l’ (at first sight
>> it’s not a mass rebuild).
>>
>
> No mass-rebuilds here! Pushed to master as
> 4b0e63670119971864289d67fc1e11a438f58ea6.
Awesome, thank you!
Ludo’.