me
/
guix
Archived
1
0
Fork 0
Commit Graph

101956 Commits (08473753a0ebafef22c0894d846e3b42fd6be2a2)

Author SHA1 Message Date
Efraim Flashner 08473753a0
gnu: firebird: Add support for riscv64-linux.
* gnu/packages/databases.scm (firebird)[source]: Add patches.
[arguments]: Add custom phase when building for riscv64-linux to force
the bootstrap phase to occur.
[native-inputs]: When building for riscv64-linux add autoconf, automake
and libtool.
* gnu/packages/patches/firebird-riscv64-support-pt1.patch,
gnu/packages/patches/firebird-riscv64-support-pt2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
2022-09-24 22:15:58 +03:00
Efraim Flashner 445076743e
gnu: Remove icu4c-67.
* gnu/packages/icu4c.scm (icu4c-67): Remove variable.
2022-09-24 21:16:12 +03:00
Efraim Flashner 77c0e58e9b
gnu: firebird: Update to 3.0.10.
* gnu/packages/databases.scm (firebird): Update to 3.0.10.
[source]: Remove trailing #t.
[arguments]: Remove trailing #t from phases.
[inputs]: Replace icu4c-67 with icu4c.
[properties]: Remove field.
2022-09-24 21:16:04 +03:00
Efraim Flashner 8a0384b88f
gnu: openexr-2: Extend the test timeout.
* gnu/packages/graphics.scm (openexr-2)[arguments]: Adjust the custom
phase to extend the test timeout.
2022-09-24 19:54:46 +03:00
Efraim Flashner e19b3d4003
gnu: guile-fibers: Skip some long tests on some architectures.
* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[arguments]: Add custom
phase to skip some overly long tests.
2022-09-23 09:10:33 +03:00
Efraim Flashner d169ae7c53
gnu: guile-fibers: Remove guild warnings.
* gnu/packages/guile-xyz.scm (guile-fibers)[arguments]: Add make-flag to
silence guild warnings.
2022-09-22 19:48:51 +03:00
Efraim Flashner c6dde8b085
gnu: gtk: Use architecture appropriate librsvg.
* gnu/packages/gtk.scm (gtk)[propagated-inputs]: When building for
x86_64-linux use librsvg-bootstrap, otherwise use librsvg-2.40.
2022-09-19 18:15:20 +03:00
Efraim Flashner 62da6c6169
gnu: svt-hevc: Limit to x86_64-linux.
* gnu/packages/video.scm (svt-hevc)[supported-systems]: Remove
i686-linux. Add comment.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Don't add
svt-hevc when building for i686-linux.
2022-09-19 18:12:48 +03:00
Efraim Flashner 9b30301efe
gnu: python-websockets: Extend test timeout.
* gnu/packages/python-web.scm (python-websockets)[arguments]: Add phase
to extend the tests timeout so slower machines can complete them.
2022-09-19 12:54:40 +03: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
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
Raghav Gururajan f2327f0b2e
gnu: gajim: Remove inputs labels.
* gnu/packages/messaging.scm (gajim): Remove input labels.
2022-09-17 11:19:02 -04:00
Marius Bakke 09efea1ce0
gnu: gstreamer: Disable failing tests on i686 again.
* gnu/packages/gstreamer.scm (gstreamer)[arguments]: Disable two tests on
i686-linux.
2022-09-17 00:36:28 +02:00
Maxim Cournoyer d7e56aebec
services: desktop: Mount /var/lib/gdm on a tmpfs file system.
Fixes <https://issues.guix.gnu.org/44944>.

* gnu/services/xorg.scm (%gdm-activation): Delete variable.
(gdm-service-type): De-register it.
* gnu/services/desktop.scm (%gdm-file-system): New variable.
(gdm-file-system-service): Likewise.
(desktop-services-for-system): Use it.
2022-09-16 16:27:08 -04:00
Nicolas Goaziou e8fac28b9b
gnu: emacs-transpose-frame: Update to 0.2.1.
* gnu/packages/emacs-xyz.scm (emacs-transpose-frame): Update to 0.2.1.
2022-09-16 21:10:15 +02:00
Nicolas Goaziou 4ce19aa086
gnu: emacs-setup: Update to 1.3.1.
* gnu/packages/emacs-xyz.scm (emacs-setup): Update to 1.3.1.
2022-09-16 21:10:14 +02:00