| Commit message (Expand) | Author | Age | Files | Lines |
* | Use substitute servers on the local network.•••* guix/scripts/discover.scm: New file.
* Makefile.am (MODULES): Add it.
* nix/nix-daemon/guix-daemon.cc (options): Add "discover" option,
(parse-opt): parse it,
(main): start "guix discover" process when the option is set.
* guix/scripts/substitute.scm (%local-substitute-urls): New variable,
(substitute-urls): add it.
* gnu/services/base.scm (<guix-configuration>): Add "discover?"
field,
(guix-shepherd-service): honor it.
* doc/guix.texi (Invoking guix-daemon): Document "discover" option,
(Base Services): ditto.
| Mathieu Othacehe | 2020-11-29 | 1 | -2/+7 |
* | publish: Add advertising support.•••* guix/scripts/publish.scm (%options): Add "--advertise" option.
(show-help): Document it.
(service-name): New procedure,
(publish-service-type): new variable.
(run-publish-server): Add "advertise?" and "port" parameters. Use them to publish
the server using Avahi.
(guix-publish): Pass the "advertise?" option to "run-publish-server".
* gnu/services/base.scm (<guix-publish-configuration>): Add "advertise?"
field.
(guix-publish-shepherd-service): Honor it.
| Mathieu Othacehe | 2020-11-29 | 1 | -1/+7 |
* | Add Avahi support.•••* guix/avahi.scm: New file.
* Makefile.am (MODULES): Add it.
* configure.ac: Add Guile-Avahi dependency.
* doc/guix.texi (Requirements): Document it.
* gnu/packages/package-management.scm (guix)[native-inputs]: Add
"guile-avahi",
[propagated-inputs]: ditto.
* guix/self.scm (specification->package): Add guile-avahi.
(compiled-guix): Ditto.
| Mathieu Othacehe | 2020-11-29 | 1 | -1/+4 |
* | services: zabbix-agent: Delete not mandatory hostname configuration.•••* gnu/services/monitoring.scm
(zabbix-agent-configuration)[hostname]: Set to empty string.
| Oleg Pykhalov | 2020-11-29 | 1 | -2/+2 |
* | gnu: Add ocrodjvu.•••* gnu/packages/djvu.scm (ocrodjvu): New variable.
| Guillaume Le Vaillant | 2020-11-29 | 1 | -0/+89 |
* | gnu: Add didjvu.•••* gnu/packages/djvu.scm (didjvu): New variable.
| Guillaume Le Vaillant | 2020-11-29 | 1 | -0/+67 |
* | gnu: Add python2-gamera.•••* gnu/packages/python-xyz.scm (python2-gamera): New variable.
| Guillaume Le Vaillant | 2020-11-29 | 1 | -0/+34 |
* | gnu: guix-build-coordinator: Update to 0-8.ed3b2e5.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-8.ed3b2e5.
(native-inputs): Fix version of guile-json.
| Christopher Baines | 2020-11-29 | 1 | -4/+4 |
* | gnu: guile-prometheus: Update to 0-2.12d3d9d.•••* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-2.12d3d9d.
| Christopher Baines | 2020-11-29 | 1 | -3/+3 |
* | gnu: emacs-sly: Update to 20201125.•••* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20201125.
| Pierre Neidhardt | 2020-11-29 | 1 | -4/+4 |
* | gnu: sbcl-slynk: Update to 20201125.•••* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 20201125.
[arguments]: Remove slynk/util since it's no longer in upstream.
Remove obsolete `substitute*' since upstream has fixed them.
| Pierre Neidhardt | 2020-11-29 | 1 | -17/+4 |
* | gnu: loko: Update to 0.7.0•••* gnu/packages/loko.scm (loko-scheme): Update to 0.7.0
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
| Martin Becze | 2020-11-28 | 1 | -3/+3 |
* | gnu: quaternion: Add xdg-utils to inputs.•••* gnu/packages/messaging.scm (quaternion)[inputs]: Add xdg-utils.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Michael Rohleder | 2020-11-28 | 1 | -1/+2 |
* | gnu: nginx-documentation: Update to 1.19.5-2622-64bbb9163a14.•••* gnu/packages/web.scm (nginx-documentation): Update to 1.19.5-2622-64bbb9163a14.
| Tobias Geerinckx-Rice | 2020-11-28 | 1 | -4/+4 |
* | gnu: nginx: Update to 1.19.5.•••* gnu/packages/web.scm (nginx): Update to 1.19.5.
| Tobias Geerinckx-Rice | 2020-11-28 | 1 | -2/+2 |
* | gnu: mpv: Update to 0.33.0.•••* gnu/packages/video.scm (mpv): Update to 0.33.0.
| Efraim Flashner | 2020-11-29 | 1 | -2/+2 |
* | gnu: gama: Update to 2.12.•••* gnu/packages/gps.scm (gama): Update to 2.12.
| Efraim Flashner | 2020-11-29 | 1 | -2/+2 |
* | Merge branch 'staging' | Marius Bakke | 2020-11-28 | 85 | -6975/+6241 |
|\ |
|
| * | gnu: exa: Disable a failing test.•••This test seems to have started failing on the staging branch, with the change
from Rust 1.39 to 1.45.
---- options::view::test::time_types::cr stdout ----
thread 'options::view::test::time_types::cr' panicked at 'called
`Result::unwrap_err()` on an `Ok` value: TimeTypes { modified: false,
changed: false, accessed: false, created: true }', src/options/view.rs:545:9
* gnu/packages/rust-apps.scm (exa)[arguments]: Disable a failing test.
| Christopher Baines | 2020-11-28 | 1 | -0/+1 |
| * | gnu: gst-plugins-good, gst-plugins-ugly: Add missing common phases.•••* gnu/packages/gstreamer.scm (gst-plugins-good, gst-plugins-ugly)
[arguments]: Run the %common-gstreamer-phases.
| Tobias Geerinckx-Rice | 2020-11-27 | 1 | -0/+2 |
| * | gnu: Further increase common gstreamer test time-outs.•••They still fail too eagerly on busy build machines.
* gnu/packages/gstreamer.scm (%common-gstreamer-phases): Increase the
default time-outs tenfold.
| Tobias Geerinckx-Rice | 2020-11-27 | 1 | -4/+4 |
| * | Merge branch 'master' into staging | Marius Bakke | 2020-11-26 | 34 | -311/+575 |
| |\ |
|
| * \ | Merge branch 'master' into staging | Marius Bakke | 2020-11-26 | 61 | -406/+1248 |
| |\ \ |
|
| * | | | gnu: gnupg: Update to 2.2.25.•••* gnu/packages/gnupg.scm (gnupg): Update to 2.2.25.
| Marius Bakke | 2020-11-25 | 1 | -2/+2 |
| * | | | gnu: libksba: Update to 1.5.0.•••* gnu/packages/gnupg.scm (libksba): Update to 1.5.0.
| Marius Bakke | 2020-11-25 | 1 | -2/+2 |
| * | | | Merge branch 'master' into staging | Marius Bakke | 2020-11-23 | 32 | -228/+963 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' into staging | Marius Bakke | 2020-11-22 | 86 | -946/+2995 |
| |\ \ \ \ |
|
| * | | | | | gnu: python-certifi: Update to 2020.11.8.•••* gnu/packages/python-crypto.scm (python-certifi): Update to 2020.11.8.
| Maxim Cournoyer | 2020-11-21 | 1 | -2/+2 |
| * | | | | | gnu: slurp: Add missing dependency.•••This follows up 8dc429165c9a354ffb18703598ea923d7f5e9e9a, which forgot to
stage the libxkbcommon dependency. While at it, reindent, and make SCDOC a
native input.
* gnu/packages/image.scm (slurp)[inputs]: Add LIBXKBCOMMON. Move SCDOC ...
[inputs]: ... here.
| Marius Bakke | 2020-11-20 | 1 | -6/+9 |
| * | | | | | gnu: slurp: Update to 1.3.1.•••* gnu/packages/image.scm (slurp): Update to 1.3.1.
| Marius Bakke | 2020-11-20 | 1 | -2/+2 |
| * | | | | | gnu: grim: Remove obsolete patch.•••* gnu/packages/patches/grim-revert-output-rotation.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/image.scm (grim)[source](patches): Remove.
| Marius Bakke | 2020-11-20 | 3 | -30/+1 |
| * | | | | | gnu: brightnessctl: Update to 0.5.1.•••* gnu/packages/linux.scm (brightnessctl): Update to 0.5.1.
[arguments]: Use CC-FOR-TARGET instead of "gcc".
| Marius Bakke | 2020-11-20 | 1 | -32/+29 |
| * | | | | | gnu: wofi: Update to 1.2.3.•••* gnu/packages/xdisorg.scm (wofi): Update to 1.2.3.
| Marius Bakke | 2020-11-20 | 1 | -2/+2 |
| * | | | | | gnu: mako: Update to 1.4.1.•••* gnu/packages/wm.scm (mako): Update to 1.4.1.
| Marius Bakke | 2020-11-20 | 1 | -2/+2 |
| * | | | | | gnu: swaylock: Update to 1.5.•••* gnu/packages/wm.scm (swaylock): Update to 1.5.
| Marius Bakke | 2020-11-20 | 1 | -2/+2 |
| * | | | | | gnu: swayidle: Update to 1.6.•••* gnu/packages/wm.scm (swayidle): Update to 1.6.
| Marius Bakke | 2020-11-20 | 1 | -2/+2 |
| * | | | | | gnu: sway: Update to 1.5.1.•••* gnu/packages/wm.scm (sway): Update to 1.5.1.
[native-inputs]: Remove LIBCAP.
| Marius Bakke | 2020-11-20 | 1 | -11/+9 |
| * | | | | | gnu: wlroots: Update to 0.12.0.•••* gnu/packages/wm.scm (wlroots): Update to 0.12.0.
[arguments]: Add #:meson. Adjust Xwayland substitution in #:phases.
[inputs]: Move everything ...
[propagated-inputs]: ... here. Add XCB-UTIL-ERRORS and XCB-UTIL-WM.
[native-inputs]: Remove FFMPEG, LIBCAP, and LIBPNG.
| Marius Bakke | 2020-11-20 | 1 | -17/+21 |
| * | | | | | Merge branch 'master' into staging | Marius Bakke | 2020-11-19 | 67 | -1055/+1159 |
| |\ \ \ \ \ |
|
| * | | | | | | gnu: gnupg: Update to 2.2.24.•••* gnu/packages/gnupg.scm (gnupg): Update to 2.2.24.
| Miguel Ángel Arruga Vivas | 2020-11-17 | 1 | -2/+2 |
| * | | | | | | gnu: libksba: Update to 1.4.0.•••* gnu/packages/gnupg.scm (libksba): Update to 1.4.0.
| Miguel Ángel Arruga Vivas | 2020-11-17 | 1 | -2/+2 |
| * | | | | | | gnu: libassuan: Update to 2.5.4.•••* gnu/packages/gnupg.scm (libassuan): Update to 2.5.4.
| Miguel Ángel Arruga Vivas | 2020-11-17 | 1 | -2/+2 |
| * | | | | | | gnu: lz4: Update to 1.9.3.•••* gnu/packages/compression.scm (lz4): Update to 1.9.3.
| Tobias Geerinckx-Rice | 2020-11-16 | 1 | -3/+2 |
| * | | | | | | Merge branch 'master' into staging | Marius Bakke | 2020-11-15 | 83 | -770/+1417 |
| |\ \ \ \ \ \ |
|
| * | | | | | | | gnu: gst-plugins-bad: Disable flaky test.•••* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Disable one more
test in adjust-tests phase.
| Marius Bakke | 2020-11-13 | 1 | -1/+3 |
| * | | | | | | | gnu: gst-plugins-good: Fix test failure on 32-bit systems.•••* gnu/packages/gstreamer.scm (gst-plugins-good)[arguments]: Add phase
fix-broken-test.
| Marius Bakke | 2020-11-13 | 1 | -0/+8 |
| * | | | | | | | gnu: transcode: Build with a newer ImageMagick.•••* gnu/packages/imagemagick.scm (imagemagick-next): New public variable.
* gnu/packages/video.scm (transcode)[inputs]: Change from IMAGEMAGICK to
IMAGEMAGICK-NEXT.
| Marius Bakke | 2020-11-11 | 2 | -1/+16 |
| * | | | | | | | Merge branch 'master' into staging | Marius Bakke | 2020-11-11 | 64 | -286/+5200 |
| |\ \ \ \ \ \ \ |
|
| * | | | | | | | | gnu: GStreamer: Update to 1.18.1.•••* gnu/packages/gstreamer.scm (gstreamer-docs, gstreamer, gst-plugins-base,
gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav,
gst-editing-services, python-gst): Update to 1.18.1.
| Marius Bakke | 2020-11-09 | 1 | -18/+18 |
| * | | | | | | | | gnu: iso-codes: Update to 4.5.0.•••* gnu/packages/iso-codes.scm (iso-codes): Update to 4.5.0.
| Marius Bakke | 2020-11-09 | 1 | -7/+9 |