[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60941] Update diffoscope to 232
From: |
Maxim Cournoyer |
Subject: |
[bug#60941] Update diffoscope to 232 |
Date: |
Sun, 22 Jan 2023 20:04:45 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hi,
Vagrant Cascadian <vagrant@reproducible-builds.org> writes:
[...]
>>> diff --git a/gnu/packages/diffoscope.scm b/gnu/packages/diffoscope.scm
>>> index f730d976fe..59875c2e8e 100644
>>> --- a/gnu/packages/diffoscope.scm
>>> +++ b/gnu/packages/diffoscope.scm
> ...
>>> + (add-after 'unpack 'remove-mono-external-tool
>>> + ;; Fixed upstream, remove this phase when updating to
>>> + ;; diffoscope 233
>>> + (lambda _
>>> + (substitute* "diffoscope/external_tools.py"
>>> + ;; "guix": "mono",
>>> + ((".guix.: .mono.,")
>>> + ""))))
>>> (add-after 'build 'build-man-page
>>> (lambda* (#:key (make-flags '()) #:allow-other-keys)
>>
>> There are no #:make-flags argument for the python or pyproject build
>> systems, so that's useless.
>
> I would welcome a fix for that... I could not figure out how to make it
> build successfully without it, but that does not say a whole lot. :)
I addressed it in a subsequent commit ("gnu: diffoscope: Simplify the
build-man-page phase.").
--
Thanks,
Maxim
- [bug#60941] Update diffoscope to 232, Vagrant Cascadian, 2023/01/18
- [bug#60941] [PATCH 1/2] gnu: Add python-pypdf., Maxim Cournoyer, 2023/01/18
- [bug#60941] [PATCH v2 1/2] gnu: Add python-pypdf., Vagrant Cascadian, 2023/01/21
- [bug#60941] [PATCH v3 1/2] gnu: Add python-pypdf., Vagrant Cascadian, 2023/01/22
- [bug#60941] [PATCH v3 2/2] gnu: diffoscope: Update to 233., Vagrant Cascadian, 2023/01/22
- bug#60941: [PATCH v3 2/2] gnu: diffoscope: Update to 233., Maxim Cournoyer, 2023/01/22