summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* 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 Othacehe2020-11-291-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 Othacehe2020-11-291-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 Othacehe2020-11-291-1/+4
* services: zabbix-agent: Delete not mandatory hostname configuration.•••* gnu/services/monitoring.scm (zabbix-agent-configuration)[hostname]: Set to empty string. Oleg Pykhalov2020-11-291-2/+2
* gnu: Add ocrodjvu.•••* gnu/packages/djvu.scm (ocrodjvu): New variable. Guillaume Le Vaillant2020-11-291-0/+89
* gnu: Add didjvu.•••* gnu/packages/djvu.scm (didjvu): New variable. Guillaume Le Vaillant2020-11-291-0/+67
* gnu: Add python2-gamera.•••* gnu/packages/python-xyz.scm (python2-gamera): New variable. Guillaume Le Vaillant2020-11-291-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 Baines2020-11-291-4/+4
* gnu: guile-prometheus: Update to 0-2.12d3d9d.•••* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-2.12d3d9d. Christopher Baines2020-11-291-3/+3
* gnu: emacs-sly: Update to 20201125.•••* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20201125. Pierre Neidhardt2020-11-291-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 Neidhardt2020-11-291-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 Becze2020-11-281-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 Rohleder2020-11-281-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-Rice2020-11-281-4/+4
* gnu: nginx: Update to 1.19.5.•••* gnu/packages/web.scm (nginx): Update to 1.19.5. Tobias Geerinckx-Rice2020-11-281-2/+2
* gnu: mpv: Update to 0.33.0.•••* gnu/packages/video.scm (mpv): Update to 0.33.0. Efraim Flashner2020-11-291-2/+2
* gnu: gama: Update to 2.12.•••* gnu/packages/gps.scm (gama): Update to 2.12. Efraim Flashner2020-11-291-2/+2
* Merge branch 'staging'Marius Bakke2020-11-2885-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 Baines2020-11-281-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-Rice2020-11-271-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-Rice2020-11-271-4/+4
| * Merge branch 'master' into stagingMarius Bakke2020-11-2634-311/+575
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2020-11-2661-406/+1248
| |\ \
| * | | gnu: gnupg: Update to 2.2.25.•••* gnu/packages/gnupg.scm (gnupg): Update to 2.2.25. Marius Bakke2020-11-251-2/+2
| * | | gnu: libksba: Update to 1.5.0.•••* gnu/packages/gnupg.scm (libksba): Update to 1.5.0. Marius Bakke2020-11-251-2/+2
| * | | Merge branch 'master' into stagingMarius Bakke2020-11-2332-228/+963
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingMarius Bakke2020-11-2286-946/+2995
| |\ \ \ \
| * | | | | gnu: python-certifi: Update to 2020.11.8.•••* gnu/packages/python-crypto.scm (python-certifi): Update to 2020.11.8. Maxim Cournoyer2020-11-211-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 Bakke2020-11-201-6/+9
| * | | | | gnu: slurp: Update to 1.3.1.•••* gnu/packages/image.scm (slurp): Update to 1.3.1. Marius Bakke2020-11-201-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 Bakke2020-11-203-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 Bakke2020-11-201-32/+29
| * | | | | gnu: wofi: Update to 1.2.3.•••* gnu/packages/xdisorg.scm (wofi): Update to 1.2.3. Marius Bakke2020-11-201-2/+2
| * | | | | gnu: mako: Update to 1.4.1.•••* gnu/packages/wm.scm (mako): Update to 1.4.1. Marius Bakke2020-11-201-2/+2
| * | | | | gnu: swaylock: Update to 1.5.•••* gnu/packages/wm.scm (swaylock): Update to 1.5. Marius Bakke2020-11-201-2/+2
| * | | | | gnu: swayidle: Update to 1.6.•••* gnu/packages/wm.scm (swayidle): Update to 1.6. Marius Bakke2020-11-201-2/+2
| * | | | | gnu: sway: Update to 1.5.1.•••* gnu/packages/wm.scm (sway): Update to 1.5.1. [native-inputs]: Remove LIBCAP. Marius Bakke2020-11-201-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 Bakke2020-11-201-17/+21
| * | | | | Merge branch 'master' into stagingMarius Bakke2020-11-1967-1055/+1159
| |\ \ \ \ \
| * | | | | | gnu: gnupg: Update to 2.2.24.•••* gnu/packages/gnupg.scm (gnupg): Update to 2.2.24. Miguel Ángel Arruga Vivas2020-11-171-2/+2
| * | | | | | gnu: libksba: Update to 1.4.0.•••* gnu/packages/gnupg.scm (libksba): Update to 1.4.0. Miguel Ángel Arruga Vivas2020-11-171-2/+2
| * | | | | | gnu: libassuan: Update to 2.5.4.•••* gnu/packages/gnupg.scm (libassuan): Update to 2.5.4. Miguel Ángel Arruga Vivas2020-11-171-2/+2
| * | | | | | gnu: lz4: Update to 1.9.3.•••* gnu/packages/compression.scm (lz4): Update to 1.9.3. Tobias Geerinckx-Rice2020-11-161-3/+2
| * | | | | | Merge branch 'master' into stagingMarius Bakke2020-11-1583-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 Bakke2020-11-131-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 Bakke2020-11-131-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 Bakke2020-11-112-1/+16
| * | | | | | | Merge branch 'master' into stagingMarius Bakke2020-11-1164-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 Bakke2020-11-091-18/+18
| * | | | | | | | gnu: iso-codes: Update to 4.5.0.•••* gnu/packages/iso-codes.scm (iso-codes): Update to 4.5.0. Marius Bakke2020-11-091-7/+9