summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: aqbanking: Do not embed build date.Vagrant Cascadian2022-06-05
| | | | | * gnu/packages/gnucash.scm (aqbanking)[arguments]: Add 'use-version-instead-of-date phase.
* gnu: timescaledb: Do not embed running kernel version.Vagrant Cascadian2022-06-05
| | | | | * gnu/packages/databases.scm (timescaledb)[arguments]: Add 'remove-kernel-version phase.
* gnu: ncftp: Build reproducibly.Vagrant Cascadian2022-06-05
| | | | | | * gnu/packages/patches/ncftp-reproducible.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. * gnu/packages/ftp.scm (ncftp): Add patch.
* gnu: sendmail: Remove timestamps.Vagrant Cascadian2022-06-05
| | | | | * gnu/packages/mail.scm (sendmail)[arguments]: Add 'remove-build-timestamps phase.
* gnu: autogen: Use reproducible date for man pages.Vagrant Cascadian2022-06-05
| | | | * gnu/packages/autogen.scm (autogen)[arguments]: Add 'set-man-page-date phase.
* gnu: rhino: Remove build timestamps.Vagrant Cascadian2022-06-05
| | | | | * gnu/packages/javascript.scm (rhino)[arguments]: Add 'remove-build-dates phase.
* gnu: transmission: Do not embed kernel version in user agent.Vagrant Cascadian2022-06-05
| | | | | * gnu/packages/bittorrent.scm (transmission)[arguments]: Add 'remove-kernel-version phase.
* gnu: python-flake8: Update to 3.9.2.Liliana Marie Prikler2022-06-05
| | | | * gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.2.
* gnu: emacs-elm-mode: Update to 0.22.0.Luis Felipe2022-06-05
| | | | | | | | | This version fixes compilation on Emacs 28.1 (see https://github.com/jcollard/elm-mode/issues/186). * gnu/packages/emacs-xyz.scm (emacs-elm-mode): Update to 0.22.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: guix-data-service: Increase timeout for service start.Timotej Lazar2022-06-05
| | | | | | | | | The guix-data-service system test fails on a slower machine with a one-minute time limit. * gnu/services/guix.scm (guix-data-service): Double the #:pid-file-timeout. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: pam-limits: Add sudo and sshd.Kiran Shila2022-06-05
| | | | | | | * gnu/services/base.scm (pam-limits-service-type): Add "sudo" and "sshd" to the list. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add gitlint.Brian Kubisiak2022-06-05
| | | | | | * gnu/packages/version-control.scm (gitlint): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-sh: Update to 1.14.2.Brian Kubisiak2022-06-05
| | | | | | * gnu/packages/python-xyz.scm (python-sh): Update to 1.14.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: wpa-supplicant: Install DBus service file.Roman Riabenko2022-06-05
| | | | | | | | * gnu/packages/admin.scm (wpa-supplicant)[arguments]: In 'install-dbus-conf' phase, install DBus service file for dbus-system-services-builder to find. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* tests: childhurd: Make sure "guix build -d" works.Ludovic Courtès2022-06-05
| | | | | * gnu/tests/virtualization.scm (run-childhurd-test) ["guix-daemon up and running"]: New test.
* tests: childhurd: Generalize command execution over SSH.Ludovic Courtès2022-06-05
| | | | | | | * gnu/tests/virtualization.scm (run-childhurd-test)[run-uname-over-ssh]: Rename to... [run-command-over-ssh]: ... this. Add 'command' parameter and honor it. ["SSH up and running"]: Adjust accordingly.
* gnu: commencement: Remove unnecessary uses of 'bootstrap-origin'.Ludovic Courtès2022-06-05
| | | | | | * gnu/packages/commencement.scm (gnumach-headers-boot0): Remove unnecessary 'package-with-bootstrap-guile'. (hurd-source-boot0): Remove unnecessary 'bootstrap-origin'.
* gnu: commencement: Fetch bootstrap tarballs from ftp.gnu.org too.Ludovic Courtès2022-06-05
| | | | | | | | | | As a side effect, this ensures those tarballs are eventually archived by Software Heritage. * gnu/packages/commencement.scm (tcc-boot0)[source]: Add "mirror://gnu" URL. (gnumach-headers-boot0)[source]: Likewise. (hurd-source-boot0): Likewise.
* gnu: Add apricots.Foo Chuan Wei2022-06-05
| | | | | | * gnu/packages/games.scm (apricots): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: worklog: Remove duplicated word in description.Foo Chuan Wei2022-06-05
| | | | | | | * gnu/packages/task-management.scm (worklog)[description]: Remove duplicated word. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-ox-gemini: Update to latest commit.Tobias Kortkamp2022-06-05
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ox-gemini): Update to latest commit. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-pyflakes: Update to 2.4.0.jgart2022-06-05
| | | | | | * gnu/packages/python-xyz.scm (python-pyflakes): Update to 2.4.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-musical-scalesArtyom V. Poptsov2022-06-05
| | | | | | * gnu/packages/python-xyz.scm (python-musical-scales): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add emacs-corfu-doc.base-for-series-12583base-for-series-12581jgart2022-05-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-corfu-doc): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: emacs-corfu: Update to 0.25.jgart2022-05-29
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.25. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: gnumeric: Remove input labels.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/gnome.scm (gnumeric)[native-inputs]: Remove input labels.
* gnu: gnumeric: Update to 1.12.52.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/gnome.scm (gnumeric): Update to 1.12.52.
* gnu: goffice: Update to 0.10.52.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/gnome.scm (goffice): Update to 0.10.52.
* gnu: gnome-autoar: Update to 0.4.3.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/gnome.scm (gnome-autoar): Update to 0.4.3.
* gnu: gnome-mines: Make yelp a regular input.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/gnome.scm (gnome-mines)[native-inputs]: Move yelp from here… [inputs]: …to here, as it's a reference of .gnome-mines-real.
* gnu: gnome-mines: Remove input labels.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/gnome.scm (gnome-mines)[native-inputs]: Remove input labels.
* gnu: gnome-mines: Update to 40.1.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/gnome.scm (gnome-mines): Update to 40.1.
* gnu: five-or-more: Make libxml2 a regular input.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/gnome.scm (five-or-more)[native-inputs]: Move libxml2 from here… [inputs]: …to here, as it's a reference of .five-or-more-real.
* gnu: five-or-more: Remove input labels.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/gnome.scm (five-or-more)[native-inputs]: Remove input labels.
* gnu: five-or-more: Update to 3.32.3.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/gnome.scm (five-or-more): Update to 3.32.3. [arguments]: Don't explicitly return #t from phases.
* gnu: irrlicht: Remove input labels.Tobias Geerinckx-Rice2022-05-29
| | | | | * gnu/packages/games.scm (irrlicht)[inputs]: Remove input labels.
* gnu: irrlicht: Use CC-FOR-TARGET.Tobias Geerinckx-Rice2022-05-29
| | | | * gnu/packages/games.scm (irrlicht)[arguments]: Use CC-FOR-TARGET.
* gnu: irrlicht: Update to 1.8.5.Tobias Geerinckx-Rice2022-05-29
| | | | | | | | | | * gnu/packages/games.scm (irrlicht): Update to 1.8.5. [source]: Use unmodified Debian patches rather than manually maintain a custom mash-up. [arguments]: Add a new 'delete-broken-install-rule phase instead. Don't explicitly return #t from phases. * gnu/packages/patches/irrlicht-link-against-needed-libs.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: minetest-data: Use new style.Liliana Marie Prikler2022-06-05
| | | | | | * gnu/packages/minetest.scm (minetest-data)[build-system]: Use copy-build-system. [arguments]: Convert to list of G-Expressions.
* gnu: minetest: Use new style.Liliana Marie Prikler2022-06-05
| | | | | | | * gnu/packages/minetest.scm (minetest)[arguments]: Convert to list of G-Expressions. Use search-input-file and search-input-directory where appropriate. Drop trailing #t. [inputs]: Drop labels.
* gnu: emacs-next: Update to 29.0.50-1.0a5477b.Josselin Poiret2022-06-05
| | | | | | | | The currently used commit breaks magit, so update to a newer one. * gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-1.0a5477b. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest-advtrains: Update to 2.4.1.Vivien Kraus2022-06-05
| | | | | | * gnu/packages/minetest.scm (minetest-advtrains): Update to 2.4.1. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest-technic: Update to 2022-02-06.Vivien Kraus2022-06-05
| | | | | | * gnu/packages/minetest.scm (minetest-technic): Update to 2022-02-06. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest-mineclone: Update to 0.75.0.Vivien Kraus2022-06-05
| | | | | | | * gnu/packages/minetest.scm (minetest-mineclone): Update to 0.75.0. [source]: Switch url to <https://git.minetest.land/MineClone2/MineClone2>. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest-mesecons: Update to 2022-04-01.Vivien Kraus2022-06-05
| | | | | | | * gnu/packages/minetest.scm (minetest-mesecons): Update to 2022-05-12. [license]: Use license:lgpl3 instead of license:lgpl3+. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest-homedecor-modpack: Update to 2022-05-18.Vivien Kraus2022-06-05
| | | | | | | * gnu/packages/minetest.scm (minetest-homedecor-modpack): Update to 2022-05-18 (commit 5ffdc26…). Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest-basic-materials: Update to 2022-03-28.Vivien Kraus2022-06-05
| | | | | | | | * gnu/packages/minetest.scm (minetest-basic-materials): Update to 2022-03-28 (commit 9d55f991…). [snippet]: Make sound_api_core a dependency, not a submodule. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add minetest-sound-api-core.Vivien Kraus2022-06-05
| | | | | | * gnu/packages/minetest.scm (minetest-sound-api-core): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: minetest: Update to 5.5.1.Vivien Kraus2022-06-05
| | | | | | | | | | | * gnu/local.mk (dist_patch_DATA): Remove minetest-add-MINETEST_MOD_PATH.patch. * gnu/packages/minetest.scm (minetest): Update to 5.5.1. [patches]: Don’t use the patch anymore. [#:configure-flags]: Point cmake to irrlicht-for-minetest and zstd. [inputs]: Use irrlicht-for-minetest instead of irrlicht, and add zstd. (minetest-data): Update hash. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add irrlicht-for-minetest.Vivien Kraus2022-06-05
| | | | | | * gnu/packages/games.scm (irrlichtmt-for-minetest): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>