Age | Commit message (Expand) | Author |
---|---|---|
2022-01-06 | gnu: borgmatic: Use G-expressions....* gnu/packages/backup.scm (borgmatic)[arguments]: Rewrite as G-expressions. | Tobias Geerinckx-Rice |
2022-01-06 | gnu: borgmatic: Update to 1.5.22....* gnu/packages/backup.scm (borgmatic): Update to 1.5.22. | Tobias Geerinckx-Rice |
2022-01-06 | gnu: pan: Use G-expressions....* gnu/packages/mail.scm (pan)[arguments]: Rewrite as G-expressions. | Tobias Geerinckx-Rice |
2022-01-06 | gnu: pan: Update to 0.149....* gnu/packages/mail.scm (pan): Update to 0.149. [arguments]: Don't explicitly return #t from phases. [inputs]: Upgrade gmime-2.6 to gmime. | Tobias Geerinckx-Rice |
2022-01-06 | gnu: xxhash: Use G-expressions....* gnu/packages/digest.scm (xxhash)[arguments]: Rewrite as G-expressions. | Tobias Geerinckx-Rice |
2022-01-06 | gnu: xxhash: Update to 0.8.1....* gnu/packages/digest.scm (xxhash): Update to 0.8.1. [arguments]: Add a new 'fix-man-page-links phase. | Tobias Geerinckx-Rice |
2022-01-06 | gnu: toybox: Use G-expressions....* gnu/packages/busybox.scm (toybox)[arguments]: Rewrite as G-expressions. | Tobias Geerinckx-Rice |
2022-01-06 | gnu: toybox: Update to 0.8.6....* gnu/packages/busybox.scm (toybox): Update to 0.8.6. | Tobias Geerinckx-Rice |
2022-01-06 | gnu: vice: Update to 3.6....* gnu/packages/emulators.scm (vice): Update to 3.6. [arguments]: Add "--disable-html-docs" to #:configure-flags. | Tobias Geerinckx-Rice |
2022-01-06 | gnu: xchm: Update to 1.33....* gnu/packages/ebook.scm (xchm): Update to 1.33. | Tobias Geerinckx-Rice |
2022-01-06 | gnu: knot-resolver: Update to 5.4.4....* gnu/packages/dns.scm (knot-resolver): Update to 5.4.4. | Tobias Geerinckx-Rice |
2022-01-05 | gnu: cqfd: Update to 5.3.0....* gnu/packages/docker.scm (cqfd): Update to 5.3.0. | Maxim Cournoyer |
2022-01-05 | gnu: python-urwidtrees: Build with python-mock....This fixes a build failure in the 'sanity-check' phase. * gnu/packages/python-xyz.scm (python-urwidtrees)[native-inputs]: Add python-mock. Signed-off-by: Leo Famulari <leo@famulari.name> | Tanguy Le Carrour |
2022-01-05 | gnu: go-github-com-hashicorp-hcl: Update to 1.0.0....* gnu/packages/golang: Use the latest tag for HCL V1 instead of commit [native-inputs]: add go-github-com-davecgh-go-spew Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Sharlatan Hellseher |
2022-01-05 | gnu: minetest-unified-inventory: Update to 2021-12-26....* gnu/packages/minetest.scm (minetest-unified-inventory): Update to 2021-12-26. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Maxime Devos |
2022-01-05 | gnu: minetest-technic: Update to 2021-09-11....* gnu/packages/minetest.scm (minetest-technic): Update to 2021-09-11. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Maxime Devos |
2022-01-05 | gnu: minetest-mobs-animal: Update to 2021-11-14....* gnu/packages/minetest.scm (minetest-mobs-animal): Update to 2021-11-14. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Maxime Devos |
2022-01-05 | gnu: minetest-mobs: Update to 2021-12-12....* gnu/packages/minetest.scm (minetest-mobs): Update to 2021-12-12. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Maxime Devos |
2022-01-05 | gnu: minetest-homedecor-modpack: Update to 2021-12-26....* gnu/packages/minetest.scm (minetest-homedecor-modpack): Update to 2021-12-26. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Maxime Devos |
2022-01-05 | gnu: minetest-basic-materials: Update to 2021-12-26....* gnu/packages/minetest.scm (minetest-basic-materials): Update to 2021-12-26. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Maxime Devos |
2022-01-05 | gnu: guile-udev: Update to 0.2.3...* gnu/packages/guile-xyz.scm (guile-udev): Update to 0.2.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Artyom V. Poptsov |
2022-01-05 | import: elpa: Also check NonGNU ELPA for updates....* guix/import/elpa.scm (latest-release): Determine the repository based on the URL of the source. (package-from-gnu.org?): Rename to ... (elpa-repository): ...this; memoize. (package-from-elpa-repository?): New procedure. (%elpa-updater): Adjust accordingly. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Xinglu Chen |
2022-01-05 | home: import: Fix handling of manifest entries with specific output....specification->package fails on manifest entries with specific outputs, resulting in an invalid home configuration. This changes the import command to use specification->package+output instead. * guix/scripts/home/import.scm (manifest+configuration-files->code): Make sure manifest entries with specific output are also handled. * tests/home-import.scm: Specify output in home environment manifest entry. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Arjan Adriaanse |
2022-01-05 | gnu: tootle: Remove trailing #t in phases....* gnu/packages/mastodon.scm (tootle)[arguments]: Remove trailing #t. | Ludovic Courtès |
2022-01-05 | gnu: tootle: Simplify inputs....* gnu/packages/mastodon.scm (tootle)[native-inputs]: Simplify. | Ludovic Courtès |
2022-01-05 | gnu: tootle: Fix build....* gnu/packages/patches/tootle-glib-object-naming.patch, gnu/packages/patches/tootle-reason-phrase.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/mastodon.scm (tootle)[source]: Use them. [inputs]: Use LIBSOUP-MINIMAL-2 instead of LIBSOUP. Co-authored-by: Ludovic Courtès <ludo@gnu.org> | Taiju HIGASHI |
2022-01-05 | linux-container: Handle CLONE_NEWCGROUP and use it by default....Adds low-level support for launching Linux containers with cgroup namespaces. * gnu/build/linux-container.scm (%namespaces): Add 'cgroup. (namespaces->bit-mask): Handle it. * guix/build/syscalls.scm (CLONE_NEWCGROUP): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | Ryan Sundberg |
2022-01-05 | gnu: haveged: Update to 1.9.16....* gnu/packages/linux.scm (haveged): Update to 1.9.16. | Tobias Geerinckx-Rice |
2022-01-05 | gnu: mdadm: Use G-expressions....* gnu/packages/linux.scm (mdadm)[arguments]: Rewrite as G-expressions. [inputs]: Move under arguments. Remove input labels. | Tobias Geerinckx-Rice |
2022-01-05 | gnu: mdadm: Update to 4.2....* gnu/packages/linux.scm (mdadm): Update to 4.2. [arguments]: Don't explicitly return #t from phases. | Tobias Geerinckx-Rice |
2022-01-05 | gnu: Add r-pmcmrplus....* gnu/packages/cran.scm (r-pmcmrplus): New variable. | Ricardo Wurmus |
2022-01-05 | gnu: Add r-multcompview....* gnu/packages/cran.scm (r-multcompview): New variable. | Ricardo Wurmus |
2022-01-05 | gnu: Add r-bwstest....* gnu/packages/cran.scm (r-bwstest): New variable. | Ricardo Wurmus |
2022-01-05 | gnu: zfs: Update to 2.1.2....* gnu/packages/file-systems.scm (zfs): Update to 2.1.2. | raid5atemyhomework |
2022-01-05 | gnu: Add guile-kolam....* gnu/packages/guile-xyz.scm (guile-kolam): New variable. | Arun Isaac |
2022-01-05 | gnu: syncthing-gtk: Make the autostart mechanism invoke the correct executable....Fixes <https://issues.guix.gnu.org/50789>. * gnu/packages/syncthing.scm (syncthing-gtk)[arguments]: Add a 'fix-autostart-path' phase. | John Kehayias |
2022-01-05 | gnu: emacs-org-roam-bibtex: Update to 0.6.2....* gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex): Update to 0.6.2. | Nicolas Goaziou |
2022-01-05 | gnu: supertux: Update to 0.6.3....* gnu/packages/games.scm (supertux): Update to 0.6.3. [inputs] Sort list and add glm. * gnu/packages/patches/supertux-unbundle-squirrel.patch: Adjust patch to apply with upstream changes. Signed-off-by: Leo Famulari <leo@famulari.name> | Felix Gruber |
2022-01-05 | doc: Only use GDM and GNOME on x86_64....* gnu/system/examples/desktop.tmpl: Only use gnome-desktop-service-type and the default login manager in set-xorg-configuration when the target system is x86_64. | Ricardo Wurmus |
2022-01-05 | gnu: r-credentials: Use new input style....* gnu/packages/cran.scm (r-credentials)[inputs]: Use new input style. | Ricardo Wurmus |
2022-01-05 | gnu: r-credentials: Remove trailing #T....* gnu/packages/cran.scm (r-credentials)[arguments]: Remove trailing #T from build phase. | Ricardo Wurmus |
2022-01-05 | gnu: r-curl: Use new input style....* gnu/packages/cran.scm (r-curl)[inputs]: Use new input style. | Ricardo Wurmus |
2022-01-05 | gnu: r-v8: Use new input style....* gnu/packages/cran.scm (r-v8)[arguments]: Use standard name as label. [inputs]: Use new style. | Ricardo Wurmus |
2022-01-05 | gnu: r-desctools: Update to 0.99.44....* gnu/packages/statistics.scm (r-desctools): Update to 0.99.44. | Ricardo Wurmus |
2022-01-05 | gnu: r-exact: Update to 3.1....* gnu/packages/statistics.scm (r-exact): Update to 3.1. | Ricardo Wurmus |
2022-01-05 | gnu: r-gld: Update to 2.6.4....* gnu/packages/statistics.scm (r-gld): Update to 2.6.4. | Ricardo Wurmus |
2022-01-05 | gnu: r-bayesfactor: Update to 0.9.12-4.3....* gnu/packages/statistics.scm (r-bayesfactor): Update to 0.9.12-4.3. | Ricardo Wurmus |
2022-01-05 | gnu: r-cairo: Update to 1.5-14....* gnu/packages/statistics.scm (r-cairo): Update to 1.5-14. | Ricardo Wurmus |
2022-01-05 | gnu: r-sn: Update to 2.0.1....* gnu/packages/statistics.scm (r-sn): Update to 2.0.1. | Ricardo Wurmus |
2022-01-05 | gnu: r-deoptimr: Update to 1.0-10....* gnu/packages/statistics.scm (r-deoptimr): Update to 1.0-10. | Ricardo Wurmus |