~ruther/guix-local

444cab7f — Hilton Chain 3 years ago
gnu: go-github-com-tdewolff-minify-v2: Update to 2.12.7.

* gnu/packages/golang.scm (go-github-com-tdewolff-minify-v2): Update to 2.12.7

Signed-off-by: Christopher Baines <mail@cbaines.net>
eeeaf139 — Vincent Prat 3 years ago
gnu: python-mypy: Update to 1.4.1.

* gnu/packages/python-check.scm (python-mypy): Update to 1.4.1.
[origin]: Switch to PyPI.
[arguments]: Don't skip the testImports test.

Signed-off-by: Christopher Baines <mail@cbaines.net>
9c9d6c3d — Christopher Baines 2 years ago
services: bffe: Use guile from the package.

Rather than hardcoding a particular guile in the service definition.

* gnu/services/guix.scm (bffe-shepherd-services): Use guile from the package.
* gnu/packages/package-management.scm (bffe)[inputs]: Remove unnecessary
guile-next input.
69580997 — Efraim Flashner 2 years ago
gnu: julia-structarrays: Add missing input.

* gnu/packages/julia-xyz.scm (julia-structarrays)[propagated-inputs]:
Add julia-adapt.
9549266b — Efraim Flashner 2 years ago
gnu: julia-freetype2-jll: Update to 2.13.1+0.

* gnu/packages/julia-jll.scm (julia-freetype2-jll): Update to 2.13.1+0.
[arguments]: Remove trailing #t from phases.
61a89de7 — Nicolas Graves 2 years ago
gnu: emacs-sway: Update to 0.7.

* gnu/packages/emacs-xyz.scm (emacs-sway): Update to 0.7.

Signed-off-by: Andrew Tropin <andrew@trop.in>
a0510561 — Andrew Jose 2 years ago
gnu: delve: Update to 1.21.0.

* gnu/packages/debug.scm (delve): Update to 1.21.0.
[propagated-inputs]: Remove go.

Signed-off-by: Christopher Baines <mail@cbaines.net>
4c031bb8 — Jussi Timperi 2 years ago
gnu: pasystray: Update to 0.8.2.

* gnu/packages/pulseaudio.scm (pasystray): Update to 0.8.2.

Signed-off-by: Christopher Baines <mail@cbaines.net>
af1d2c03 — Sergey Trofimov 2 years ago
gnu: squid: Update to 6.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
92498fad — Vagrant Cascadian 2 years ago
gnu: diffoscope: Update to 250.

* gnu/packages/diffoscope.scm (diffoscope): Update to 250.
[native-inputs]: Add html2text and u-boot-tools.

Signed-off-by: Christopher Baines <mail@cbaines.net>
82abf6dd — Christopher Baines 2 years ago
services: guix: Add bffe-service-type.

This is intended to replace the functionality of the Guix Build Coordinator
queue builds script, and also provide a web interface for build farms.

* gnu/services/guix.scm (<bffe-configuration>): New record type.
(bffe-configuration, bffe-configuration?,
bffe-configuration-package,
bffe-configuration-user,
bffe-configuration-group,
bffe-configuration-arguments
bffe-configuration-extra-environment-variables): New procedures.
(bffe-service-type): New variable.
* gnu/tests/guix.scm (%test-bffe): New variable.
* doc/guix.texi (Guix Services): Document the new service.
dca96f27 — Christopher Baines 3 years ago
gnu: Add bffe.

* gnu/packages/package-management.scm (bffe): New variable.
0c1aa354 — Janneke Nieuwenhuizen 2 years ago
gnu: python-cython: Support building on the Hurd.

* gnu/packages/python-xyz.scm (python-cython)[arguments]: In phase `check',
skip failing tests on the Hurd.
1d5f1a54 — Janneke Nieuwenhuizen 2 years ago
gnu: glib-next: Disable failing tests on the Hurd.

* gnu/packages/glib.scm (glib-next)[arguments]: In phase `disable-tests',
disable four extra failing tests when building on the Hurd.
b2cc6499 — Janneke Nieuwenhuizen 2 years ago
gnu: glibc/hurd: Add unsubmitted getauxval patch from upstream.

This support building of gdk-pixbuf, gobject-introspection.

* gnu/packages/patches/glibc-hurd-getauxval.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc/hurd)[source]: Use it.
1149cc1b — Artyom V. Poptsov 2 years ago
gnu: go-ipfs: Update to 0.13.0.

* gnu/packages/ipfs.scm (go-ipfs): Update to 0.13.0.
[inputs]: Add GO-GOLANG-ORG-X-{EXP,TEXT}.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
a5bc9f23 — Simon South 2 years ago
gnu: libftdi: Build API documentation.

* gnu/packages/libftdi.scm (libftdi)[outputs]: Add "doc" output.
[arguments]<#:configure-flags>: Add "-DDOCUMENTATION".
<#:phases>: Add "install-documentation" phase.
[native-inputs]: Add doxygen, graphviz.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6c4868ac — Simon South 2 years ago
gnu: libftdi: Update to 1.5.

* gnu/packages/patches/libftdi-fix-paths-when-FTDIPP-set.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libftdi.scm (libftdi): Update to 1.5.
[source]: Apply patch.
[arguments]<#:configure-flags>: Add "-DFTDIPP", "-DPYTHON_BINDINGS".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
856eeedc — Simon South 2 years ago
gnu: libftdi: Build Python bindings.

* gnu/packages/libftdi.scm (libftdi)[outputs]: Add "python".
[arguments]<#:phases>: Add with "install-python-binding" phase.
[native-inputs]: Add python, swig.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fce3d00c — Simon South 2 years ago
gnu: libftdi: Build C++ bindings.

Enabling the C++ bindings allows the test suite to be run, although this fails
without access to the host's USB interface.

* gnu/packages/libftdi.scm (libftdi)[arguments]: Add #:test-target, #:tests?.
(inputs): Add boost.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next