Commit Graph

74917 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
1df9c6fff4
gnu: astroid: Update to 0.16.
* gnu/packages/mail.scm (astroid): Update to 0.16.
[arguments]: Don't explicitly return #t from phases.
2021-10-13 01:20:20 +02:00
Tobias Geerinckx-Rice
7f9e1efee0
gnu: btrfs-progs: Update to 5.14.2.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.14.2.
2021-10-13 01:20:20 +02:00
Tobias Geerinckx-Rice
e19c34e2e3
gnu: acpid: Update to 2.0.33.
* gnu/packages/linux.scm (acpid): Update to 2.0.33.
2021-10-13 01:20:20 +02:00
Tobias Geerinckx-Rice
27238d4530
gnu: fheroes2: Update to 0.9.8.
* gnu/packages/games.scm (fheroes2): Update to 0.9.8.
2021-10-13 01:20:20 +02:00
Tobias Geerinckx-Rice
c181e83fba
gnu: Remove duplicate python-google-brotli package.
* gnu/packages/python-compression.scm (python-brotli):
Delete duplicate variable.
* gnu/packages/compression.scm (python-google-brotli):
Redefine as a deprecated-package, with…
(python-brotli): …as the canonical variable.
* gnu/packages/fonts.scm (font-meera-inimai)[native-inputs]:
Adjust accordingly.
2021-10-13 01:20:20 +02:00
Tobias Geerinckx-Rice
28b5ef1159
gnu: Rename google-brotli back to brotli.
Sorry for the noise, but good riddance.  Our nonstandard name for this
package has caused confusion since it was added.  For example, the
duplicate python-brotli and python-google-brotli packages added later,
with the latter name making even less sense.

The Python packages will be fixed in the next commit.

* gnu/packages/compression.scm (google-brotli): Redefine as a
deprecated-package, with…
(brotli): …restored to canonical status.
(python-google-brotli)[inherit]: Adjust accordingly.
* gnu/packages/databases.scm (apache-arrow)[inputs]: Adjust accordingly.
* gnu/packages/fontutils.scm (woff2)[inputs]: Likewise.
* gnu/packages/gnome.scm (libsoup)[propagated-inputs]: Likewise.
* gnu/packages/networking (wireshark)[inputs]: Likewise.
* gnu/packages/node.scm (node-lts)[arguments, native-inputs]: Likewise.
* gnu/packages/python-xyz.scm (python-imagecodecs)[inputs]: Likewise.
2021-10-13 01:20:19 +02:00
Tobias Geerinckx-Rice
faa83a040a
gnu: Remove sysfsutils@1.
* gnu/packages/linux.scm (sysfsutils-1): Delete variable.
2021-10-13 01:20:19 +02:00
Tobias Geerinckx-Rice
848581ae9b
gnu: cpufrequtils: Update to 008.
* gnu/packages/linux.scm (cpufrequtils): Update to 008.
[source]: Remove patch.
[arguments]: Add many #:configure-flags to mitigate downgrade from
Autotools.  Don't ./configure.
[native-inputs]: Remove unused sysfsutils-1.  Add gettext-minimal.
[home-page]: Change to a working mirror.
* gnu/packages/patches/cpufrequtils-fix-aclocal.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2021-10-13 01:20:19 +02:00
Tobias Geerinckx-Rice
ec46a5338d
linux-initrd: Support checking NTFS volumes on boot.
* gnu/system/linux-initrd.scm (file-system-packages): Add ntfsfix/static
when needed.
2021-10-13 01:20:19 +02:00
Tobias Geerinckx-Rice
f5f1a81f3f
gnu: Add ntfsfix-static.
* gnu/packages/linux.scm (ntfsfix/static): New public variable.
2021-10-13 01:20:19 +02:00
Tobias Geerinckx-Rice
64dfa42d81
gnu: Add ntfs-3g-static.
* gnu/packages/linux.scm (ntfs-3g/static): New public variable.
2021-10-13 01:20:18 +02:00
Marius Bakke
f0c0ef60a0
gnu: python-lazr-config: Update to 2.2.3.
* gnu/packages/python-xyz.scm (python-lazr-config): Update to 2.2.3.
2021-10-13 00:16:50 +02:00
Marius Bakke
26e11fa561
gnu: perl-tk: Update to 804.036.
* gnu/packages/tcl.scm (perl-tk): Update to 804.036.
2021-10-13 00:16:50 +02:00
Marius Bakke
702bc2b899
gnu: QEMU: Remove obsolete patch.
* gnu/packages/virtualization.scm (qemu)[source](patches): Remove Sphinx
compatibility patch, which worked around a bug in Sphinx that has since been
fixed.
* gnu/packages/patches/qemu-sphinx-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2021-10-12 21:49:44 +02:00
Marius Bakke
0b5e128750
gnu: QEMU: Update to 6.1.0.
* gnu/packages/virtualization.scm (qemu): Update to 6.1.0.
[source](patches): Remove obsolete patch.
[arguments]: Adjust substitutions for upstream changes.
[native-inputs]: Add PYTHON-SPHINX-RTD-THEME.
* gnu/packages/patches/qemu-meson-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2021-10-12 21:49:44 +02:00
Marius Bakke
89ea3ab220
gnu: ganeti: Adjust code style.
* gnu/packages/virtualization.scm (ganeti)[arguments]: Remove trailing #t's.
Add syntactic sugar using primitives from SRFI-1, SRFI-26, and (ice-9 match).
2021-10-12 21:49:43 +02:00
Christopher Baines
6214743aa8
gnu: guix-build-coordinator: Update to 0-35.a4d0ec6.
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-35.a4d0ec6.
2021-10-12 20:27:55 +01:00
Efraim Flashner
344d81f35d
gnu: dbxfs: Update home-page.
* gnu/packages/file-systems.scm (dbxfs)[home-page]: Update to new
upstream homepage.
2021-10-12 20:52:02 +03:00
Felix Gruber
371aa5777a
gnu: Add python-geopandas.
* gnu/packages/geo.scm (python-geopandas): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:30 +02:00
Felix Gruber
e159047e3c
gnu: Add python-fiona.
* gnu/packages/geo.scm (python-fiona): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:30 +02:00
Felix Gruber
436b049c24
gnu: Add python-cligj.
* gnu/packages/python-xyz.scm (python-cligj): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:30 +02:00
Felix Gruber
1c27038a06
gnu: Add python-pyproj.
* gnu/packages/geo.scm (python-pyproj): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:30 +02:00
Felix Gruber
2a312105f2
gnu: proj: Update to 7.2.1.
* gnu/packages/geo.scm (proj): Update to 7.2.1.
  [build-system]: Change to cmake-build-system.
  [arguments]: Add configure flag to find googletest.
  [inputs]: Add curl, libjpeg-turbo and libtiff.
  [native-inputs]: Add googletest.
  [description]: Consistently call the package Proj, instead of Proj,
  PROJ or proj.  Use @acronym to define CRS.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:29 +02:00
Felix Gruber
9101c7bf8e
gnu: clipper: Disable non-deterministic test.
This test fails/succeeds non-deterministically.

* gnu/packages/bioinformatics.scm (clipper)[arguments]: Disable
  non-deterministic test test_get_FDR_cutoff_mean.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:29 +02:00
Felix Gruber
a6c30da4dc
gnu: synapse: Update to 1.44.0.
* gnu/packages/matrix.scm (synapse): Update to 1.44.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:29 +02:00
Felix Gruber
447a17e074
gnu: python-eliot: Update to 1.13.0.
* gnu/packages/python-xyz.scm (python-eliot): Update to 1.13.0.
  [arguments] Disable failing tests test_omitLoggerFromActionType and
  test_logCallsDefaultLoggerWrite.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:29 +02:00
Felix Gruber
942ce3376f
gnu: python-distributed: Update to 2021.09.1.
* gnu/packages/python-science.scm (python-distributed): Update to
  2021.09.1.
  [arguments]: Disable failing test test_text.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:29 +02:00
Felix Gruber
ea74e015b4
gnu: python-dask: Update to 2021.9.1.
* gnu/packages/python-xyz.scm (python-dask): Update to 2021.9.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:29 +02:00
Felix Gruber
32625fa69f
gnu: python-pandas: Update to 1.3.3.
* gnu/packages/python-science.scm (python-pandas): Update to 1.3.3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-12 18:13:28 +02:00
Liliana Marie Prikler
bbe121a2bf
gnu: komikku: Update to 0.35.0.
* gnu/packages/gnome.scm (komikku): Update to 0.35.0.
2021-10-12 17:48:15 +02:00
Vinicius Monego
385c9a4e30
gnu: kdenlive: Update to 21.08.2.
* gnu/packages/kde.scm (kdenlive): Update to 21.08.2.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-12 11:05:21 -04:00
Vinicius Monego
fa2c1adb02
gnu: srain: Update to 1.3.0.
* gnu/packages/irc.scm (srain): Update to 1.3.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-12 11:05:21 -04:00
Vinicius Monego
9b3c24276a
gnu: shotcut: Update to 21.09.20.
* gnu/packages/video.scm (shotcut): Update to 21.09.20.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-12 11:05:21 -04:00
Vinicius Monego
c9c4bf8c84
gnu: markets: Update to 0.5.3.
* gnu/packages/gnome-xyz.scm (markets): Update to 0.5.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-12 11:05:21 -04:00
Z572
b9c7bbba38
gnu: krita: Update to 4.4.8.
* gnu/packages/kde.scm (krita): Update to 4.4.8.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-10-12 11:03:46 -04:00
Nicolas Goaziou
35aaf1fe10
gnu: tectonic: Update to 0.8.0.
* gnu/packages/rust-apps.scm (tectonic): Update to 0.8.0.
2021-10-12 09:09:28 +02:00
Nicolas Goaziou
1edf08ec79
gnu: Add rust-tectonic-bridge-core-0.3.
* gnu/packages/crates-io.scm (rust-tectonic-bridge-core-0.3): New variable.
(rust-tectonic-bridge-core-0.2): Remove variable.
(rust-tectonic-bridge-core-0.1): Inherit from rust-tectonic-bridge-core-0.3.
2021-10-12 09:09:27 +02:00
Nicolas Goaziou
55c2ff1924
gnu: Add rust-tectonic-bundles-0.2.
* gnu/packages/crates-io.scm (rust-tectonic-bundles-0.2): New variable.
(rust-tectonic-bundles-0.1): Remove variable.
2021-10-12 09:09:27 +02:00
Nicolas Goaziou
10836f924e
gnu: Add rust-tectonic-geturl-0.3.
* gnu/packages/crates-io.scm (rust-tectonic-geturl-0.3): New variable.
(rust-tectonic-geturl-0.2): Remove variable.
2021-10-12 09:01:26 +02:00
Nicolas Goaziou
052ee0b6f5
gnu: img2pdf: Update to 0.4.2.
* gnu/packages/pdf.scm (img2pdf): Update to 0.4.2.
2021-10-12 08:59:21 +02:00
Nicolas Goaziou
bd99340de6
gnu: emacs-project: Update to 0.8.1.
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.8.1.
2021-10-12 08:58:09 +02:00
Nicolas Goaziou
4d443b0993
gnu: emacs-direnv: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-direnv): Update to 2.2.0.
2021-10-12 08:56:20 +02:00
Nicolas Goaziou
7029981c97
gnu: emacs-corfu: Update to 0.13.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.13.
2021-10-12 08:54:40 +02:00
Efraim Flashner
03f6a44cfc
gnu: Add julia-structarrays.
* gnu/packages/julia-xyz.scm (julia-structarrays): New variable.
2021-10-12 08:40:38 +03:00
Efraim Flashner
50026532a0
gnu: Add julia-configurations.
* gnu/packages/julia-xyz.scm (julia-configurations): New variable.
2021-10-12 08:40:38 +03:00
Efraim Flashner
5ba67ed641
gnu: Add julia-expronicon.
* gnu/packages/julia-xyz.scm (julia-expronicon): New variable.
2021-10-12 08:40:37 +03:00
Efraim Flashner
4ea3215d8f
gnu: Add julia-bson.
* gnu/packages/julia-xyz.scm (julia-bson): New variable.
2021-10-12 08:40:37 +03:00
Efraim Flashner
bfde12f719
gnu: Add julia-dataframes.
* gnu/packages/julia-xyz.scm (julia-dataframes): New variable.
2021-10-12 08:40:37 +03:00
Efraim Flashner
726a78b8bc
gnu: Add julia-pyplot.
* gnu/packages/julia-xyz.scm (julia-pyplot): New variable.
2021-10-12 08:40:37 +03:00
Efraim Flashner
0d88866797
gnu: Add julia-latexstrings.
* gnu/packages/julia-xyz.scm (julia-latexstrings): New variable.
2021-10-12 08:32:47 +03:00
Efraim Flashner
b224cf8a0d
gnu: gnuastro: Update to 0.16.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.16.
2021-10-12 08:26:04 +03:00
Marius Bakke
0105f33a4d
gnu: ganeti: Adjust to GHC 8.10 / Stackage 18.10.
* gnu/packages/patches/ganeti-haskell-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/virtualization.scm (ganeti)[source](patches): Add it.
[arguments]: Add phase patch-version-constraints.
2021-10-11 21:53:31 +02:00
Marius Bakke
63162b1965
gnu: uBlock Origin: Update to 1.38.4.
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.38.4.
2021-10-11 18:59:45 +02:00
Marius Bakke
c4620565e8
gnu: ungoogled-chromium: Update to 94.0.4606.81-1.
* gnu/packages/chromium.scm (%chromium-version): Set to 94.0.4606.81
(%ungoogled-revision): Set to 94.0.4606.81-1.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2021-10-11 18:59:45 +02:00
Marius Bakke
93f69b02a2
gnu: ganeti: Update to 3.0.1.
* gnu/packages/virtualization.scm (ganeti): Update to 3.0.1.
[source](patches): Remove obsolete.
* gnu/tests/ganeti.scm (%ganeti-os): Adjust network configuration so QEMU port
forwarding can work.
(run-ganeti-test): Remove unused port mapping.  Adjust and enable previously
failing test.
* gnu/packages/patches/ganeti-deterministic-manual.patch,
gnu/packages/patches/ganeti-drbd-compat.patch,
gnu/packages/patches/ganeti-os-disk-size.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2021-10-11 18:59:44 +02:00
Marius Bakke
fafa127d80
services: ganeti: Don't start the metadata daemon automatically.
* gnu/services/ganeti.scm (ganeti-metad-service)[auto-start?]: New field.
2021-10-11 18:59:44 +02:00
Marius Bakke
9015a9a906
gnu: drbd-utils: Update to 9.19.0.
* gnu/packages/cluster.scm (drbd-utils): Update to 9.19.0.
[source](uri): Update for new download location.
[source](snippet): Adjust faulty substitution.
[arguments]: Add #:make-flags.
2021-10-11 18:59:44 +02:00
Nicolas Goaziou
601d9972de
gnu: emacs-marginalia: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-marginalia): Update to 0.9.
2021-10-11 18:08:22 +02:00
Nicolas Goaziou
ea3709062c
gnu: emacs-corfu: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.12.
2021-10-11 18:07:04 +02:00
Nicolas Goaziou
57d40a4d02
gnu: emacs-consult: Update to 0.12.
* gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.12.
2021-10-11 18:05:04 +02:00
Daniel Meißner
011db530aa
gnu: owncloud-client: Fix sysconfdir path
Somehow sysconfdir was not set correctly so that owncloud searched for
sync-exclude.lst in the relative path etc/ownCloud/sync-exclude.lst instead
of the /gnu/store/...-owncloud-client/etc/ownCloud/sync-exclude.lst.

* gnu/packages/sync.scm(owncloud-client):  Add -DSYSCONF_INSTALL_DIR flag to
configure flags.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-10-11 15:22:12 +02:00
Liliana Marie Prikler
94bbc4e410
gnu: owncloud-client: Update to 2.9.0.5150.
* gnu/packages/sync.scm (owncloud-client): Update to 2.9.0.5150.
2021-10-11 15:04:34 +02:00
Mathieu Othacehe
d5073fd113
gnu: Add platform support.
* gnu/platform.scm: New file.
* gnu/platforms/arm.scm: Ditto.
* gnu/platforms/hurd.scm: Ditto.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add them.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-10-11 12:05:39 +00:00
Leo Famulari
33de3fe296
gnu: linux-libre 4.4: Update to 4.4.288.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.288.
(linux-libre-4.4-pristine-source): Update hash.
2021-10-11 00:51:51 -04:00
Leo Famulari
eb933150a9
gnu: linux-libre 4.9: Update to 4.9.286.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.286.
(linux-libre-4.9-pristine-source): Update hash.
2021-10-11 00:51:51 -04:00
Leo Famulari
32ccfab84e
gnu: linux-libre 4.14: Update to 4.14.250.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.250.
(linux-libre-4.14-pristine-source): Update hash.
2021-10-11 00:51:50 -04:00
Leo Famulari
bf2575ef90
gnu: linux-libre 4.19: Update to 4.19.210.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.210.
(linux-libre-4.19-pristine-source): Update hash.
2021-10-11 00:51:50 -04:00
Leo Famulari
f7e848fd93
gnu: linux-libre 5.4: Update to 5.4.152.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.152.
(linux-libre-5.4-pristine-source): Update hash.
2021-10-11 00:51:50 -04:00
Leo Famulari
92cb29b7da
gnu: linux-libre 5.10: Update to 5.10.72.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.72.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
2021-10-11 00:51:50 -04:00
Leo Famulari
23de469a0d
gnu: linux-libre: Update to 5.14.11.
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.11.
(linux-libre-5.14-pristine-source, deblob-scripts-5.14): Update hashes.
2021-10-11 00:51:40 -04:00
Nicolas Goaziou
ed86a54c95
gnu: emacs-citeproc-el: Update to 0.9.
* gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9.
[propagated-inputs]: Add emacs-parsebib and emacs-string-inflection.
2021-10-10 23:45:04 +02:00
Nicolas Goaziou
e658c8d783
gnu: emacs-equake: Update to 0.985.
* gnu/packages/emacs-xyz.scm (emacs-equake): Update to 0.985.
(propagated-inputs): Remove emacs-tco-el.
2021-10-10 23:24:33 +02:00
Vinicius Monego
511af23f26
gnu: gimp: Add optional dependencies.
* gnu/packages/gimp.scm (gimp)[inputs]: Sort non-optional and optional inputs
alphabetically. Add ghostscript, libheif, libmng, openexr, openjpeg.
[native-inputs]: Add desktop-file-utils.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-10-10 21:33:24 +02:00
Vinicius Monego
5c212abefa
gnu: gimp: Update to 2.10.28.
* gnu/packages/gimp.scm (gimp): Update to 2.10.28.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-10-10 21:33:24 +02:00
Vinicius Monego
6f892bc29a
gnu: gegl: Add optional dependencies.
* gnu/packages/gimp.scm (gegl)[inputs]: Add gdk-pixbuf, gexiv2, jasper,
libnsgif, libraw, librsvg, libspiro, libtiff, libwebp, maxflow, openexr,
poppler, sdl2.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-10-10 21:33:24 +02:00
Vinicius Monego
655b227c2b
gnu: gegl: Enable GIR.
* gnu/packages/gimp.scm (gegl)[arguments]<#:configure-flags>: Remove.
[native-inputs]: Sort alphabetically. Add gobject-introspection, vala.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-10-10 21:33:23 +02:00
Vinicius Monego
c6318c8434
gnu: gegl: Update to 0.4.32.
* gnu/packages/gimp.scm (gegl): Update to 0.4.32.
[arguments]<#:phases>: Don't return #t.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-10-10 21:33:23 +02:00
Vinicius Monego
7975ee9534
gnu: babl: Enable GIR.
* gnu/packages/gimp.scm (babl)[arguments]<#:configure-flags>: Remove.
[native-inputs]: Add gobject-introspection, vala.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-10-10 21:33:23 +02:00
Vinicius Monego
4469c63d34
gnu: babl: Update to 0.1.88.
* gnu/packages/gimp.scm (babl): Update to 0.1.88.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-10-10 21:33:23 +02:00
Leo Famulari
aaaa385d8e
gnu: linux-libre 4.4: Update to 4.4.287.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.287.
(linux-libre-4.4-pristine-source): Update hash.
2021-10-10 12:52:33 -04:00
Leo Famulari
4db678f56a
gnu: linux-libre: Update to 5.14.10.
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.10.
(linux-libre-5.14-pristine-source): Update hash.
2021-10-10 12:52:33 -04:00
Liliana Marie Prikler
dd9fa204eb
gnu: tsukundere: Unset LD_LIBRARY_PATH.
As of Guile-SDL2 version 0.7.0, which got committed in
73bb0b6485, LD_LIBRARY_PATH is used to determine
the location of SDL libraries if set.  However, the presence of said
environment variable does not always point to relative SDL libraries, thus
causing an import of sdl2 modules to fail.

* gnu/packages/game-development.scm (tsukundere)[#:phases]: Unset
LD_LIBRARY_PATH in tsukundere.scm.
2021-10-10 17:32:52 +02:00
Liliana Marie Prikler
5464af0765
gnu: tsukundere: Update to 0.4.1.
* gnu/packages/game-development.scm (tsukundere): Update to 0.4.1.
[#:phases]<patch-command>: Use tsukundere.scm instead of the now missing
bin/tsukundere.
[inputs]: Add pango and sdl2.
[native-inputs]: Add libtool.
2021-10-10 17:20:27 +02:00
Liliana Marie Prikler
c4595fdedf
gnu: tsukundere: Update home-page.
* gnu/packages/game-development.scm (tsukundere)[home-page]: Update.
2021-10-10 15:59:32 +02:00
Efraim Flashner
6cb8c0052e
gnu: Add debian-ports-archive-keyring: New variable.
* gnu/packages/debian.scm (debian-ports-archive-keyring): New variable.
2021-10-10 16:12:46 +03:00
Nicolas Goaziou
ed8481e24d
gnu: emacs-treemacs: Update to 2.9.2.
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.9.2.
2021-10-10 13:37:12 +02:00
Efraim Flashner
edbcbdabac
gnu: newsboat: Update to 2.25.
* gnu/packages/syndication.scm (newsboat): Update to 2.25.
[arguments]: Increase run version to 1.51.
[cargo-inputs]: Replace rust-bitflags-1 with 1.3, rust-nom-6 with 7.
Remove rust-rand-0.8, add rust-fastrand-1.
[cargo-development-inputs]: Replace rust-proptest-0.9 with 1.
2021-10-10 12:31:31 +03:00
Efraim Flashner
e0363d7dbc
gnu: Add rust-bitflags-1.3.
* gnu/packages/crates-io.scm (rust-bitflags-1.3): New variable.
2021-10-10 12:31:31 +03:00
Efraim Flashner
8f4ce5dee6
gnu: rust-unicode-width-0.1: Update to 0.1.9.
* gnu/packages/crates-io.scm (rust-unicode-width-0.1): Update to 0.1.9.
2021-10-10 12:31:31 +03:00
Efraim Flashner
5a8ff5775c
gnu: rust-fastrand-1: Update to 1.5.0.
* gnu/packages/crates-io.scm (rust-fastrand-1): Update to 1.5.0.
[cargo-development-inputs]: Replace rust-rand-0.7 with 0.8. Add
rust-getrandom-0.2, rust-instant-0.1, rust-wasm-bindgen-test-0.3,
rust-wyhash-0.5.
2021-10-10 12:31:31 +03:00
Efraim Flashner
65b8f870a1
gnu: rust-bitmaps-2: Fix typo.
* gnu/packages/crates-io.scm (rust-bitmaps-2)[cargo-development-inputs]:
Adjust commas to correctly refer to inputs.
2021-10-10 12:31:31 +03:00
Efraim Flashner
1451be05f4
gnu: Add rust-nom-7.
* gnu/packages/crates-io.scm (rust-nom-7): New variable.
(rust-nom-6): Inherit from rust-nom-7.
2021-10-10 12:31:31 +03:00
Efraim Flashner
498ef1590b
gnu: Add rust-minimal-lexical-0.1.
* gnu/packages/crates-io.scm (rust-minimal-lexical-0.1): New variable.
2021-10-10 12:31:30 +03:00
Efraim Flashner
b941e820bf
gnu: Add rust-proptest-1.
* gnu/packages/crates-io.scm (rust-proptest-1): New variable.
(rust-proptest-0.10): Inherit from rust-proptest-1.
2021-10-10 12:31:30 +03:00
Efraim Flashner
8ffa16b561
gnu: Add rust-quick-error-2.
* gnu/packages/crates-io.scm (rust-quick-error-2): New variable.
(rust-quick-error-1): Inherit from rust-quick-error-2.
2021-10-10 12:31:30 +03:00
Efraim Flashner
b3700b6352
gnu: Add rust-rand-xorshift-0.3.
* gnu/packages/crates-io.scm (rust-rand-xorshift-0.3): New variable.
(rust-rand-xorshift-0.2): Inherit from rust-rand-xorshift-0.3.
2021-10-10 12:31:30 +03:00
Efraim Flashner
3012cbb779
gnu: rust-x86-0.33: Accept newer versions of inputs.
* gnu/packages/crates-io.scm (rust-x86-0.33)[source]: Add snippet to
accept any 8.x version of rust-raw-cpuid.
2021-10-10 12:31:30 +03:00
Nicolas Goaziou
fa2ef46247
gnu: geany: Update to 1.38.
* gnu/packages/text-editors.scm (geany): Update to 1.38.
2021-10-10 09:57:53 +02:00
Nicolas Goaziou
3c46339a70
gnu: emacs-apheleia: Update to 1.1.2.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 1.1.2.
2021-10-10 09:48:33 +02:00
Nicolas Goaziou
4c2596da51
gnu: emacs-xref: Update to 1.3.0.
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.3.0.
2021-10-10 09:45:54 +02:00