aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add wlgreet.(2022-10-06
| | | | | | * gnu/packages/admin.scm (wlgreet): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add rust-os-pipe-0.8.(2022-10-06
| | | | | | * gnu/packages/crates-io.scm (rust-os-pipe-0.8): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add rust-greetd-ipc-0.8.(2022-10-06
| | | | | | * gnu/packages/crates-io.scm (rust-greetd-ipc-0.8): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: plink: Change origin URL.Christopher Baines2022-10-06
| | | | | | pngu.mgh.harvard.edu seems to time out. * gnu/packages/bioinformatics.scm (plink)[origin]. Change URL.
* gnu: celluloid: Do not install icon cache.Michael Rohleder2022-10-06
| | | | | | | | | | | Fixes <https://issues.guix.gnu.org/58207>. * gnu/packages/video.scm (celluloid)[arguments]: Add phase disable-postinstall-script so postinstall-script does nothing. Build with glib-or-gtk meson option. [native-inputs]: Remove desktop-file-utils, gtk:bin. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: quaternion: Update to 0.0.95.1.Michael Rohleder2022-10-06
| | | | | | | * gnu/packages/messaging.scm (quaternion): Update to 0.0.95.1. [inputs]: Add qtgraphicaleffects. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: libqmatrixclient: Update to 0.6.11.Michael Rohleder2022-10-06
| | | | | | * gnu/packages/messaging.scm (libqmatrixclient): Update to 0.6.11. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gitolite: Switch to G-expressions.David Thompson2022-10-06
| | | | | * gnu/packages/version-control.scm (gitolite)[arguments]: Use G-expressions. [inputs]: Add grep and sed.
* gnu: Add r-dada2.Ricardo Wurmus2022-10-06
| | | | * gnu/packages/bioconductor.scm (r-dada2): New variable.
* doc: Add terms to concept index for "guix style".Ricardo Wurmus2022-10-06
| | | | * doc/guix.texi (Invoking guix style): Add terms to concept index.
* doc: Add concept index terms for "guix archive".Ricardo Wurmus2022-10-06
| | | | * doc/guix.texi (Invoking guix archive): Add terms to concept index.
* doc: Add every command name to concept index.Ricardo Wurmus2022-10-06
| | | | * doc/guix.texi: Add an entry for each Guix command to the concept index.
* doc: Use @command instead of @code.Ricardo Wurmus2022-10-06
| | | | * doc/guix.texi: Use @command to refer to Guix commands.
* gnu: linux-libre: Support zram on all kernels.Efraim Flashner2022-10-06
| | | | | * gnu/packages/linux.scm (%default-extra-linux-options): Add config options to add zram support.
* nls: Update translations.Julien Lepiller2022-10-06
|
* gnu: linux-libre 4.19: Update to 4.19.261.Leo Famulari2022-10-06
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.261. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.216.Leo Famulari2022-10-06
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.216. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
* gnu: linux-libre 5.10: Update to 5.10.147.Leo Famulari2022-10-06
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.147. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.15: Update to 5.15.72.Leo Famulari2022-10-06
| | | | | * gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.72. (linux-libre-5.15-pristine-source): Update hash.
* gnu: linux-libre 5.19: Update to 5.19.14.Leo Famulari2022-10-06
| | | | | * gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.14. (linux-libre-5.19-pristine-source): Update hash.
* gnu: Add splash.Sharlatan Hellseher2022-10-06
| | | | | | * gnu/packages/astronomy.scm (splash): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: dhcp-client: Implement and use a configuration record.Alexey Abramov2022-10-06
| | | | | | | | | | | | * gnu/services/networking.scm (dhcp-client-configuration): New record configuration. (dhcp-client-shepherd-service): Implement a shepher service. Provide a deprication message for legacy configurations. (dhcp-client-service-type): Use dhcp-client-shepherd-service. * doc/guix.texi (Networking Setup): Update. * po/guix/POTFILES.in: Add 'gnu/services/networking.scm'. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* import/utils: beautify-description: Update to pass tests.Ricardo Wurmus2022-10-05
| | | | | | * guix/import/utils.scm (beautify-description): Remove single quote wrapping; escape @; exclude common abbreviations and titles from double-spacing; detect more sentence fragments.
* tests: Add new test cases for beautify-description.Ricardo Wurmus2022-10-05
| | | | | | * tests/import-utils.scm ("beautify-description: use double spacing"): Update. ("beautify-description: remove single quotes", "beautify-description: escape @"): New tests.
* gnu: gnome-maps: Properly wrap GI_TYPELIB_PATH.Liliana Marie Prikler2022-10-05
| | | | | | | | | | | This fixes a bug reported by pkill9 and tschilptschilp23 in IRC. See <http://logs.guix.gnu.org/guix/2022-10-01.log#031053> and <http://logs.guix.gnu.org/guix/2022-10-05.log#214334>. It does so by using a snippet that's also applied in gnome-shell. * gnu/packages/geo.scm (gnome-maps)[#:phases]: Remove ‘patch-dbus-service’. Update ‘wrap’ so that it uses GJS-specific wrapping code rather than wrap-program.
* gnu: gnome-maps: Delete trailing space.Liliana Marie Prikler2022-10-05
| | | | * gnu/packages/geo.scm (gnome-maps)[inputs]: Delete trailing spaces.
* gnu: gnome-maps: Update to 43.0.Liliana Marie Prikler2022-10-05
| | | | | | | * gnu/packages/geo.scm (gnome-maps): Update to 43.0. [arguments]<#:meson>: Use meson-0.63. <#:phases>: Replace ‘skip-gtk-update-icon-cache’ with ‘skip-cache-and-database-updates’. Update accordingly.
* gnu: Add megahit.Ricardo Wurmus2022-10-05
| | | | * gnu/packages/bioinformatics.scm (megahit): New variable.
* gnu: Add cd-hit-auxtools.Ricardo Wurmus2022-10-05
| | | | * gnu/packages/bioinformatics.scm (cd-hit-auxtools): New variable.
* gnu: cd-hit: Update to 4.8.1.Ricardo Wurmus2022-10-05
| | | | | | * gnu/packages/bioinformatics.scm (cd-hit): Update to 4.8.1. [arguments]: Do not use quasiquote; remove trailing #T from build phases. [inputs]: Add zlib.
* gnu: kaiju: Update to 1.9.0.Ricardo Wurmus2022-10-04
| | | | | | | * gnu/packages/bioinformatics.scm (kaiju): Update to 1.9.0. [arguments]: Use gexps; wrap scripts in install phase. [inputs]: Add bzip2, coreutils, curl, gawk, guile-3.0, gzip, python-wrapper, tar, and wget.
* gnu: ibus: Build with GTK4.Liliana Marie Prikler2022-10-04
| | | | | * gnu/packages/ibus.scm (ibus)[arguments]: Add “--enable-gtk4”. [inputs]: Add gtk and pango-next.
* gnu: sdl2: Use ibus-minimal instead of ibus.Liliana Marie Prikler2022-10-04
| | | | | | This prevents an input cycle between GTK -> ffmpeg -> sdl2 -> ibus -> GTK. * gnu/packages/sdl.scm (sdl2)[inputs]: Replace ibus with ibus-minimal.
* gnu: Add ibus-minimal.Liliana Marie Prikler2022-10-04
| | | | | * gnu/packages/ibus.scm (ibus-minimal): New variable. (ibus): Inherit from ibus-minimal.
* gnu: icedove: Update to 102.3.1 [security fixes].Jonathan Brielmaier2022-10-04
| | | | | | Fixes CVE-2022-39236, CVE-2022-39249, CVE-2022-39250 and CVE-2022-39251. * gnu/packages/gnuzilla.scm (icedove): Update to 102.3.1.
* gnu: eog-plugins: Fix source URL.Ludovic Courtès2022-10-04
| | | | | | | The incorrect URL was introduced in d6d861c6151fb2cb9296b993425d9a64a7653d95. * gnu/packages/gnome.scm (eog-plugins)[source]: Change directory in URL.
* gnu: Add awscli-2.Zzull2022-10-04
| | | | | | * gnu/packages/python-web.scm (awscli-2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-executor.Zzull2022-10-04
| | | | | | * gnu/packages/python-xyz.scm (python-executor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-property-manager.Zzull2022-10-04
| | | | | | * gnu/packages/python-xyz.scm (python-property-manager): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: anonip: Bail out when the input is not a FIFO.Ludovic Courtès2022-10-04
| | | | | | * gnu/services/web.scm (anonip-shepherd-service)[start]: Accept zero arguments. Define 'spawn'. Print a message and return #f when #$INPUT does not denote a FIFO.
* channels: Warn about missing introductions.Ludovic Courtès2022-10-04
| | | | | * guix/channels.scm (latest-channel-instance): Warn when CHANNEL has no introduction and CHECKOUT contains '.guix-authorizations'.
* gnu: guix: Update to 17134b9.Ludovic Courtès2022-10-04
| | | | * gnu/packages/package-management.scm (guix): Update to 17134b9.
* home: Add home-batsignal-service-type.( via Guix-patches via2022-10-04
| | | | | | | * gnu/home/services/pm.scm (home-batsignal-service-type): New variable. (home-batsignal-configuration): New record type. * doc/guix.texi: Document them. * gnu/local.mk: Add gnu/home/services/pm.scm.
* doc: Mention network mask in network-route.Andrew Tropin2022-10-04
| | | | * doc/guix.texi (Networking Setup): Mention network mask in network-route.
* deploy: Fix error message.Andrew Tropin2022-10-04
| | | | * guix/scripts/deploy.scm (guix-deploy): Fix error message.
* gnu: augustus: Update to 3.2.0.Timotej Lazar2022-10-04
| | | | | | | | * gnu/packages/games.scm (augustus): Update to 3.2.0. [inputs]: Add expat. [snippet]: Unbundle it. Drop trailing #t. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-lsp-mode: Update to 26c4d3e.jgart2022-10-04
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-lsp-mode): Update to 26c4d3e. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-nov-el: Update to 0.4.0 and use gexps.Michael Rohleder2022-10-04
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.4.0. [arguments]: Use gexps. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-modus-themes: Update to 2.7.1.Nicolas Goaziou2022-10-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.7.1.
* gnu: emacs-org-mime: Update to 0.3.2.Nicolas Goaziou2022-10-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.3.2.