summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\
| * doc: Add new Swap Space section.Josselin Poiret2021-11-23
| | | | | | | | | | | | | | | | * doc/guix.texi (operating-system Reference): Update swap-devices. * doc/guix.texi (Swap Space): Add it. * gnu/system/examples/desktop.tmpl: Add swap-devices example. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * system: Filter out boot dependencies from swap-space.Josselin Poiret2021-11-23
| | | | | | | | | | | | * gnu/systems.scm (swap-services): Filter them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * system: Add swap flags.Josselin Poiret2021-11-23
| | | | | | | | | | | | | | | | | | | | | | * gnu/system/file-systems.scm (swap-space)[priority, discard?]: Add them. * guix/build/syscalls.scm (SWAP_FLAG_PREFER, SWAP_FLAG_PRIO_MASK, SWAP_FLAG_PRIO_SHIFT, SWAP_FLAG_DISCARD): Add them. * gnu/build/file-systems.scm (swap-space->flags-bit-mask): Add it. * gnu/services/base.scm (swap-service-type): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * system: Warn about swap-devices format changeJosselin Poiret2021-11-23
| | | | | | | | | | | | | | | | * gnu/system.scm (warn-swap-devices-change, %warn-swap-devices-change): Add them. * gnu/system.scm (operating-system) [swap-devices]: Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * system: Rework swap space support, add dependencies.Josselin Poiret2021-11-23
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/system/file-systems.scm (swap-space): Add it. * gnu/system.scm (operating-system)[swap-devices]: Update comment. * gnu/services/base.scm (swap-space->shepherd-service-name, swap-deprecated->shepherd-service-name, swap->shepherd-service-name): Add them. * gnu/services/base.scm (swap-service-type, swap-service): Use the new records. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: pipe-viewer: Update to 0.1.7.Robby Zambito2021-11-23
| | | | | | | | | | | | * gnu/packages/video.scm (pipe-viewer): Update to 0.1.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: piper: Update to 0.6.Brendan Tildesley2021-11-23
| | | | | | | | | | | | | | * gnu/packages/gnome.scm (piper): Update to 0.6. [inputs]: Add libratbag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: libratbag: Update to 0.16.Brendan Tildesley2021-11-23
| | | | | | | | | | | | * gnu/packages/gnome.scm (libratbag): Update to 0.16. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add qtile.Stephen Paul Weber2021-11-23
| | | | | | | | | | | | * gnu/packages/wm.scm (qtile): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-iwlib.Stephen Paul Weber2021-11-23
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-iwlib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-dbus-next.Stephen Paul Weber2021-11-23
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (python-debus-next): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: python-xcffib: Upgrade to 0.11.1.Stephen Paul Weber2021-11-23
| | | | | | | | | | | | | | | | Required for qtile. * gnu/packages/python-xyz.scm (python-xcffib): Upgrade to 0.11.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add stcgal.Simon South2021-11-23
| | | | | | | | | | | | * gnu/packages/embedded.scm (stcgal): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add python-tinydb.jgart2021-11-23
| | | | | | | | | | | | * gnu/packages/databases.scm (python-tinydb): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: emacs-fullframe: Update to 0.5.1.Nicolas Goaziou2021-11-23
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-fullframe): Update to 0.5.1. [source]: Update URI. [home-page]: Update home-page accordingly.
| * gnu: wireshark: Update to 3.6.0.Nicolas Goaziou2021-11-23
| | | | | | | | * gnu/packages/networking.scm (wireshark): Update to 3.6.0.
| * gnu: oil: Update to 0.9.4.Felix Gruber2021-11-22
| | | | | | | | | | | | * gnu/packages/shells.scm (oil): Update to 0.9.4. Signed-off-by: Timothy Sample <samplet@ngyro.com>
| * gnu: guix-build-coordinator: Update to 0-39.c9c55c0.Christopher Baines2021-11-22
| | | | | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-39.c9c55c0.
| * gnu: nss-pam-ldapd: Update to 0.9.12.Ricardo Wurmus2021-11-22
| | | | | | | | | | * gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.12. [arguments]: Remove trailing #T.
| * gnu: Move visidata to (gnu packages spreadsheet).Jorge Gomez2021-11-22
| | | | | | | | | | | | | | | | | | | | See <http://issues.guix.gnu.org/47852>. * gnu/packages/visidata.scm (visidata): Move from here… * gnu/packages/spreadsheet.scm (visidata): …to here. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add sc-im.Jorge Gomez2021-11-22
| | | | | | | | | | | | | | * gnu/packages/spreadsheet.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add emacs-ddskk-nicola.Taiju HIGASHI2021-11-22
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ddskk-nicola): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: statistics: Delete trailing whitespace.Liliana Marie Prikler2021-11-22
| | | | | | | | * gnu/packages/statistics.scm: Delete trailing whitespace.
| * gnu: Add xlispstat.Frank Pursel2021-11-22
| | | | | | | | | | | | * gnu/packages/statistics.scm (xlispstat): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| * gnu: Add cl-cmn.jgart2021-11-22
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-cmn, sbcl-cmn, ecl-cmn): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: proof-general: Adjust autoloads for Emacs.zimoun2021-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/46016>. * gnu/packages/coq.scm (proof-general)[native-inputs]: Remove 'which'. [inputs]: Remove 'coq' and 'emacs'. [arguments]<#:make-flags>: Adjust to find 'emacs'. Set 'ELISP' and 'DEST_LISP'. <#:modules, #:imported-modules>: Remove. <#:phases>: Remove call to 'which' in Makefile. Add copy file allowing Emacs autoloads. Clean unnecessary code. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: emacs-ryo-modal: Update to 0.45.pinoaffe2021-11-22
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ryo-modal): Update to 0.45. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| * gnu: linux-libre 5.4: Update to 5.4.161.Leo Famulari2021-11-22
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.161. (linux-libre-5.4-pristine-source): Update hash.
| * gnu: linux-libre 5.10: Update to 5.10.81.Leo Famulari2021-11-22
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.81. (linux-libre-5.10-pristine-source): Update hash.
| * gnu: linux-libre: Update to 5.14.21.Leo Famulari2021-11-22
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.21. (linux-libre-5.14-pristine-source): Update hash.
| * gnu: arb: Update to 2.21.1.Andreas Enge2021-11-22
| | | | | | | | * gnu/packages/algebra.scm (arb): Update to 2.21.1.
| * gnu: flint: Update to 2.8.4.Andreas Enge2021-11-22
| | | | | | | | * gnu/packages/algebra.scm (flint): Update to 2.8.4.
| * gnu: pari-gp: Update to 2.13.3.Andreas Enge2021-11-22
| | | | | | | | * gnu/packages/algebra.scm (pari-gp): Update to 2.13.3.
| * gnu: emacs-form-feed: Update to 0.2.3.Nicolas Goaziou2021-11-22
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-form-feed): Update to 0.2.3.
| * gnu: cl-portal: Update to 1.2.Charles2021-11-22
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-portal): Update to 1.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: cl-yxorp: Update to 0.2.Charles2021-11-22
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-yxorp): Update to 0.2. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: emacs-eldev: Update to 0.10.1.Nicolas Goaziou2021-11-22
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 0.10.1.
| * gnu: emacs-evil-multiedit: Update to 1.4.3.Nicolas Goaziou2021-11-22
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-multiedit): Update to 1.4.3.
| * gnu: Add lz4json.Zzull2021-11-22
| | | | | | | | | | | | * gnu/packages/gnuzilla.scm (lz4json): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: lttng-tools: Update to 2.13.1.Olivier Dion2021-11-21
| | | | | | | | | | | | * gnu/packages/linux.scm (lttng-tools): Bump version. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| * gnu: lttng-ust: Update to 2.13.0.Olivier Dion2021-11-21
| | | | | | | | | | | | | | * gnu/packages/linux.scm (lttng-ust): Bump version. [native-inputs]: Add pkg-config. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| * gnu: Add babeltrace.Olivier Dion2021-11-21
| | | | | | | | | | | | * gnu/packages/linux.scm (babeltrace): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| * gnu: Add qxmpp.Vinicius Monego2021-11-21
| | | | | | | | | | | | * gnu/packages/messaging.scm (qxmpp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add devour.jgart via Guix-patches via2021-11-21
| | | | | | | | | | | | * gnu/packages/wm.scm (devour): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add libplacebo.Milkey Mouse2021-11-21
| | | | | | | | | | | | * gnu/packages/video.scm (libplacebo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: sameboy: Update to 0.14.7.Felix Gruber2021-11-21
| | | | | | | | | | | | * gnu/packages/emulators.scm (sameboy): Update to 0.14.7. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: guix-build-coordinator: Update to 0-38.d46e9ac.Christopher Baines2021-11-21
| | | | | | | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-38.d46e9ac.
| * gnu: ocaml-merlin-reader: Update to 4.3.1-411.Julien Lepiller2021-11-21
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-merlin-reader): Update to 4.3.1-411.
| * gnu: emacs-citar: Update to 0.9.Nicolas Goaziou2021-11-21
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9.