summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* doc: Use two spaces after full stop.Nicolas Goaziou2021-01-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * doc/guix.texi: (GNU Distribution): (Invoking guix-daemon): (Invoking guix pull): (Invoking guix time-machine): (Specifying Additional Channels): (Build Systems): (Invoking guix refresh): (Invoking guix processes): (Mapped Devices): (Base Services): (Networking Services): (Mail Services): (Telephony Services): (Monitoring Services): (Web Services): (DNS Services): (Continuous Integration): (Audio Services): (Virtualization Services): (Version Control Services): (Guix Services): (Miscellaneous Services): (Initial RAM Disk): (Bootloader Configuration): (Invoking guix deploy): Use two spaces after full stop, as required by Texinfo syntax.
* gnu: reuse: Update to 0.12.1.Michael Rohleder2021-01-12
| | | | | | * gnu/packages/license.scm (reuse): Update to 0.12.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: libebml: Update to 1.4.1.Michael Rohleder2021-01-12
| | | | | | * gnu/packages/xml.scm (libebml): Update to 1.4.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-marginalia.Brit Butler via Guix-patches via2021-01-12
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-marginalia): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-evil-matchit: Update to 2.3.10.Michael Rohleder2021-01-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-matchit): Update to 2.3.10.
* gnu: emacs-goto-chg: Update to 1.7.3-2.2af6121.Michael Rohleder2021-01-12
| | | | | * gnu/packages/emacs-xyz.scm (emacs-goto-chg): Update to 1.7.3-2.2af6121. [propagated-inputs]: Remove emacs-undo-tree, because it's a soft dependency now.
* gnu: Add emacs-anki-editor.Noah Evans2021-01-12
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-anki-editor): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-adaptive-wrap: Update to 0.8.Nicolas Goaziou2021-01-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-adaptive-wrap): Update to 0.8.
* gnu: sudo: Update to 1.9.5p1 [fixes setuid sudoedit].Tobias Geerinckx-Rice2021-01-12
| | | | * gnu/packages/admin.scm (sudo): Update to 1.9.5p1.
* gnu: ungoogled-chromium: Update to 87.0.4280.141-0.483a1ba.Marius Bakke2021-01-12
| | | | | | * gnu/packages/chromium.scm (%chromium-version): Set to 87.0.4280.141. (%ungoogled-revision): Set to 483a1bae4eee601c7d0a4a63499380e40e4f8a44. (%ungoogled-origin, ungoogled-chromium): Update hashes.
* gnu: s6-linux-utils: Update to 2.5.1.4.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.1.4.
* gnu: s6-linux-init: Update to 1.0.6.0.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.6.0.
* gnu: s6-portable-utils: Update to 2.2.3.1.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.3.1.
* gnu: s6-rc: Update to 0.5.2.1.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/skarnet.scm (s6-rc): Update to 0.5.2.1.
* gnu: s6-networking: Update to 2.4.0.0.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/skarnet.scm (s6-networking): Update to 2.4.0.0.
* gnu: s6-dns: Update to 2.3.4.0.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/skarnet.scm (s6-dns): Update to 2.3.4.0.
* gnu: s6: Update to 2.10.0.0.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/skarnet.scm (s6): Update to 2.10.0.0.
* gnu: execline: Update to 2.7.0.0.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/skarnet.scm (execline): Update to 2.7.0.0.
* gnu: skalibs: Update to 2.10.0.0.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/skarnet.scm (skalibs): Update to 2.10.0.0.
* gnu: sord: Update to 0.16.8.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/rdf.scm (sord): Update to 0.16.8.
* gnu: serd: Update to 0.30.8.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/rdf.scm (serd): Update to 0.30.8.
* gnu: podofo: Omit static library.Tobias Geerinckx-Rice2021-01-11
| | | | | * gnu/packages/pdf.scm (podofo)[arguments]: Remove explicit "-DPODOFO_BUILD_STATIC=ON" from #:configure-flags.
* gnu: podofo: Update to 0.9.7.Tobias Geerinckx-Rice2021-01-11
| | | | | | | * gnu/packages/pdf.scm (podofo): Update to 0.9.7. [source]: Remove patch. * gnu/packages/patches/podofo-cmake-3.12.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: mcelog: Don't use unstable tarball.Tobias Geerinckx-Rice2021-01-11
| | | | | * gnu/packages/linux.scm (mcelog)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: mcelog: Cross-compile.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/linux.scm (mcelog)[arguments]: Use CC-FOR-TARGET.
* gnu: mcelog: Update to 175.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/linux.scm (mcelog): Update to 175.
* gnu: inxi-minimal: Update to 3.2.02-1.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.2.02-1.
* gnu: erofs-utils: Update to 1.2.1.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/linux.scm (erofs-utils): Update to 1.2.1.
* gnu: htop: Update to 3.0.5.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/admin.scm (htop): Update to 3.0.5.
* gnu: rng-tools: Update to 6.11.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/linux.scm (rng-tools): Update to 6.11.
* gnu: libblockdev: Update to 2.25.Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/disk.scm (libblockdev): Update to 2.25.
* gnu: Add emacs-consult.Brit Butler2021-01-11
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-consult): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: sudo: Update to 1.9.5 [fixes CVE-2021-23239 & CVE-2021-23240].Tobias Geerinckx-Rice2021-01-11
| | | | * gnu/packages/admin.scm (sudo): Update to 1.9.5.
* system: Assert, that user and group names are unique.Leo Prikler2021-01-11
| | | | | | *gnu/system/shadow.scm (find-duplicates): New variable. (assert-unique-account-names, assert-unique-group-names): New variables. (account-activation): Use them here.
* packages: Fix 'base32' used before definition warning.Maxim Cournoyer2021-01-11
| | | | | | | | Before this change, compiling the module would emit the following message: "guix/packages.scm:213:25: warning: macro `base32' used before definition". * guix/packages.scm (define-compile-time-decoder) (base32, base64): Move definitions to the top of the module.
* gnu: xfce4-screensaver: Update to 4.16.0.Michael Rohleder2021-01-11
| | | | | | * gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.16.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add mcg.Noah Evans2021-01-11
| | | | | | * gnu/packages/mpd.scm (mcg): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: guile: Fix tests on emulated architectures.Mathieu Othacehe2021-01-11
| | | | | | | | | | The stack overflow test limits the virtual memory size using setrlimit with RLIMIT_AS argument. This is ignored when using QEMU transparent emulation, causing the test to crash. * gnu/packages/patches/guile-2.2-skip-so-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/guile.scm (guile-3.0-latest): Add it.
* gnu: guile-picture-language: Update to 0.0.1-4.291a746.Ricardo Wurmus2021-01-11
| | | | | | * gnu/packages/guile-xyz.scm (guile-picture-language): Update to 0.0.1-4.291a746. [propagated-inputs]: Add guile-cairo.
* gnu: ppp: Update to 2.4.9.Vincent Legoll2021-01-11
| | | | | | * gnu/packages/samba.scm (ppp): Update to 2.4.9. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: esbuild: Update to 0.8.31.Ryan Prior2021-01-11
| | | | | | * gnu/packages/web.scm (esbuild): Update to 0.8.31. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: glfw: Update to 3.3.2.Vincent Legoll2021-01-11
| | | | | | | * gnu/packages/gl.scm (glfw): Update to 3.3.2. (propagated-inputs): Add missing libxi. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: newsboat: Update to 2.22.1.Efraim Flashner2021-01-11
| | | | * gnu/packages/syndication.scm (newsboat): Update to 2.22.1.
* gnu: liferea: Add source file-name.Efraim Flashner2021-01-11
| | | | * gnu/packages/syndication.scm (liferea)[source]: Add file-name field.
* gnu: vigra: Raise max-silent-time timeout value to 2 hours.Maxim Cournoyer2021-01-10
| | | | | | | Fixes <https://issues.guix.gnu.org/40887>. * gnu/packages/image.scm (vigra)[properties]: Add a 'max-silent-time' property, with a value of 7200 seconds (2 hours).
* import: texlive: Produce a partial package definition rather than crashing.Maxim Cournoyer2021-01-10
| | | | | | | | | This is a small improvement awaiting a definitive fix for <https://issues.guix.gnu.org/45656>. * guix/import/texlive.scm (sxml->package): Produce a warning when the SVN checkout failed. Rather than crashing on the unexpected #f value, return a partial package definition with the source field set to #f.
* gnu: bwm-ng: Update to 0.6.3.Tobias Geerinckx-Rice2021-01-10
| | | | * gnu/packages/networking.scm (bwm-ng): Update to 0.6.3.
* doc: Add missing cups-filters default extension.Tobias Geerinckx-Rice2021-01-10
| | | | | * doc/guix.texi (Printing Services): Add cups-filters to the documented list of default cups-configuration extensions.
* services: cups: Add brlaser extension by default.Tobias Geerinckx-Rice2021-01-10
| | | | | | * gnu/services/cups.scm (cups-configuration): Add brlaser to the default extensions. * doc/guix.texi (Printing Services): Document it.
* gnu: Move brlaser to (gnu packages cups).Tobias Geerinckx-Rice2021-01-10
| | | | | * gnu/packages/printers.scm (cups): Move from here... * gnu/packages/cups.scm (cups): ...to here.