me
/
guix
Archived
1
0
Fork 0
Commit Graph

99506 Commits (8d05800f67041365c50f1d963dce6198b7b85754)

Author SHA1 Message Date
r0man 666f12f125
gnu: clojure-instaparse: Update to 1.4.12.
This patch updates clojure-instaparse to 1.4.12. Due to the following AOT
related error I disabled AOT compilation for this package.

```
starting phase `build'
Execution error (IllegalArgumentException) at instaparse.auto-flatten-seq/fn$G (auto_flatten_seq.cljc:7).
No implementation of method: :conj-flat of protocol: #'instaparse.auto-flatten-seq/ConjFlat found for class: instaparse.auto_flatten_seq.AutoFlattenSeq
```

This seems to be a known issue with AOT compilation. The issue has been
discussed [1] and seems to be still an open issue.

[1] https://github.com/Engelberg/instaparse/issues/85

* gnu/packages/clojure.scm (clojure-instaparse): Update to 1.4.12.
[arguments]: Add 'fix-import' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:57 +02:00
r0man f65270c799
gnu: clojure-core-match: Update to 1.0.0.
* gnu/packages/clojure.scm (clojure-core-match): Update to 1.0.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:57 +02:00
r0man 884c87a100
gnu: clojure-algo-generic: Fix test failing under AOT in Clojure 1.11.1.
* gnu/packages/clojure.scm (clojure-algo-generic)[arguments]: Add
'fix-import' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:57 +02:00
r0man af7dd52136
gnu: clojure: Update to 1.11.1.
This patch updates Clojure to 1.11.1. It also adds the 'reset-class-timestamps
phase to the Clojure build system.

This phase makes sure the timestamp of compiled class files is set to a later
point in time than the timestamp of the corresponding Clojure source files. If
the timestamps of the class and source files are the same, the Clojure
compiler will compile the sources again which can lead to issues. This problem
has been discussed here [1]. The suggested solution was to keep/adjust the
timestamps of the class files.

[1] https://www.mail-archive.com/clojure@googlegroups.com/msg99928.html

* gnu/packages/clojure.scm (clojure): Update to 1.11.1 and update all of
LIBRARIES accordingly.
[arguments]: In 'unpack-library-sources' phase, copy from
"core-specs-alpha-src" and "spec-alpha-src" as well.  Add
phases 'closure-spec-skip-macros', 'clojure-spec-compile',
'maven-classpath-properties', and 'reset-class-timestamps'.
* guix/build/clojure-build-system.scm (regular-jar-file?)
(reset-class-timestamps): New procedures.
(%standard-phases): Add 'reset-class-timestamps' phase.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:56 +02:00
r0man 9599122c4f
gnu: clojure-tools: Update to 1.11.1.1149.
* gnu/packages/clojure.scm (clojure-tools): Update to 1.11.1.1149.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:56 +02:00
r0man 1eb357fdac
gnu: clojure-tools-deps-alpha: Update to 0.14.1212.
* gnu/packages/clojure.scm (clojure-tools-deps-alpha): Update to 0.14.1212.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:56 +02:00
r0man b20af3b5c3
gnu: clojure-tools-gitlibs: Update to 2.4.181.
* gnu/packages/clojure.scm (clojure-tools-gitlibs): Update to 2.4.181.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:56 +02:00
r0man b11fc326fa
gnu: clojure-tools-cli: Update to 1.0.206.
* gnu/packages/clojure.scm (clojure-tools-cli): Update to 1.0.206.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:56 +02:00
vicvbcun a0f39b7d79
gnu: eigen: Update to 3.4.0.
* gnu/packages/algebra.scm (eigen): Update to 3.4.0.
* gnu/packages/patches/eigen-fix-strict-aliasing-bug.patch: New file.
* gnu/packages/patches/eigen-remove-openmp-error-counting.patch,
gnu/packages/patches/eigen-stabilise-sparseqr-test.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Update accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-23 00:39:56 +02:00
Ludovic Courtès ba22560627
guix gc: '--delete-generations' now deletes old Home generations.
Previously, 'guix gc -d4m' would ignore Home generations.  With this
change, they are treated like profiles and generations that match the
pattern are deleted.

* guix/scripts/gc.scm (guix-gc)[delete-generations]: Add call to
'home-generation-base'.
* doc/guix.texi (Invoking guix gc): Document the change.
2022-07-23 00:39:55 +02:00
Ludovic Courtès 5df8f7802e
home: Add 'home-generation-base'.
* gnu/home.scm (%profile-generation-rx): New variable.
(home-generation-base): New procedure.
2022-07-23 00:39:55 +02:00
Ludovic Courtès ff94f9dfde
deploy: Honor '--dry-run'.
* guix/scripts/deploy.scm (%options): Add "dry-run".
(show-what-to-deploy): Add #:dry-run? and honor it.
(guix-deploy): Honor --dry-run.
2022-07-23 00:39:55 +02:00
Ricardo Wurmus c9a37f57cb
tests: Adjust texlive importer tests.
This is a follow-up to commit be7b314f3f.

* tests/texlive.scm: Add version field to expected output.
2022-07-22 23:03:46 +02:00
Tobias Geerinckx-Rice cd3c4ad8fc
gnu: bind: Update to 9.16.31.
* gnu/packages/dns.scm (isc-bind): Update to 9.16.31.
2022-07-17 02:00:14 +02:00
Tobias Geerinckx-Rice 2dc229a30e
gnu: gsm: Update to 1.0.20.
* gnu/packages/audio.scm (gsm): Update to 1.0.20.
[arguments]: Don't explicitly return #t from phases.
2022-07-17 02:00:14 +02:00
Tobias Geerinckx-Rice 64466063ec
gnu: Add xvkbd.
* gnu/packages/xdisorg.scm (xvkbd): New public variable.
2022-07-17 02:00:14 +02:00
Marius Bakke 8d241c685a
gnu: python-chardet: Update to 5.0.0.
* gnu/packages/python-xyz.scm (python-chardet): Update to 5.0.0.
2022-07-16 18:32:13 +02:00
Marius Bakke 572ed223ab
gnu: python-requests: Update to 2.28.1.
* gnu/packages/python-web.scm (python-requests): Update to 2.28.1.
[arguments]: Remove #:phases.
2022-07-16 18:32:12 +02:00
Marius Bakke 1f22184b22
gnu: python-attrs: Disable test deadline on all architectures.
* gnu/packages/python-xyz.scm (python-attrs)[arguments]: Remove conditional.
2022-07-16 18:32:12 +02:00
Marius Bakke 13040cd309
gnu: mozjs: Remove obsolete workaround.
* gnu/packages/gnuzilla.scm (mozjs)[arguments]: Remove "--disable-rust-simd"
from #:configure-flags.
2022-07-16 18:32:12 +02:00
Marius Bakke 03a4908ea5
gnu: mozjs: Build with the default LLVM.
* gnu/packages/gnuzilla.scm (mozjs)[native-inputs]: Change from LLVM-9 to LLVM.
2022-07-16 18:32:12 +02:00
Marius Bakke f49eef43fd
gnu: iso-codes: Remove input labels.
* gnu/packages/iso-codes.scm (iso-codes/official)[native-inputs]: Remove
conditional and labels.
[inputs]: Remove.
2022-07-16 18:32:12 +02:00
Marius Bakke 97e2983310
gnu: python-cffi: Remove input labels.
* gnu/packages/libffi.scm (python-cffi)[arguments]: Use SEARCH-INPUT-FILE
instead of labels.
2022-07-16 18:32:12 +02:00
Marius Bakke 32b7e12e77
gnu: python-cffi: Update to 1.15.1.
* gnu/packages/libffi.scm (python-cffi): Update to 1.15.1.
(python-cffi-1.15): Remove variable.
2022-07-16 18:32:12 +02:00
Michael Rohleder f6904c0b19
gnu: xfce4-xkb-plugin: Update to 0.8.3.
* gnu/packages/xfce.scm (xfce4-xkb-plugin): Update to 0.8.3.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-15 23:37:09 -04:00
Michael Rohleder 0b393436d3
gnu: ristretto: Update to 0.12.3.
* gnu/packages/xfce.scm (ristretto): Update to 0.12.3.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-15 23:37:03 -04:00
Michael Rohleder 3c63bfcc68
gnu: exo: Update to 4.16.4.
* gnu/packages/xfce.scm (exo): Update to 4.16.4.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-15 23:36:57 -04:00
Maxim Cournoyer 88bfd423df
gnu: emacs-telega-contrib: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-telega-contrib)
[propagated-inputs]: Delete emacs-transient.
2022-07-15 23:17:54 -04:00
Maxim Cournoyer 0853bd0090
gnu: emacs-tshell: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-tshell)
[propagated-inputs]: Delete emacs-transient.
2022-07-15 23:17:54 -04:00
Maxim Cournoyer d9e7fd8ca0
gnu: emacs-seriestracker: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-seriestracker)
[propagated-inputs]: Delete emacs-transient.
2022-07-15 23:17:54 -04:00
Maxim Cournoyer 95fadee0f2
gnu: emacs-calibredb: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-calibredb)
[propagated-inputs]: Remove emacs-transient.
2022-07-15 23:17:54 -04:00
Maxim Cournoyer e02641f1ee
gnu: emacs-vdiff-magit: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-vdiff-magit)
[propagated-inputs]: Remove emacs-transient.
2022-07-15 23:17:53 -04:00
Maxim Cournoyer f3a1add242
gnu: emacs-matcha: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-matcha)
[propagated-inputs]: Remove emacs-transient.
2022-07-15 23:17:53 -04:00
Maxim Cournoyer 2201e4ff1a
gnu: emacs-forge: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-forge)
[propagated-inputs]: Remove emacs-transient.
2022-07-15 23:17:53 -04:00
Maxim Cournoyer e32f200e4c
gnu: emacs-docker: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-docker)
[propagated-inputs]: Remove emacs-transient.
2022-07-15 23:17:53 -04:00
Maxim Cournoyer 6e3589dea0
gnu: emacs-org-ql: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-org-ql)
[propagated-inputs]: Remove emacs-transient.
2022-07-15 23:17:53 -04:00
Maxim Cournoyer 110066508a
gnu: emacs-toodoo: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-toodoo)
[propagated-inputs]: Remove emacs-transient.
2022-07-15 23:17:53 -04:00
Maxim Cournoyer 0620e770b0
gnu: emacs-rg: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-rg)
[propagated-inputs]: Remove emacs-transient.
2022-07-15 23:17:52 -04:00
Maxim Cournoyer 268b53b3a6
gnu: emacs-magit-annex: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-magit-annex)
[propagated-inputs]: Remove emacs-transient.
2022-07-15 23:17:44 -04:00
Maxim Cournoyer 2751b36e45
gnu: emacs-magit-svn: Use builtin transient library.
* gnu/packages/emacs-xyz.scm (emacs-magit-svn)
[propagated-inputs]: Delete emacs-transient.
2022-07-15 23:14:28 -04:00
Jorge P. de Morais Neto 82fa1a38e7
gnu: emacs-git-timemachine: Use builtin transient library.
The transient library is now included in Emacs 28.

* gnu/packages/emacs-xyz.scm (emacs-git-timemachine)
[propagated-inputs]: Delete field.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-15 22:55:19 -04:00
Jorge P. de Morais Neto 44c4917ecb
gnu: emacs-ytdl: Use builtin transient library.
The transient library is now included in Emacs 28.

* gnu/packages/emacs-xyz.scm (emacs-ytdl)
[propagated-inputs]: Delete emacs-transient.  Add emacs-dash.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-15 22:54:43 -04:00
Jorge P. de Morais Neto 20997b6409
gnu: emacs-magit: Use builtin transient library.
The transient library is now included in Emacs 28.

* gnu/packages/emacs-xyz.scm (emacs-magit)
[propagated-inputs]: Delete emacs-transient.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-15 22:54:26 -04:00
Jorge P. de Morais Neto 6ff3fe86b5
gnu: emacs-geiser: Use builtin project and transient libraries.
These libraries are now included in Emacs 28.

* gnu/packages/emacs-xyz.scm (emacs-geiser)[propagated-inputs]: Delete field.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-15 22:54:17 -04:00
Michael Rohleder afb63c840c
gnu: mousepad: Update to 0.5.10.
* gnu/packages/xfce.scm (mousepad): Update to 0.5.10.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-15 21:19:42 -04:00
Michael Rohleder 08ef65f6af
gnu: xfce4-settings: Update to 4.16.3.
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.3.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-15 21:18:06 -04:00
Michael Rohleder febd167c7d
gnu: xfce4-wavelan-plugin: Update to 0.6.3.
* gnu/packages/xfce.scm (xfce4-wavelan-plugin): Update to 0.6.3.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-15 21:16:39 -04:00
Liliana Marie Prikler 5b351982c2
Revert "gnu: Add chicken-args."
This reverts commit 44bb5507d6, which references
a package that does not exist, thus breaking “guix pull”.
2022-07-16 02:26:55 +02:00
Maxim Cournoyer 154d270012
vala-next: Do not wrap binaries, use gexps, default to 'gcc' rather than 'cc'.
Fixes <https://issues.guix.gnu.org/56467>.
Reported by <two@envs.net>.

* gnu/packages/gnome.scm (vala-next)[arguments]: Override inherited field.
Use gexps.
[phases]{use-gcc-by-default}: New phase.
{patch-docbook-xml}: Use search-input-directory.
{glib-or-gtk-wrap}: Delete phase.
2022-07-15 17:42:04 -04:00
Maxim Cournoyer e2bd783657
gnu: Add vala-next, upgraded to 0.56.2.
* gnu/packages/gnome.scm (vala-next): New variable.
2022-07-15 17:41:41 -04:00