The correct version of the package follows Golang tagging style e.g. the
latest version is "compute/metadata/v0.7.0", this chage fixes it.
* gnu/packages/golang-web.scm (go-cloud-google-com-go-compute-metadata):
Set to the correct version tag compute/metadata/v0.7.0, use list style.
[native-inputs]: Add go-github-com-google-go-cmp.
Change-Id: I73f4be68237bae3a74747a46ff313d59518b43e6
Insight Toolkit (ITK) Python module fails to import due to:
AttributeError: module 'numpy' has no attribute 'bool'
Implement the fix from here:
<https://github.com/InsightSoftwareConsortium/ITK/pull/5402>
While ITK's test suite is disabled for good reason, we can test that the
Python module imports successfully. Importing the Python module requires
NumPy. It is added as a native-input instead of a propagated-input because
the "out" output is unrelated to Python.
* gnu/packages/image-processing.scm (insight-toolkit)[arguments]: Remove
'#tests? #f'. Add #:imported-modules and #:modules.
<#:phases>: Delete 'check. Add 'fix-numpy-bool and 'python-sanity-check.
[native-inputs]: Add python-numpy.
(insight-toolkit-legacy)[arguments]: Remove inherited phase
'python-sanity-check.
[native-inputs]: Remove inherited python-numpy.
Change-Id: Ia6d14c22cbea9cd9877da36f8f72e2e34ff8a8a6
Signed-off-by: Andreas Enge <andreas@enge.fr>
This is preparatory for emacs-cycle-at-point.
* gnu/packages/emacs-xyz.scm (emacs-recomplete): New variable.
Change-Id: I145f3527cb97f221d83443c786c84c35e675f137
Signed-off-by: jgart <jgart@dismail.de>
Icedove was unable to find the GPU via PCI, it failed to find libGL.so.1
and was unable to use vaapi. All of them were related with missing
dependencies and wrappers.
* gnu/packages/gnuzilla.scm (icedove)[inputs]: Add pciutils and libva.
[arguments]<#:phases>: Wrap pciutils, libva and mesa.
Change-Id: Ic6e07804bbde2ac3f375144190abf653185edbc5
* gnu/packages/task-management.scm (blanket): Update to 0.8.0.
[source]: Fix indentation.
[arguments]: Use Gexp as well as search-input-file in phases. Remove
'#:tests? #f'.
<#:phases>: Move 'wrap-libs' after 'glib-or-gtk-wrap'.
[native-inputs]: Add blueprint-compiler.
[inputs]: Replace gtk+ by gtk. Add libadwaita.
Change-Id: I1f09ce2d93f4121b0bcfe7da7d2c13460809bfde
* gnu/packages/engineering.scm (pythonscad): Fix in-application version
display.
[arguments]<#:configure-flags>: Filter out flags "-DOPENSCAD_VERSION" and
"-DOPENSCAD_COMMIT" from inherited package. Add flags "-DOPENSCAD_VERSION" and
"-DOPENSCAD_COMMIT" locally.
Change-Id: I3d0b8e97dfb14041491cfd67baf1a9d3d15c1b86
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This is a followup to 3eb1ceac58 and
8d53a08852 to fix the old v1 docker-compose we
have until Docker is upgraded.
* gnu/packages/docker.scm (docker-compose)[inputs]: Replace python-docker
with python-docker@5.
Change-Id: Ia53a4dad7e88901ac37b6e9a0bd734605afae9e6
This is a followup to commit 3eb1ceac58 along
with an upcoming commit to use this in docker-compose to fully fix it. This
package is added just for the old version 1 of docker-compose and should be
removed once Docker is updated (which includes "docker compose" v2 built-in).
* gnu/packages/docker.scm (python-docker-5): New variable.
Change-Id: I9e640ca3a87fb6e055524cd5acc79588ac36fe36
This is a follow-up to commit 175a368b9c .
* gnu/packages/game-development.scm (quesoglc)[arguments]
<#:configure-flags>: Really change as intended.
Change-Id: I8bc96cb5f3fc5136a051bd2868c14b631c83f4b3
python-pyyaml-5 does not build and is needed for docker-compose. This is
a stopgap until docker can be updated to the modern Go version, which
includes "docker compose".
* gnu/packages/docker.scm (docker-compose)[arguments]: Add phase fix-pyyaml
to relax python-pyyaml requirement.
[inputs]: Replace python-pyyaml-5 with python-pyyaml.
Change-Id: I7410f8b5a8f308aeaae5793399dbfc5eef0e1822
Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu/packages/django.scm (python-django-4.2): Rename to...
(python-django): ...this instead of defining the latter as the former.
* gnu/packages/maths.scm (python-mathics-django)[propagated-inputs],
gnu/packages/monitoring.scm (graphite-web)[propagated-inputs]:
Use python-django instead of python-django-4.2.
Change-Id: I9dd9d86d4f9af5c6ee66fd57949ad565a6657062
This is a follow-up to commit ba5279cafd .
* gnu/packages/messaging.scm (kaidan)[inputs]: Add sonnet.
Change-Id: I2913a4bd2c5da2993ed23bb2a681c29d0d72e076