Ian Eure writes:
Would it make sense to sort package inputs when computing
derivations to prevent this sort of unintentional
change?
The order matters, e.g. when we add a different gcc to shadow the
existing gcc.
--
Ricardo
Hi,
I've canceled the pending builds.
Sorry it was me, not expected that order of the same inputs would trigger the
build.
The reasoning was to refactor the indentation and higlight that
python-meson-python has to be replaced by meson-python.
Thanks,
Oleg
On Sat, 2 Nov 2024 at 00:20, Vagrant C
Would it make sense to sort package inputs when computing derivations to
prevent this sort of unintentional change? I don't think the input order is
important for the build, so this seems like it could be relatively simple to
implement & avoid this recurring.
On November 1, 2024 5:20:51 PM PDT
A large rebuild was triggered by:
commit a9abf9a7b30f6801e122cae759df87b44c458773
Author: Sharlatan Hellseher
Date: Fri Nov 1 21:10:04 2024 +
gnu: python-dbus-python: Fix indentation.
* gnu/packages/python-xyz.scm (python-dbus-python): Fix indentation,
adjust order of fields,