* gnu/packages/syncthing.scm (go-github-com-jackpal-gateway): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: Ibc24eb85c76df4cea60749eaca55eb7ae7cb3cf5
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: I0713418f7d0b00d3aa7ab4289765556e68b8246d
* gnu/packages/syncthing.scm (go-github-com-go-ldap-ldap): Move from
here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: Ica9883664d11b621d0bd4ce896d217eb82abd0ce
* gnu/packages/syncthing.scm (go-github-com-go-asn1-ber-asn1-ber): Move
from here ...
* gnu/packages/golang-crypto.scm: ... to here.
Change-Id: Ib146ac76bbd2d7c34c315dc4f424d05ced597011
* gnu/packages/syncthing.scm (go-github-com-azure-go-ntlmssp): Move
from here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: I9c8397996470d84f57a4472717ebd0d06d06bb4c
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-recli):
Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I1494e60367873ba5ddbfe0725cd8a0ed02d8cb9e
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-pfilter):
Move from here ...
* gnu/packages/golang-web.scm: ... to here.
Change-Id: Ie148e31dde805b79956553988431153159598acc
* gnu/packages/syncthing.scm (go-github-com-sasha-s-go-deadlock): Move
from here ...
* gnu/packages/golang-check.scm: ... to here.
Change-Id: Id3d101897b4ac056cfe48a52289dd3e4f51402d8
* gnu/packages/syncthing.scm (go-github-com-petermattis-goid): Move from
here ...
* gnu/packages/golang-check.scm: ... to here.
Change-Id: I68182d8131afdcb346076d4f1e69ccf680b48cdb
In the absence of the /etc/guix/channels.scm file, %default-channels is used
anyway. If user manually (or by extra-special-file) created the file, we
should respect it. This commit therefore changes the default to #f, hopefully
having zero impact on people not actively using the `channels' field.
* gnu/services/base.scm (<guix-configuration>)[channels]: Set default to #f.
Change-Id: I516c1735a037a153fabbebfc337051aaf0be2155
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Having substitute URLs explicitly listed in the service startup file
makes it clearer what should be modified to permanently change the list
of substitute URLs.
* config-daemon.ac: Rename ‘guix_substitute_urls’ to
‘GUIX_SUBSTITUTE_URLS’ and substitute it.
* nix/local.mk (etc/guix-%.service, etc/init.d/guix-daemon)
(etc/guix-%.conf): Substitute it.
* etc/guix-daemon.conf.in, etc/guix-daemon.service.in,
etc/init.d/guix-daemon.in: Add an explicit ‘--substitute-urls’ option.
Change-Id: Ie491b7fab5c42e54dca582801c03805a85de2bf9
This is a followup to 7c27bd115b.
* gnu/services/base.scm (file-system-shepherd-service): Catch
'system-error from ‘umount’ call when FILE-SYSTEM is marked as
mount-may-fail.
Change-Id: I2234f8da320b43089f4ee058cad8608ce9c078f8
* doc/contributing.texi (Debbugs User Interfaces): Introduce mumi in the
body of the text rather than a footnote since the “Command-Line
Interface” section assumes it has already been introduced.
(Command-Line Interface, Emacs Interface): Capitalize titles.
Change-Id: I0e87cd48b6158582016734afe71c716c548c1639
This variant of rofi-pass swaps out the X-related tools used for Wayland
versions and changes the default configuration file to use them.
* gnu/packages/password-utils.scm (rofi-pass-wayland): New variable.
Change-Id: Ie844fc2f3a7f49fd6322e5418a6944b6b941abce
With no release in over 5 years, update to the most recent commit to include
features like Wayland support. Rewrite the package definition to use the
makefile, patch paths, and generally improve the style.
* gnu/packages/password-utils.scm (rofi-pass): Update to 2.0.2-0.8aa6b92.
[origin]: Use git-fetch rather than just the individual script.
[build-system]: Switch to gnu-build-system.
[arguments]: Remove modules and builder. Disable tests. Add make-flags.
<phases>: Add fix-etc-path and wrap-path phases. Remove configure and build.
[propagated-inputs]: Move to ...
[inputs]: ... here. Add bash-minimal, pwgen, xclip, and xset.
Change-Id: Ia03ef46f3b567bc2eb6d1350db3612043f06d94b
This partially reverts commit 26c0ff98cf,
removing some extraneous changes that were added by mistake.
This is a followup to commit 26c0ff98cf
Change-Id: I907cfb98414ec8aeb1bbfc7b1b3d41fd36e8d309
* gnu/packages/radio.scm (gnss-sdr): Update to 0.0.19.
[inputs]: Add cpu-features, gnuplot, gnutls and volk-gnsssdr.
[arguments](configure-flags): Disable test building because many tests
depend on downloaded sample data set.
Change-Id: I1b231896a5e481099c96667ef667c6d9e73683da
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
When extra-content is a list, add 4 space indentation and a newline to every
line. If it's a string, continue inserting it directly. This makes the list
serialization behavior more consistent with other services.
* gnu/services/web (default-nginx-config): Support lists.
* doc/guix.texi (Web Services)[nginx-configuration]: Document it.
Change-Id: Iec8614ba3cfc37292a566197e8d39b352b04846a
Signed-off-by: Christopher Baines <mail@cbaines.net>
Remove the inner connect procedure, as now that #:non-blocking? needs passing
on, this just makes things more difficult. This commit also fixes not passing
#:non-blocking? on in the case where open-unix-domain-socket is called as
connect.
* guix/store.scm (connect-to-daemon): Refactor and fix non-blocking
connections to sockets with a filename.
Change-Id: I61cd99920df91baba95567d670bec6fa94043875