~ruther/guix-local

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>
d92c71f1 — Simon South 2 years ago
gnu: libftdi: Build ftdi_eeprom.

* gnu/packages/libftdi.scm (libftdi)[arguments]<#:configure-flags>: Add
"-DCMAKE_INSTALL_DOCDIR".
[native-inputs]: Add with pkg-config.
[inputs]: Add with libconfuse.
[license]: Add GPL version 2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ea67b857 — Simon South 2 years ago
gnu: libftdi: Install libraries to /lib instead of /lib64.

* gnu/packages/libftdi.scm (libftdi)[arguments]<#:configure-flags>: Add
"-DLIB_SUFFIX".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
dcef5c71 — Simon South 2 years ago
gnu: libftdi: Do not build example programs.

* gnu/packages/libftdi.scm (libftdi)[arguments]: Add with "-DEXAMPLES"
configure flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ea2376a4 — Simon South 2 years ago
gnu: libftdi: Use HTTPS for package source.

* gnu/packages/libftdi.scm (libftdi)[source]: Use HTTPS.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
9620b9d2 — Simon South 2 years ago
gnu: libftdi: Update package style.

* gnu/packages/libftdi.scm: Re-order #:use-module statements.
(libftdi): Wrap long lines; reformat gently.
[license]: Use "license:" prefix.

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