me
/
guix
Archived
1
0
Fork 0
Commit Graph

125113 Commits (36094ba02106aac27c464a9ebb1b9d34f017315d)

Author SHA1 Message Date
Nicolas Graves 33a0a80702
gnu: Add emacs-org-ql-dynamic-agenda.
* gnu/packages/emacs-xyz.scm (emacs-org-ql-dynamic-agenda): New variable.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-09-07 16:26:29 +04:00
Nicolas Graves a9f0b0ec7d
gnu: Add emacs-org-dynamic-agenda.
* gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda): New variable.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-09-07 16:26:28 +04:00
Distopico 20832dac48
gnu: Add emacs-flymake-guile.
* gnu/packages/emacs-xyz.scm (emacs-flymake-guile): New variable.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-09-07 16:25:59 +04:00
Tim Johann 5ef28595e9
gnu: Add erlang-lfe.
* gnu/packages/erlang.scm (erlang-lfe): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06 22:29:20 -04:00
Olivier Dion 21e1ba8a2c
gnu: Add csmith.
* gnu/packages/linux.scm (csmith): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06 22:29:20 -04:00
Efraim Flashner c21499fce7
gnu: julia-prettytables: Update to 2.1.2.
* gnu/packages/julia-xyz.scm (julia-prettytables): Update to 2.1.2.
[arguments]: Rename custom phase 'skip-color-tests to
'skip-tests-manipulating-terminal-display and skip some more tests.
[propagated-inputs]: Add julia-offsetarrays, julia-stringmanipulation.
2023-09-07 05:08:59 +03:00
Efraim Flashner 92820c1732
gnu: Add julia-stringmanipulation.
* gnu/packages/julia-xyz.scm (julia-stringmanipulation): New variable.
2023-09-07 05:08:58 +03:00
Simon Tournier d552c2508f
guix: packages: Support package/inherit by package-field-location.
Fixes <https://issues.guix.gnu.org/65236>.

* guix/packages.scm (package-field-location): Add package/inherit case.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Reported-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06 16:41:06 -04:00
Maxim Cournoyer 65dcfb3f38
.dir-locals: Streamline Geiser configuration.
Geiser now has support locating the project root and adding it to the load
path without external help; leverage it.

* .dir-locals.el [nil]: Remove obsolete Geiser configuration.  Set the
geiser-repl-per-project-p variable to t.
* doc/contributing.texi (The Perfect Setup): No longer mention explicitly
setting the geiser-guile-load-path; instead mention the effect of the
.dir-locals.el file.

Reported-by: Wolf <wolf@wolfsden.cz>
2023-09-06 14:16:22 -04:00
Guillaume Le Vaillant ee13af93b5
gnu: cl-virality: Update to 0.3.0-1.cdc19cc.
* gnu/packages/lisp-xyz.scm (sbcl-virality): Update to 0.3.0-1.cdc19cc.
  [arguments]: Update 'delete-examples' phase.
2023-09-06 10:57:58 +02:00
Guillaume Le Vaillant 17c13b4a42
gnu: maxima: Update to 5.47.0.
* gnu/packages/maths.scm (maxima): Update to 5.47.0.
  [inputs]: Remove labels.
  [arguments]: Use gexps. Remove trailing booleans.
2023-09-04 13:49:22 +02:00
Andre A. Gomes 2f545cbaf5
gnu: sbcl: Update to 2.3.8.
* gnu/packages/lisp.scm (sbcl): Update to 2.3.8.
  [source]: Remove 'patches' field.
* gnu/packages/patches/sbcl-riscv-Make-contribs-build-again.patch: Remove
  file.
* gnu/packages/local.mk (dist-patch_DATA): Unregister it.

Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
2023-09-04 10:21:12 +02:00
Sharlatan Hellseher 047a0c31f9
gnu: clisp: Add threads support on x84_64-linux.
Guix's build version of CLISP, fails to load bordeaux-threads:

Error while trying to load definition for system bordeaux-threads
      This implementation is unsupported.

This patch adds support for POSIX_THREADS on x86_64-linux
system.

* gnu/packages/lisp.scm (clisp)[arguments]: Add configuration options to
  support threads on x86_64-linux system.

Reported and Co-Authored by Andrew Kravchuk <awkravchuk@gmail.com>
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-09-04 10:13:09 +02:00
Andre A. Gomes 209cdc81fd
gnu: cl-gobject-introspection: Update to 0.3-3.83beec4.
* gnu/packages/lisp-xyz.scm (sbcl-cl-gobject-introspection): Update to
  0.3-3.83beec4.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-09-04 09:40:20 +02:00
Andre A. Gomes 6b911d7542
gnu: cl-cl+ssl: Update to 0.0.0-6.17d5cdd.
* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl): Update to 0.0.0-6.17d5cdd.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-09-04 09:32:56 +02:00
Andre A. Gomes 041ec00709
gnu: nyxt: Update to 3.6.1.
* gnu/packages/web-browsers.scm (nyxt): Update to 3.6.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-09-04 09:29:20 +02:00
Andre A. Gomes 2c6133295d
gnu: cl-iolib: Update to 0.8.4-0.010b7a6.
* gnu/packages/lisp-xyz.scm (sbcl-iolib): Update to 0.8.4.0.010b7a6.
  [native-inputs]: Add pkg-config and sbcl-fiveam.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-09-04 09:23:04 +02:00
Hilton Chain 506d6ce080
gnu: emacs-rainbow-delimiters: Fix tests.
* gnu/packages/emacs-xyz.scm (emacs-rainbow-delimiters): Adjust tests for
Emacs 29.

Signed-off-by: Andrew Tropin <andrew@trop.in>
2023-09-04 09:00:00 +04:00
Maxim Cournoyer 32792d2073
gnu: avr-gcc: Avoid referencing gcc from the top level.
Fixes <https://issues.guix.gnu.org/65716>.

* gnu/packages/avr.scm (avr-gcc): Do not explicitly refer to 'gcc'.  The
default value of the argument uses the identifier-syntax trick to delay
evaluation of gcc.
2023-09-03 22:32:59 -04:00
Vinicius Monego 5a65672857
gnu: Add python-metpy.
* gnu/packages/geo.scm (python-metpy): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-03 22:32:59 -04:00
Vinicius Monego c6dcec13b1
gnu: python-pint: Fix build.
* gnu/packages/python-xyz (python-pint)[build-system]: Switch to
pyproject-build-system.
[arguments]: Skip a failing test.
[native-inputs]: Sort alphabetically and add python-importlib-metadata.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-03 22:32:59 -04:00
Vinicius Monego c8ef26fecc
gnu: python-sparse: Update to 0.14.0.
* gnu/packages/python-xyz.scm (python-sparse): Update to 0.14.0.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-03 22:32:58 -04:00
Vinicius Monego f4aa1812fe
gnu: python-sparse: Fix build.
* gnu/packages/python-xyz.scm (python-sparse)[native-inputs]: Add
python-importlib-metadata.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-03 22:32:58 -04:00
Arun Isaac 7f20bed6c0
gnu: guile-email: Update to 0.3.1.
* gnu/packages/guile-xyz.scm (guile-email): Update to 0.3.1.
2023-09-04 00:52:09 +01:00
Efraim Flashner e365c26a34
gnu: kio: Skip another test.
* gnu/packages/kde-frameworks.scm (kio)[arguments]: Adjust custom 'check
phase to skip a test which fails on aarch64-linux.
2023-09-03 15:40:21 +03:00
Nicolas Goaziou 52af65cf66
gnu: emacs-pcre2el: Update to 1.12.
* gnu/packages/emacs-xyz.scm (emacs-pcre2el): Update to 1.12.
2023-09-03 12:31:22 +02:00
Nicolas Goaziou 1d4488a875
gnu: emacs-org-contrib: Update to 0.4.2.
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 0.4.2.
2023-09-03 12:31:21 +02:00
Nicolas Goaziou bcac8fa318
gnu: emacs-org: Update to 9.6.9.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.6.9.
[arguments]<#:phases>: Re-instate a previously skipped test.
2023-09-03 12:31:21 +02:00
Nicolas Goaziou 741323a89d
gnu: emacs-popon: Update to 0.13.
* gnu/packages/emacs-xyz.scm (emacs-popon): Update to 0.13.
2023-09-03 12:31:20 +02:00
Nicolas Goaziou 6ed46bf515
gnu: emacs-scpaste: Update to 0.7.0.
* gnu/packages/emacs-xyz.scm (emacs-scpaste): Update to 0.7.0.
2023-09-03 12:31:19 +02:00
Nicolas Goaziou 9a1093206e
gnu: emacs-seriestracker: Update to 1.3.1.
* gnu/packages/emacs-xyz.scm (emacs-seriestracker): Update to 1.3.1.
2023-09-03 12:31:19 +02:00
Nicolas Goaziou 9f6feeca3a
gnu: emacs-substitute: Update to 0.2.0.
* gnu/packages/emacs-xyz.scm (emacs-substitute): Update to 0.2.0.
2023-09-03 12:31:18 +02:00
Cayetano Santos via Guix-patches via 1de41d5a1f
gnu: emacs-org-ref: Update to 3.0-0.bb375f3.
* gnu/packages/emacs-xyz.scm (emacs-org-ref): Update to 3.0-0.bb375f3.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2023-09-03 12:31:17 +02:00
Efraim Flashner 9d2e632377
gnu: wget2: Add more support libraries.
* gnu/packages/wget.scm (wget2)[inputs]: Add brotli, nghttp2:lib, xz,
zstd:lib. Update TODO comment.
[arguments]: Adjust configure-flags to add support for bzip2, lzma
compression.
2023-09-03 11:19:16 +03:00
Andy Tai 98fe926db7
gnu: wget2: Update to 2.1.0
* gnu/packages/wget.scm (wget2): Update to 2.1.0

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-03 11:17:28 +03:00
Tobias Geerinckx-Rice 28b22c45ee
gnu: Register ruby-nokogiri.patch.
This follows up on commit e897569778.

* gnu/local.mk (dist_patch_DATA): Add ruby-nokogiri.patch.

Reported by acrow in #guix.
2023-09-03 02:00:00 +02:00
Maxim Cournoyer 6113e0529d
gnu: gmime: Update home-page URL.
* gnu/packages/mail.scm (gmime) [home-page]: Update URL.
2023-09-06 01:25:31 -04:00
Hilton Chain c14c25b4fb
gnu: go-github-com-tdewolff-minify-v2: Regenerate hash.
* gnu/packages/golang.scm (go-github-com-tdewolff-minify-v2)[#:phases]: Add
phase 'regenerate-hash.
[native-inputs]: Add go-github-com-tdewolff-hasher.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06 01:25:31 -04:00
Hilton Chain d3e12a02d3
gnu: go-github-com-tdewolff-parse-v2: Regenerate hash.
* gnu/packages/golang.scm (go-github-com-tdewolff-parse-v2)[#:phases]: Add
phase 'regenerate-hash.
[native-inputs]: Add go-github-com-tdewolff-hasher.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06 01:25:30 -04:00
Hilton Chain e90b54ee99
gnu: Add go-github-com-tdewolff-hasher.
* gnu/packages/golang.scm (go-github-com-tdewolff-hasher): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06 01:25:30 -04:00
Hilton Chain e99279aa27
gnu: Add go-github-com-cespare-mph.
* gnu/packages/golang.scm (go-github-com-cespare-mph): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06 01:25:30 -04:00
Hilton Chain 701041aac1
gnu: Add go-github-com-dgryski-go-mph.
* gnu/packages/golang.scm (go-github-com-dgryski-go-mph): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06 01:25:30 -04:00
Hilton Chain 83064e2683
gnu: Add go-github-com-dgryski-go-metro.
* gnu/packages/golang.scm (go-github-com-dgryski-go-metro): New variable.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06 01:25:30 -04:00
Sughosha 315eeb919a
gnu: zrythm: Enable rtaudio.
* gnu/packages/music.scm (zrythm)[#:configure-flags]: Add
"-Drtaudio=enabled".
[inputs]: Add rtaudio.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06 01:03:53 -04:00
Sughosha 3c2b892d29
gnu: rtaudio: Update to 5.2.0.
* gnu/packages/audio.scm (rtaudio): Update to 5.2.0.
[#:phases]: Delete argument.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06 01:03:53 -04:00
Maxim Cournoyer 87dab3e36b
gnu-maintenance: Do not error when there are no candidates.
Fixes <https://issues.guix.gnu.org/65773>.

* guix/gnu-maintenance.scm (rewrite-url): Do not error when there are no
candidates.  This may well be possible, depending on the site.
2023-09-06 01:03:27 -04:00
Maxim Cournoyer 0aec2c10c0
gnu: gst-plugins-bad: Remove the svt-hevc input.
* gnu/packages/gstreamer.scm (gst-plugins-bad)
[inputs]: Remove svt-hevc; add comment.
2023-09-06 00:25:42 -04:00
Zheng Junjie f8e3e02b98
gnu: libndp: Fix cross-compile.
* gnu/packages/networking.scm (libndp)
[native-inputs]: When cross-compile add pkg-config, libtool, gettext-minimal,
autoconf, automake.
[arguments]: When cross-compile, add phase to fix rpl_malloc undefined references.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06 00:25:42 -04:00
Rémi Teissier 2d6c4e7198
gnu: gambit-c: Update to 4.9.5.
* gnu/packages/scheme.scm (gambit-c): Update to 4.9.5.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-06 00:25:38 -04:00
宋文武 d7e9df2b35
gnu: gmime: Remove version 2.6.23.
* gnu/packages/mail.scm (gmime-2.6): Remove package.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2023-09-05 23:37:23 -04:00