summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: emacs-anzu: Update to 0.64.Nicolas Goaziou2021-01-06
| | | | * gnu/packages/emacs-xyz.scm (emacs-anzu): Update to 0.64.
* gnu: sbcl-ironclad: Update to 0.54.Guillaume Le Vaillant2021-01-06
| | | | * gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.54.
* gnu: directfb: Fix home page.Nicolas Goaziou2021-01-06
| | | | | * gnu/packages/graphics.scm (directfb)[home-page]: Fix URL. The previous one was unrelated to the project.
* gnu: sbcl-agnostic-lizard: Fix home-page.Guillaume Le Vaillant2021-01-06
| | | | * gnu/packages/lisp-xyz.scm (sbcl-agnostic-lizard)[home-page]: Fix it.
* gnu: Add cl-py-configparser.Sharlatan Hellseher2021-01-06
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-py-configparser, ecl-py-configparser, sbcl-py-configparser): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: emacs-company-math: Update to 1.4.Nicolas Goaziou2021-01-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-company-math): Update to 1.4. [synopsis]: Slightly shorten it. [description]: Use proper capitalization.
* gnu: emacs-sly: Update to 20210105 (fixes breaking issues).Pierre Neidhardt2021-01-06
| | | | * gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20210105.
* doc: Link to "Keyboard Layout" in "operating-system Reference"Morgan Smith2021-01-06
| | | | | | | * doc/guix.texi (operating-system Reference): Link to the "Keyboard Layout" node. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-sly-stepper: Find required Common Lisp dependency.Pierre Neidhardt2021-01-06
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-sly-stepper)[inputs]: Add cl-agnostic-lizard. [arguments]: Patch Lisp file to find agnostic-lizard's absolute path.
* gnu: Add agnostic-lizard.Pierre Neidhardt2021-01-06
| | | | | * gnu/packages/lisp-xyz.scm (cl-agnostic-lizard, ecl-agnostic-lizard, sbcl-agnostic-lizard): New variables.
* gnu: mu: Update to 1.4.14.Pierre Langlois2021-01-06
| | | | * gnu/packages/mail.scm (mu): Update to 1.4.14.
* gnu: cozy: Update to 0.7.8.Vinicius Monego2021-01-06
| | | | | | * gnu/packages/ebook.scm (cozy): Update to 0.7.8. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: gpsbabel: Enable tests.Efraim Flashner2021-01-06
| | | | | | | * gnu/packages/patches/gps.scm (gpsbabel)[source]: Add patch. [arguments]: Enable tests. * gnu/packages/patches/gpsbabel-fix-i686-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: gpsbabel: Unbundle zlib.Efraim Flashner2021-01-06
| | | | | * gnu/packages/gps.scm (gpsbabel)[source]: Adjust snippet to remove bundled zlib and references from the Makefile.
* gnu: gpsbabel: Update to 1.7.0.Björn Höfling2021-01-06
| | | | | | | | | | | * gnu/packages/gps.scm (gpsbabel): Update to 1.7.0. [source]: Use git-fetch, remove obsolete patches. [inputs]: Add libusb. * gnu/packages/patches/gpsbabel-minizip.patch: Remove file. * gnu/packages/patches/gpsbabel-qstring.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove entries. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-esxml: Update to 0.3.5.Pierre Neidhardt2021-01-06
| | | | * gnu/packages/emacs-xyz.scm (emacs-esxml): Update to 0.3.5.
* gnu: upnp.scm: Sort package module imports alphabetically.Efraim Flashner2021-01-06
| | | | * gnu/packages/upnp.scm: Sort package module imports alphabetically.
* gnu: readymedia: Sort inputs alphabetically.Efraim Flashner2021-01-06
| | | | | * gnu/packages/upnp.scm (readymedia)[native-inputs]: Sort alphabetically. [inputs]: Same.
* gnu: readymedia: Update to 1.3.0.Efraim Flashner2021-01-06
| | | | | | | | | Fixes CVE-2020-28926. * gnu/packages/upnp.scm (readymedia): Update to 1.3.0. [arguments]: Add configure-flag to not record kernel version of build machine. Add phase to remove spurious substitution of ffmpeg libraries. [inputs]: Add zlib.
* gnu: upnp.scm: Use license prefix.Efraim Flashner2021-01-06
| | | | * gnu/packages/upnp.scm: Use the 'license:' prefix to denote licences.
* gnu: readymedia: Clean-up origin code.Efraim Flashner2021-01-06
| | | | | * gnu/packages/upnp.scm (readymedia)[source]: Replace custom logic with string-replace-substring.
* gnu: moe: Update to 1.11.Efraim Flashner2021-01-06
| | | | * gnu/packages/moe.scm (moe): Update to 1.11.
* gnu: rcm: Update to 1.3.4.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/rcm.scm (rcm): Update to 1.3.4.
* gnu: tmon: Clarify some more.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/linux.scm (tmon)[license]: Right wrong.
* gnu: eid-mw: Omit static libraries.Tobias Geerinckx-Rice2021-01-06
| | | | | * gnu/packages/security-token.scm (eid-mw)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: eid-mw: Update to 5.0.11.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/security-token.scm (eid-mw): Update to 5.0.11.
* gnu: tmon: Clarify licence.Tobias Geerinckx-Rice2021-01-06
| | | | | * gnu/packages/linux.scm (tmon)[license]: Comment that only the man page is GPL-2-only.
* gnu: Add tmon.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/linux.scm (tmon): New public variable.
* gnu: Add turbostat.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/linux.scm (turbostat): New public variable.
* gnu: xfce4-whiskermenu-plugin: Update to 2.5.1.Michael Rohleder2021-01-05
| | | | | | * gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.5.1. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: Add jitterentropy-rngd.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/linux.scm (jitterentropy-rngd): New public variable.
* gnu: lziprecover: Update to 1.22.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/compression.scm (lziprecover): Update to 1.22.
* gnu: ispell: Update to 3.4.01.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/aspell.scm (ispell): Update to 3.4.01.
* gnu: lilv: Update to 0.24.10.Tobias Geerinckx-Rice2021-01-06
| | | | * gnu/packages/audio.scm (lilv): Update to 0.24.10.
* gnu: xfce4-datetime-plugin: Update to 0.8.1.Michael Rohleder2021-01-05
| | | | | | * gnu/packages/xfce.scm (xfce4-datetime-plugin): Update to 0.8.1. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: xfce4-wavelan-plugin: Update to 0.6.2.Michael Rohleder2021-01-05
| | | | | | * gnu/packages/xfce.scm (xfce4-wavelan-plugin): Update to 0.6.2. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: xfce4-smartbookmark-plugin: Update to 0.5.2.Michael Rohleder2021-01-05
| | | | | | * gnu/packages/xfce.scm (xfce4-smartbookmark-plugin): Update to 0.5.2. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: xfce4-xkb-plugin: Update to 0.8.2.Michael Rohleder2021-01-05
| | | | | | * gnu/packages/xfce.scm (xfce4-xkb-plugin): Update to 0.8.2. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: xfce4-systemload-plugin: Update to 1.2.4.Vincent Legoll2021-01-05
| | | | | | * gnu/packages/xfce.scm (xfce4-systemload-plugin): Update to 1.2.4. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: xfce4-mount-plugin: Update to 1.1.5.Vincent Legoll2021-01-05
| | | | | | * gnu/packages/xfce.scm (xfce4-mount-plugin): Update to 1.1.5. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: xfce4-mailwatch-plugin: Update to 1.3.0.Vincent Legoll2021-01-05
| | | | | | * gnu/packages/xfce.scm (xfce4-mailwatch-plugin): Update to 1.3.0. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: xfce4-diskperf-plugin: Update to 2.6.3.Vincent Legoll2021-01-05
| | | | | | * gnu/packages/xfce.scm (xfce4-diskperf-plugin): Update to 2.6.3. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: emacs-csv-mode: Update to 1.14.Nicolas Goaziou2021-01-06
| | | | * gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.14.
* Discover extensions via GUIX_EXTENSIONS_PATH.Ricardo Wurmus2021-01-05
| | | | | | | | | | | * guix/scripts.scm (%command-categories): Add extension category. * guix/ui.scm (source-file-command): Also parse extensions files. (command-files): Accept an optional directory argument. (extension-directories): New procedure. (commands): Use it. (show-guix-help): Hide empty categories. (run-guix-command): Try loading an extension if there is no matching Guix command.
* gnu: emacs-vterm: Fix version.Nicolas Goaziou2021-01-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-vterm): Use proper version, from upstream.
* gnu: xfce4-fsguard-plugin: Update to 1.1.2.Michael Rohleder2021-01-05
| | | | | | * gnu/packages/xfce.scm (xfce4-fsguard-plugin): Update to 1.1.2. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: xfce4-verve-plugin: Update to 2.0.1.Michael Rohleder2021-01-05
| | | | | | * gnu/packages/xfce.scm (xfce4-verve-plugin): Update to 2.0.1. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: xfce4-cpugraph-plugin: Update to 1.2.0.Michael Rohleder2021-01-05
| | | | | | * gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.0. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: xfce4-taskmanager: Update to 1.4.0.Michael Rohleder2021-01-05
| | | | | | * gnu/packages/xfce.scm (xfce4-taskmanager): Update to 1.4.0. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: nomacs: Satisfy guix lint.Efraim Flashner2021-01-05
| | | | | | * gnu/packages/image-viewers.scm (nomacs)[source]: Add file-name field. [inputs]: Move qttools ... [native-inputs]: ... to here.