Marius Bakke
28918b4ff8
gnu: openssl: Make OpenSSL 3.0 the default.
...
* gnu/packages/tls.scm (openssl): Change from OPENSSL-1.1 to OPENSSL-3.0.
2022-09-18 17:06:06 +02:00
Marius Bakke
a334b3461d
gnu: libselinux: Fix build failure with Python 3.10.
...
* gnu/packages/selinux.scm (libselinux)[arguments]: Add extra arguments to the
setup.py install invocation.
2022-09-18 17:06:06 +02:00
Marius Bakke
a91cf65a7e
gnu: Python: Update to 3.10.7.
...
* gnu/packages/python.scm (python-3.9): Rename to ...
(python-3.10): ... this. Update to 3.10.7.
[source](patches): Remove 'python-3-no-static-libs.patch' in favor of ...
[arguments]: Add #:configure-flags.
(python-3): Refer to PYTHON-3.10.
* gnu/packages/patches/python-3-fix-tests.patch: Refresh.
* gnu/packages/patches/python-3-no-static-lib.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/version-control.scm (mercurial)[native-search-paths]: Adjust
Python version.
* gnu/packages/admin.scm (ansible)[native-search-paths]: Likewise.
* gnu/packages/bioinformatics.scm (scvelo)[arguments]: Replace hard-coded
python3.9 paths with python3.10.
* gnu/packages/cran.scm (r-torch)[arguments]: Likewise.
* gnu/packages/machine-learning.scm (liblantern)[arguments]: Likewise.
2022-09-18 17:06:05 +02:00
Marius Bakke
3d3100d8b1
gnu: python-pympler: Disable test that fails with Python 3.10.
...
* gnu/packages/python-xyz.scm (python-pympler)[arguments]: New field. Skip
one test.
2022-09-18 17:06:05 +02:00
Marius Bakke
01459241f4
gnu: meson: Promote 0.63 to the default.
...
* gnu/packages/build-tools.scm (meson): Point to MESON-0.63.
2022-09-18 17:06:05 +02:00
Marius Bakke
80c76f5d8e
Merge branch 'staging' into core-updates
2022-09-18 16:30:21 +02:00
Marius Bakke
2266ec5eb1
gnu: python-cython: Remove duplicate version.
...
* gnu/packages/python-xyz.scm (python-cython-0.29.32): Remove variable.
* gnu/packages/python-science.scm (python-pandas)[native-inputs]: Change from
PYTHON-CYTHON-0.29.32 to PYTHON-CYTHON.
2022-09-18 16:26:18 +02:00
Marius Bakke
51482db4da
Merge branch 'master' into staging
2022-09-18 16:21:44 +02:00
Marius Bakke
ce3b51a4c6
gnu: python-pandas: Update to 1.4.4.
...
* gnu/packages/python-science.scm (python-pandas): Update to 1.4.4.
[native-inputs]: Change from PYTHON-CYTHON to PYTHON-CYTHON-0.29.32.
2022-09-18 16:18:36 +02:00
Marius Bakke
08124aa8d6
gnu: python-cython: Add 0.29.32.
...
* gnu/packages/python-xyz.scm (python-cython-0.29.32): New variable.
2022-09-18 16:18:35 +02:00
Marius Bakke
94827144d1
gnu: gnome-settings-daemon: Add NSS on RUNPATH.
...
* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Ensure NSS ends
up on RUNPATH.
2022-09-18 16:18:35 +02:00
Marius Bakke
2104efcddf
gnu: Explicitly use OpenSSL 1.1 in packages that don't support 3.0.
...
* gnu/packages/php.scm (php)[inputs]: Change from OPENSSL to OPENSSL-1.1.
* gnu/packages/ntp.scm (ntp)[inputs]: Likewise.
2022-09-18 16:18:35 +02:00
Marius Bakke
5010801676
gnu: Explicitly use meson@0.60 in packages that don't support 0.63.
...
* gnu/packages/gnome.scm (gnome-disk-utility, gnome-screenshot,
dconf-editor)[arguments]: Add #:meson.
2022-09-18 16:18:34 +02:00
Marius Bakke
6c3ccc6b1f
gnu: python-ufo2ft: Don't use pytest-runner.
...
pytest-runner is deprecated and does not work properly with the newer
setuptools in Python 3.10 for this package.
* gnu/packages/fontutils.scm (python-ufo2ft)[arguments]: Override check
phase.
[native-inputs]: Remove PYTHON-PYTEST-RUNNER.
2022-09-18 16:18:34 +02:00
Liliana Marie Prikler
5811d876c3
gnu: polari: Add missing input.
...
* gnu/packages/gnome.scm (polari)[inputs]: Add libadwaita.
2022-09-18 16:03:22 +02:00
Liliana Marie Prikler
d98542a6a9
gnu: Add missing emacs-polymode patch.
...
This fixes up commit 52e55b38f4
.
* gnu/packages/patches/emacs-polymode-fix-lexical-variable-error.patch:
New file.
2022-09-18 16:03:22 +02:00
Liliana Marie Prikler
9a4ea7059d
gnu: gitg: Use gtksourceview-4.
...
* gnu/packages/gnome.scm (gitg)[inputs]: Replace gtksourceview with
gtksourceview-4.
2022-09-18 16:03:21 +02:00
r0man
24278280ca
gnu: Add emacs-sqlite3-api.
...
* gnu/packages/emacs-xyz.scm (emacs-sqlite3-api): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-18 14:42:26 +02:00
Hilton Chain
52e55b38f4
gnu: emacs-polymode: Add patch for native compilation.
...
* gnu/packages/emacs-xyz.scm (emacs-polymode)[source]: Add patch.
* gnu/packages/patches/emacs-polymode-fix-lexical-variable-error.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-18 14:16:08 +02:00
Nicolas Goaziou
e63f7d8086
gnu: asymptote: Update to 2.83.
...
* gnu/packages/plotutils.scm (asymptote): Update to 2.83.
2022-09-18 13:28:41 +02:00
Marius Bakke
d4ebf063f1
gnu: gst-plugins-bad: Explicitly use OpenSSL@1.1.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Change from OPENSSL to
OPENSSL-1.1.
2022-09-18 13:09:13 +02:00
Fredrik Salomonsson
373731737f
gnu: Add emacs-emprise.
...
* gnu/packages/emacs-xyz.scm (emacs-emprise): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-18 11:14:54 +02:00
Fredrik Salomonsson
065b135ee1
gnu: Add emacs-suneater-theme.
...
* gnu/packages/emacs-xyz.scm (emacs-suneater-theme): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-18 11:11:26 +02:00
Fredrik Salomonsson
1225fe013e
gnu: Add emacs-org-roam-ui.
...
* gnu/packages/emacs-xyz.scm (emacs-org-roam-ui): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-18 11:09:50 +02:00
Nicolas Graves via Guix-patches via
90174c77cf
gnu: Add emacs-app-launcher.
...
* gnu/packages/emacs-xyz.scm (emacs-app-launcher): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-18 11:06:23 +02:00
Nicolas Graves via Guix-patches via
ee58eab7d5
gnu: Add emacs-orca.
...
* gnu/packages/emacs-xyz.scm (emacs-orca): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-18 11:06:23 +02:00
Trevor Richards
ba189bdc7a
gnu: Add emacs-transpose-mark.
...
* gnu/packages/emacs-xyz.scm (emacs-transpose-mark): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-09-18 11:02:00 +02:00
Felix Lechner
cbe461f2d4
gnu: xkeyboard-config: Update to 2.36.
...
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.36.
[source]: Retrieve xz tarball, bz2 is no longer distributed.
[source]: Break long url to satisfy guix lint.
[build-system]: Use meson-build-system.
[native-inputs]: Drop labels.
Signed-off-by: Marius Bakke <marius@gnu.org>
2022-09-18 10:35:38 +02:00
Marius Bakke
44d37eaae1
gnu: python-pytest-runner: Update to 6.0.0.
...
* gnu/packages/check.scm (python-pytest-runner): Update to 6.0.0.
2022-09-18 10:35:38 +02:00
Marius Bakke
9e256a05f2
gnu: shepherd: Promote 0.9 to the default.
...
* gnu/packages/admin.scm (shepherd-0.9): Inherit from SHEPHERD-0.8.
(shepherd): Alias to SHEPHERD-0.9.
2022-09-18 10:35:38 +02:00
Marius Bakke
267604449e
gnu: gnome-clocks: Add missing input.
...
* gnu/packages/gnome.scm (gnome-clocks)[native-inputs]: Add VALA.
2022-09-18 10:35:38 +02:00
Marius Bakke
7567840391
gnu: python-matplotlib: Disable test that fails on Python 3.10.
...
* gnu/packages/python-xyz.scm (python-matplotlib)[arguments]: Skip one test.
2022-09-18 10:35:37 +02:00
Marius Bakke
29e4955d0d
gnu: ghc@8.4: Adjust test suite for Python 3.10.
...
This applies the substitution added in 48718135e7
also for GHC@8.4. Somehow this problem is not fatal there and went unnoticed.
* gnu/packages/haskell.scm (ghc-8.4)[native-inputs]: Patch the test driver for
Python 3.10 compatibility.
2022-09-18 10:35:37 +02:00
Marius Bakke
4ac042cced
gnu: fontforge@20190801: Fix build.
...
This is a follow-up to commit 7f81f09641
, which
removed an input that was still required by this old version.
* gnu/packages/fontutils.scm (fontforge-20190801)[inputs]: Add
LIBUNINAMESLIST. Use MODIFY-INPUTS while at it.
2022-09-18 10:35:37 +02:00
Marius Bakke
d65434fc3d
gnu: glade: Fix failing test.
...
* gnu/packages/gnome.scm (glade3)[native-inputs]: Add ATK.
2022-09-18 10:34:40 +02:00
Nicolas Goaziou
ee0768c792
gnu: emacs-parsebib: Update to 4.3.
...
* gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.3.
2022-09-17 23:04:13 +02:00
Nicolas Goaziou
64c49de49e
gnu: emacs-logview: Update to 0.15.1.
...
* gnu/packages/emacs-xyz.scm (emacs-logview): Update to 0.15.1.
2022-09-17 23:04:13 +02:00
Leo Famulari
75c3257c1f
gnu: linux-libre 4.9: Update to 4.9.328.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.328.
(linux-libre-4.9-pristine-source): Update hash.
2022-09-17 14:32:47 -04:00
Leo Famulari
ffef8e69ac
gnu: linux-libre 4.14: Update to 4.14.293.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.293.
(linux-libre-4.14-pristine-source): Update hash.
2022-09-17 14:32:47 -04:00
Leo Famulari
04643c276f
gnu: linux-libre 4.19: Update to 4.19.258.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.258.
(linux-libre-4.19-pristine-source): Update hash.
2022-09-17 14:32:46 -04:00
Leo Famulari
75c77caa1a
gnu: linux-libre 5.4: Update to 5.4.213.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.213.
(linux-libre-5.4-pristine-source): Update hash.
2022-09-17 14:32:46 -04:00
Leo Famulari
cf6bd972a4
gnu: linux-libre 5.10: Update to 5.10.143.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.143.
(linux-libre-5.10-pristine-source): Update hash.
2022-09-17 14:32:46 -04:00
Leo Famulari
eba98e68e6
gnu: linux-libre 5.15: Update to 5.15.68.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.68.
(linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes.
2022-09-17 14:32:46 -04:00
Leo Famulari
620ca30134
gnu: linux-libre 5.19: Update to 5.19.9.
...
* gnu/packages/linux.scm (linux-libre-5.19-version): Update to 5.19.9.
(linux-libre-5.19-pristine-source, deblob-scripts-5.19): Update hashes.
2022-09-17 14:32:42 -04:00
Maxime Devos
c967d1153c
gnu-maintenance: Support // URLs in latest-html-release.
...
This makes "./pre-inst-env guix refresh -u" download the release tarball from
the right place -- previously, it downloaded from
https://www.libreoffice.org//download.documentfoundation.org/libreoffice/src/7.4.0/libreoffice-7.4.0.3.tar.xz?idx=1
whereas it should download from
https://download.documentfoundation.org/libreoffice/src/7.4.0/libreoffice-7.4.0.3.tar.xz?idx=1
instead.
* guix/gnu-maintenance.scm (latest-html-release)[url-release]: Adjust
computation in the case of an absolute URI-reference without a scheme.
* tests/gnu-maintenance.scm ("latest-html-release, scheme-less URIs"):
Test it.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-09-17 19:09:45 +02:00
Paul A. Patience
c00e1c87f2
gnu: vtk: Use system libHaru.
...
* gnu/packages/image-processing.scm (vtk)[snippet]: Delete bundled
libHaru and patch VTK for newer libHaru. Reindent and remove trailing
boolean.
[arguments]: Specify external libHaru in configure flags.
[inputs]: Add libharu.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-09-17 19:09:45 +02:00
Paul A. Patience
229425fa53
gnu: saga: Fix build with newer libHaru.
...
* gnu/packages/geo.scm (saga)[modules, snippet]: New fields.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-09-17 19:09:45 +02:00
Paul A. Patience
140a08d44a
gnu: libharu: Update to 2.4.2.
...
* gnu/packages/pdf.scm (libharu): Update to 2.4.2.
[build-system]: Switch to cmake-build-system.
[arguments]: Remove #:configure-flags, add #:tests? and #:phases.
[inputs]: Sort them.
[native-inputs]: Remove.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-09-17 19:09:45 +02:00
Taiju HIGASHI
5d22261db3
import: gem: Support importing a specific version of a gem.
...
* guix/import/gem.scm: (rubygems-fetch, gem->guix-package)
(gem-recursive-import): Fix to fetch the specified version of the gem.
* guix/scripts/import/gem.scm (show-help): Update the help message.
(guix-import-gem): Modify so the version number to be passed to subsequent
procedures.
* tests/gem.scm: Add tests.
* doc/guix.texi (Invoking guix import): Document.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-09-17 19:09:27 +02:00
Raghav Gururajan
c54ef97c80
gnu: gajim: Fix gtksourceview dependency.
...
* gnu/packages/messaging.scm (gajim)[inputs]: Use gtksourceview-4.
2022-09-17 11:22:41 -04:00