aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/php.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/php.scm')
0 files changed, 0 insertions, 0 deletions
> 2024-12-13gnu: ytcc: Fix build....* gnu/packages/video.scm (ytcc): Fix build and enable tests. [source]: Swap to git checkout containing tests. [arguments]<test-flags>: Disable some failing tests. [inputs]: Remove python-urllib3-next; add python-urllib3. [native-inputs]: Add python-pytest, python-setuptools, and python-wheel. Change-Id: I93d958e2306544f51827308116e8a694058e9a9e Sharlatan Hellseher 2024-12-13gnu: Add python-setuptools/python-wheel where necessary....Changes to pyproject-build-system require explicit dependency on setuptools/wheel. Change-Id: Icd7699fc1dc56e974ae7568f2ae916dbf876bea5 Lars-Dominik Braun 2024-12-13build-system/pyproject: Use python-sans-pip-wrapper as default-python....Also adds python-setuptools and python-wheel to relevant packages, either to native-inputs or to propagated inputs if the pkg_resources Python module is loaded at runtime. * guix/build-system/pyproject.scm (default-python): Default to python-sans-pip-wrapper. Change-Id: I2d986c2225114f54459dd6bb360913106e52cdf4 Lars-Dominik Braun