Tobias Geerinckx-Rice
7f2328b7df
gnu: guvcview: Update to 2.0.8.
...
* gnu/packages/video.scm (guvcview): Update to 2.0.8.
[inputs]: Add bdb and libjpeg-turbo.
2022-06-05 02:00:00 +02:00
Leo Famulari
337441609c
gnu: mu: Update to 1.6.11.
...
* gnu/packages/mail.scm (mu): Update to 1.6.11.
2022-06-06 20:53:49 -04:00
Leo Famulari
3b4e56c953
gnu: Mutt: Update to 2.2.6.
...
* gnu/packages/mail.scm (mutt): Update to 2.2.6.
2022-06-06 20:53:49 -04:00
Vagrant Cascadian
5850f1e99a
gnu: virtuoso-ose: Do not embed kernel version and timestamps.
...
* gnu/packages/databases.scm (virtuoso-ose)[arguments]: Add
'avoid-embedding-kernel-and-timestamps phase.
2022-06-06 15:08:24 -07:00
Vagrant Cascadian
da115f9f7a
gnu: uim: Build reproducibly.
...
* gnu/packages/xorg.scm (uim)[arguments]: Disable parallel build.
2022-06-06 15:08:21 -07:00
Vagrant Cascadian
964cdd57fa
gnu: discrover: Use reproducible timestamps.
...
* gnu/packages/bioinformatics.scm (discrover)[arguments]: Add
'set-force-source-date phase.
2022-06-06 15:08:18 -07:00
Vagrant Cascadian
8bac52e6f3
gnu: perl-term-size-perl: Remove timestamps.
...
* gnu/packages/perl.sc (perl-term-size-perl)[arguments]: Add
'remote-timestamps phase.
2022-06-06 13:50:50 -07:00
Vagrant Cascadian
a04a987450
gnu: itpp: Avoid embedding build dates.
...
* gnu/packages/maths.scm (itpp): Add 'set-man-page-date and
'set-force-source-date phases.
2022-06-06 13:50:46 -07:00
Ludovic Courtès
264ca9452f
services: syslogd: Do not fsync at each line.
...
Fixes <https://issues.guix.gnu.org/55707 >.
Previously Inetutils' syslogd would call 'fsync' after each line written
to a file. This would significantly increase boot times on machines
with slow-ish spinning HDDs, where each 'fsync' call would take between
0.1s and 0.4s (and we'd do two of them for each line, one for
/var/log/messages and one for /var/log/debug).
* gnu/services/base.scm (%default-syslog.conf): Add a '-' before each
file name, except /var/log/secure. Change what goes to /var/log/debug.
2022-06-06 22:43:31 +02:00
Ludovic Courtès
635d49f97e
packages: Use SRFI-71 instead of SRFI-11.
...
* gnu/packages.scm (%package-module-path): Use 'let*' instead of
'let*-values'.
(specification->package, specification->location)
(specification->package+output): Use 'let' instead of 'let-values'.
2022-06-06 22:43:30 +02:00
Antero Mejr
7041fe0646
packages: Add 'specifications->packages'.
...
* gnu/packages.scm (specifications->packages): New procedure.
* guix/scripts/home/import.scm (manifest+configuration-files->code): Use it.
* tests/home-import.scm (match-home-environment-no-services)
(match-home-environment-no-services-nor-packages)
(match-home-environment-bash-service)
(match-home-environment-bash-service-with-alias): Adjust 'packages'
field accordingly.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-06-06 22:43:30 +02:00
Peter Polidoro
f08bfca083
gnu: Add python-progress.
...
* gnu/packages/python-xyz.scm (python-progress): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-06 22:43:30 +02:00
Peter Polidoro
2aceb1e13e
gnu: Add python-canopen.
...
* gnu/packages/python-xyz.scm (python-canopen): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-06 22:43:30 +02:00
Karl Hallsby
618f665a5f
bootloader: grub: Add removable grub-efi bootloader option.
...
For single-disk installs (external USBs) and for amnesiac UEFIs, Guix is not
found using its default Grub EFI bootloader location of
/boot/efi/EFI/Guix/grubx64.efi means the Guix install will not be found.
To handle this, we can place the bootloader file in the UEFI specification
location, overwriting any other OS that may have placed a file there. This
location is namely /boot/efi/EFI/BOOT/BOOTX64.efi. Grub has explicit support
for this location/situation with the `--removable` flag.
* gnu/bootloader/grub.scm (install-grub-efi-removable)
(grub-efi-removable-bootloader): New variables.
* doc/guix.texi (Bootloader Configuration): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-06 22:43:30 +02:00
Arun Isaac
e614cf2907
gnu: guile-xapian: Update to 0.2.0.
...
* gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.2.0.
[source]: Remove modules and snippet setting LD_LIBRARY_PATH.
2022-06-07 01:20:53 +05:30
Efraim Flashner
b995c1bd10
gnu: python-flake8: Allow building with newer python-pyflakes.
...
* gnu/packages/python-xyz.scm (python-flake8)[source]: Add snippet to
remove upper bound on dependency python-pyflakes version.
2022-06-06 22:18:36 +03:00
Maxim Cournoyer
b9c8c3585b
gnu: Add python-labjack.
...
* gnu/packages/python-xyz.scm (python-labjack): New variable.
2022-06-06 13:32:34 -04:00
Maxim Cournoyer
1c7d5b1c82
gnu: Add python-exodriver.
...
* gnu/packages/python-xyz.scm (python-exodriver): New variable.
2022-06-06 13:27:39 -04:00
Maxim Cournoyer
1d0d46b1c7
system: Fix typo, add doc.
...
* gnu/system.scm (operating-system-kernel-arguments): Fix typo in doc.
(boot-parameters->menu-entry): Add doc.
2022-06-06 11:29:51 -04:00
Tobias Geerinckx-Rice
2bcc6d5b1d
gnu: xsecurelock: Remove input labels.
...
* gnu/packages/xdisorg.scm (xsecurelock)[inputs]:
Remove input labels.
2022-06-05 02:00:00 +02:00
Tobias Geerinckx-Rice
2ea908b0a5
gnu: xsecurelock: Update setuid example in description.
...
* gnu/packages/xorg.scm (xsecurelock)[description]: Update example code.
2022-06-05 02:00:00 +02:00
Tobias Geerinckx-Rice
b6854fb26f
gnu: papirus-icon-theme: Remove input labels.
...
* gnu/packages/gnome-xyz.scm (papirus-icon-theme)[native-inputs]:
Remove input labels.
2022-06-05 02:00:00 +02:00
Tobias Geerinckx-Rice
5fc41bb758
gnu: papirus-icon-theme: Update to 20220508.
...
* gnu/packages/gnome-xyz.scm (papirus-icon-theme): Update to 20220508.
2022-06-05 02:00:00 +02:00
Jelle Licht
e71f35df74
gnu: node: Fix cross-compilation.
...
* gnu/packages/node.scm (node)[phases]{configure}: Unwind the stack before
invoking the exception handler.
{patch-hardcoded-program-references}: Use search-input-file where appropriate.
2022-06-06 15:38:23 +02:00
Jelle Licht
6b96ef08b9
gnu: node-lts: Update to 14.19.3.
...
* gnu/packages/node.scm (node-lts): Update to 14.19.3.
[arguments]: Disable test that requires networking.
[native-inputs]: Replace icu4c-67 with icu4c-70.
[inputs]: Replace icu4c-67 with icu4c-70.
2022-06-06 15:38:18 +02:00
Ricardo Wurmus
e6df9f92f5
gnu: python-rope: Update to 1.1.1.
...
* gnu/packages/python-xyz.scm (python-rope): Update to 1.1.1.
[arguments]: Add build phase to disable broken test.
[native-inputs]: Add python-pytest and python-pytest-timeout.
[description]: Remove explicit mention of Python 2.
2022-06-06 15:31:18 +02:00
Vagrant Cascadian
0c6123f8aa
gnu: aqbanking: Do not embed build date.
...
* gnu/packages/gnucash.scm (aqbanking)[arguments]: Add
'use-version-instead-of-date phase.
2022-06-05 22:56:09 -07:00
Vagrant Cascadian
ae1d8d6a6f
gnu: timescaledb: Do not embed running kernel version.
...
* gnu/packages/databases.scm (timescaledb)[arguments]: Add
'remove-kernel-version phase.
2022-06-05 21:37:27 -07:00
Vagrant Cascadian
ce6d8ca443
gnu: ncftp: Build reproducibly.
...
* gnu/packages/patches/ncftp-reproducible.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/ftp.scm (ncftp): Add patch.
2022-06-05 20:27:37 -07:00
Vagrant Cascadian
41cf573f0a
gnu: sendmail: Remove timestamps.
...
* gnu/packages/mail.scm (sendmail)[arguments]: Add 'remove-build-timestamps
phase.
2022-06-05 17:31:35 -07:00
Vagrant Cascadian
89ab76b810
gnu: autogen: Use reproducible date for man pages.
...
* gnu/packages/autogen.scm (autogen)[arguments]: Add 'set-man-page-date phase.
2022-06-05 17:10:13 -07:00
Vagrant Cascadian
14783af536
gnu: rhino: Remove build timestamps.
...
* gnu/packages/javascript.scm (rhino)[arguments]: Add 'remove-build-dates
phase.
2022-06-05 17:10:10 -07:00
Vagrant Cascadian
7f85e7ce49
gnu: transmission: Do not embed kernel version in user agent.
...
* gnu/packages/bittorrent.scm (transmission)[arguments]: Add
'remove-kernel-version phase.
2022-06-05 17:10:07 -07:00
Liliana Marie Prikler
52cb6e6310
gnu: python-flake8: Update to 3.9.2.
...
* gnu/packages/python-xyz.scm (python-flake8): Update to 3.9.2.
2022-06-05 23:56:59 +02:00
Luis Felipe
ff8c7be8d1
gnu: emacs-elm-mode: Update to 0.22.0.
...
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>
2022-06-05 23:35:31 +02:00
Timotej Lazar
1c537569ed
services: guix-data-service: Increase timeout for service start.
...
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>
2022-06-05 23:35:31 +02:00
Kiran Shila
29f62a7f5a
services: pam-limits: Add sudo and sshd.
...
* gnu/services/base.scm (pam-limits-service-type): Add "sudo" and "sshd"
to the list.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-05 23:35:31 +02:00
Brian Kubisiak
ce1276073b
gnu: Add gitlint.
...
* gnu/packages/version-control.scm (gitlint): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-05 23:35:30 +02:00
Brian Kubisiak
5fd2868ef8
gnu: python-sh: Update to 1.14.2.
...
* gnu/packages/python-xyz.scm (python-sh): Update to 1.14.2.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-05 23:35:30 +02:00
Roman Riabenko
544a886ae1
gnu: wpa-supplicant: Install DBus service file.
...
* 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>
2022-06-05 23:35:30 +02:00
Ludovic Courtès
f697dd94c4
tests: childhurd: Make sure "guix build -d" works.
...
* gnu/tests/virtualization.scm (run-childhurd-test)
["guix-daemon up and running"]: New test.
2022-06-05 23:35:30 +02:00
Ludovic Courtès
1fc4d821eb
tests: childhurd: Generalize command execution over SSH.
...
* 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.
2022-06-05 23:35:30 +02:00
Ludovic Courtès
8ccf5f518d
gnu: commencement: Remove unnecessary uses of 'bootstrap-origin'.
...
* gnu/packages/commencement.scm (gnumach-headers-boot0): Remove
unnecessary 'package-with-bootstrap-guile'.
(hurd-source-boot0): Remove unnecessary 'bootstrap-origin'.
2022-06-05 23:35:30 +02:00
Ludovic Courtès
cd626983af
gnu: commencement: Fetch bootstrap tarballs from ftp.gnu.org too.
...
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.
2022-06-05 23:35:29 +02:00
Foo Chuan Wei
2dae3cbecc
gnu: Add apricots.
...
* gnu/packages/games.scm (apricots): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-06-05 21:27:53 +02:00
Foo Chuan Wei
4269094fd0
gnu: worklog: Remove duplicated word in description.
...
* gnu/packages/task-management.scm (worklog)[description]: Remove
duplicated word.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-06-05 21:27:53 +02:00
Tobias Kortkamp
1bfb76da2a
gnu: emacs-ox-gemini: Update to latest commit.
...
* gnu/packages/emacs-xyz.scm (emacs-ox-gemini): Update to latest commit.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-06-05 21:27:53 +02:00
jgart
54d2664339
gnu: python-pyflakes: Update to 2.4.0.
...
* gnu/packages/python-xyz.scm (python-pyflakes): Update to 2.4.0.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-06-05 21:27:53 +02:00
Artyom V. Poptsov
ddb7e35bc4
gnu: Add python-musical-scales
...
* gnu/packages/python-xyz.scm (python-musical-scales): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-06-05 21:27:52 +02:00
jgart
21ca4719b3
gnu: Add emacs-corfu-doc.
...
* gnu/packages/emacs-xyz.scm (emacs-corfu-doc): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-05-29 02:00:12 +02:00
jgart
923aad065c
gnu: emacs-corfu: Update to 0.25.
...
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.25.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-05-29 02:00:12 +02:00
Tobias Geerinckx-Rice
ebd7627bbc
gnu: gnumeric: Remove input labels.
...
* gnu/packages/gnome.scm (gnumeric)[native-inputs]:
Remove input labels.
2022-05-29 02:00:12 +02:00
Tobias Geerinckx-Rice
33f5cf1a8d
gnu: gnumeric: Update to 1.12.52.
...
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.52.
2022-05-29 02:00:12 +02:00
Tobias Geerinckx-Rice
8c07ffe249
gnu: goffice: Update to 0.10.52.
...
* gnu/packages/gnome.scm (goffice): Update to 0.10.52.
2022-05-29 02:00:11 +02:00
Tobias Geerinckx-Rice
771dd4f3e7
gnu: gnome-autoar: Update to 0.4.3.
...
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.4.3.
2022-05-29 02:00:09 +02:00
Tobias Geerinckx-Rice
c527b2faea
gnu: gnome-mines: Make yelp a regular input.
...
* gnu/packages/gnome.scm (gnome-mines)[native-inputs]: Move yelp from here…
[inputs]: …to here, as it's a reference of .gnome-mines-real.
2022-05-29 02:00:09 +02:00
Tobias Geerinckx-Rice
868b494ac2
gnu: gnome-mines: Remove input labels.
...
* gnu/packages/gnome.scm (gnome-mines)[native-inputs]:
Remove input labels.
2022-05-29 02:00:09 +02:00
Tobias Geerinckx-Rice
1b6c908150
gnu: gnome-mines: Update to 40.1.
...
* gnu/packages/gnome.scm (gnome-mines): Update to 40.1.
2022-05-29 02:00:08 +02:00
Tobias Geerinckx-Rice
b6086d315f
gnu: five-or-more: Make libxml2 a regular input.
...
* 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.
2022-05-29 02:00:08 +02:00
Wamm K. D
5439c04ebd
gnu: wayland-protocols: Update to 1.25.
...
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.25.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-05-29 02:00:00 +02:00
Efraim Flashner
3d5789879f
gnu: nettle: Update to 3.8.
...
* gnu/packages/nettle.scm (nettle): Update to 3.8.
2022-06-03 09:19:18 +03:00
Tobias Geerinckx-Rice
6e67786060
gnu: five-or-more: Remove input labels.
...
* gnu/packages/gnome.scm (five-or-more)[native-inputs]:
Remove input labels.
2022-05-29 02:00:00 +02:00
Tobias Geerinckx-Rice
1df10494f3
gnu: cups-minimal, cups: Use G-expressions, new input style.
...
* gnu/packages/cups.scm (cups-minimal, cups)[arguments]:
Rewrite as G-expressions.
[inputs]: Remove input labels.
2022-05-29 02:00:00 +02:00
Tobias Geerinckx-Rice
265aa463be
gnu: cups-filters: Update to 1.28.15.
...
* gnu/packages/cups.scm (cups-filters): Update to 1.28.15.
2022-05-29 02:00:12 +02:00
Tobias Geerinckx-Rice
a523ea7d94
gnu: hplip: Update to 3.22.4.
...
* gnu/packages/cups.scm (hplip): Update to 3.22.4.
2022-05-29 02:00:12 +02:00
Tobias Geerinckx-Rice
1f557ba45e
gnu: cups: Add Linux PAM support.
...
* gnu/packages/cups.scm (cups)[inputs]: Add linux-pam.
2022-05-29 02:00:12 +02:00
Tobias Geerinckx-Rice
245703df68
gnu: cups-minimal, cups: Update to 2.4.2.
...
* gnu/packages/cups.scm (cups-minimal, cups): Update to 2.4.2.
[arguments]: Remove --disable-* #:configure-flags as they do nothing.
Add (different) --without-* ones that do.
Run a newly passing test; skip a newly failing test.
[home-page]: Link to specific subdirectory.
[description]: Better describe the state & direction of the project.
* gnu/services/cups.scm (comma-separated-string-list-or-#f?)
(serialize-comma-separated-string-list-or-#f): New procedures.
(cups-configuration): Update <default-auth-type> and
<browse-dns-sd-sub-types> defaults.
Remove obsolete <classification>, <listen-back-log>, <page-log-format>
and <rip-cache> fields.
Add new <max-subscriptions>, <max-subscriptions-per-job>,
<max-subscriptions-per-printer>, <max-subscriptions-per-user>, and
<ready-paper-sizes> ones.
* doc/guix.texi (Desktop Services): Likewise for their documentation.
2022-05-29 02:00:12 +02:00
Tobias Geerinckx-Rice
2a3e1ba940
gnu: five-or-more: Update to 3.32.3.
...
* gnu/packages/gnome.scm (five-or-more): Update to 3.32.3.
[arguments]: Don't explicitly return #t from phases.
2022-05-29 02:00:00 +02:00
Tobias Geerinckx-Rice
e3fa68ec70
gnu: irrlicht: Remove input labels.
...
* gnu/packages/games.scm (irrlicht)[inputs]:
Remove input labels.
2022-05-29 02:00:00 +02:00
Tobias Geerinckx-Rice
4e735cccc7
gnu: irrlicht: Use CC-FOR-TARGET.
...
* gnu/packages/games.scm (irrlicht)[arguments]: Use CC-FOR-TARGET.
2022-05-29 02:00:00 +02:00
Tobias Geerinckx-Rice
64e78659f4
gnu: irrlicht: Update to 1.8.5.
...
* 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.
2022-05-29 02:00:00 +02:00
Liliana Marie Prikler
abd6ea5337
gnu: minetest-data: Use new style.
...
* gnu/packages/minetest.scm (minetest-data)[build-system]: Use
copy-build-system.
[arguments]: Convert to list of G-Expressions.
2022-06-05 14:57:36 +02:00
Liliana Marie Prikler
a5afbbe2d6
gnu: minetest: Use new style.
...
* 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.
2022-06-05 14:57:36 +02:00
Josselin Poiret
77f84500ed
gnu: emacs-next: Update to 29.0.50-1.0a5477b.
...
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>
2022-06-05 12:11:06 +02:00
Vivien Kraus
74c34db6ea
gnu: minetest-advtrains: Update to 2.4.1.
...
* gnu/packages/minetest.scm (minetest-advtrains): Update to 2.4.1.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-06-05 12:11:06 +02:00
Vivien Kraus
c8727b6529
gnu: minetest-technic: Update to 2022-02-06.
...
* gnu/packages/minetest.scm (minetest-technic): Update to 2022-02-06.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-06-05 12:11:06 +02:00
Vivien Kraus
88d3975b00
gnu: minetest-mineclone: Update to 0.75.0.
...
* 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>
2022-06-05 12:11:05 +02:00
Vivien Kraus
058fe6e182
gnu: minetest-mesecons: Update to 2022-04-01.
...
* 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>
2022-06-05 12:11:05 +02:00
Vivien Kraus
9bb15cddb3
gnu: minetest-homedecor-modpack: Update to 2022-05-18.
...
* gnu/packages/minetest.scm (minetest-homedecor-modpack): Update to
2022-05-18 (commit 5ffdc26…).
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-06-05 12:11:05 +02:00
Vivien Kraus
5ea42beeda
gnu: minetest-basic-materials: Update to 2022-03-28.
...
* 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>
2022-06-05 12:11:05 +02:00
Vivien Kraus
051e5a049d
gnu: Add minetest-sound-api-core.
...
* gnu/packages/minetest.scm (minetest-sound-api-core): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-06-05 12:11:05 +02:00
Vivien Kraus
3695a8d32e
gnu: minetest: Update to 5.5.1.
...
* 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>
2022-06-05 12:11:05 +02:00
Vivien Kraus
5729e45160
gnu: Add irrlicht-for-minetest.
...
* gnu/packages/games.scm (irrlichtmt-for-minetest): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-06-05 12:11:04 +02:00
Ricardo Wurmus
45a6af1c18
gnu: mumi: Update to 0.0.1-8.9b28ec7.
...
* gnu/packages/mail.scm (mumi): Update to 0.0.1-8.9b28ec7.
2022-06-05 10:23:41 +02:00
Foo Chuan Wei
62da327848
gnu: smlnj: Fix use of Ctrl-c in sml REPL.
...
* gnu/packages/sml.scm (smlnj): Replace INVOKE with SYSTEM which has
more favourable signal dispositions.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-05-29 02:00:10 +02:00
Tobias Geerinckx-Rice
ed15c92139
gnu: quantlib: Update to 1.26.
...
* gnu/packages/finance.scm (quantlib): Update to 1.26.
2022-05-29 02:00:00 +02:00
Tobias Geerinckx-Rice
5c6808748d
gnu: 7kaa: Update to 2.15.5.
...
* gnu/packages/games.scm (7kaa): Update to 2.15.5.
2022-05-29 02:00:00 +02:00
Tobias Geerinckx-Rice
56fdef0e11
gnu: mycli: Update to 1.25.0.
...
* gnu/packages/databases.scm (mycli): Update to 1.25.0.
[arguments]: Remove obsolete 'loosen-requirements phase.
2022-05-29 02:00:00 +02:00
Vagrant Cascadian
271736117e
gnu: diffoscope: Update to 215.
...
* gnu/packages/diffoscope.scm (diffoscope): Update to 215.
[arguments]: Drop 'install-extract-vmlinux phase.
[inputs]: Remove python.
2022-06-04 16:24:20 -07:00
Vagrant Cascadian
32322d0926
gnu: keyutils: Avoid embedding build timestamp.
...
* gnu/packages/crypto.scm (keyutils)[arguments]: Add
'avoid-embedding-timestamp phase.
2022-06-04 15:25:02 -07:00
Tobias Geerinckx-Rice
9f5236b829
gnu: emacs-spaceleader: Fix typo in description.
...
* gnu/packages/emacs-xyz.scm (emacs-spaceleader)[description]:
Add a missing full stop (my typo). Also capitalise upstream's
‘spacemacs’ for consistency with jgart's synopsis, which I prefer.
2022-05-29 02:00:00 +02:00
jgart via Guix-patches via
bbe6709ccc
gnu: Add emacs-spaceleader.
...
* gnu/packages/emacs-xyz.scm (emacs-spaceleader): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-05-29 02:00:10 +02:00
jgart via Guix-patches via
9562107664
gnu: Add emacs-bind-map.
...
* gnu/packages/emacs-xyz.scm (emacs-bind-map): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-05-29 02:00:10 +02:00
Tobias Geerinckx-Rice
a07bdc7335
gnu: crun: Update to 1.4.5.
...
* gnu/packages/containers.scm (crun): Update to 1.4.5.
2022-05-29 02:00:10 +02:00
kiasoc5
ca3be65f5d
gnu: emacs-ox-hugo: Update to 0.12.1.
...
* gnu/packages/emacs-xyz.scm (emacs-ox-hugo): Update to 0.12.1.
[propagated-inputs]: Add emacs-tomelr.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-05-29 02:00:13 +02:00
kiasoc5
ddf1f0b1a2
gnu: Add emacs-tomelr.
...
* gnu/packages/emacs-xyz.scm (emacs-tomelr): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-05-29 02:00:12 +02:00
kiasoc5
aa979449bc
gnu: Add emacs-seq.
...
* gnu/packages/emacs-xyz (emacs-seq): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-05-29 02:00:12 +02:00
Tobias Geerinckx-Rice
3666e5e409
gnu: os-prober: Update to 1.80.
...
* gnu/packages/bootloaders.scm (os-prober): Update to 1.80.
[arguments]: Don't explicitly return #t from phases.
2022-05-29 02:00:10 +02:00
Tobias Geerinckx-Rice
d6d06ee237
gnu: cloud-utils: Fix wrapping.
...
* gnu/packages/admin.scm (cloud-utils)[arguments]:
Search for readlink & sfdisk in inputs.
[inputs]: Add coreutils.
2022-05-29 02:00:10 +02:00
Tobias Geerinckx-Rice
0e5e26dc71
gnu: cloud-utils: Update to 0.33.
...
* gnu/packages/admin.scm (cloud-utils): Update to 0.33.
[arguments]: Don't explicitly return #t from phases.
2022-05-29 02:00:09 +02:00