Age | Commit message (Collapse) | Author |
|
Fixes a regression introduced in
af57d1bf6c46f47d82dbc234dde1e16fa8634e9d whereby tests would end up
building the world.
* guix/gexp.scm (mixed-text-file): Add #:guile parameter and honor it.
* tests/gexp.scm ("mixed-text-file"): Pass #:guile to 'mixed-text-file'.
("file-union"): Pass #:guile to 'file-union'.
("lower-object, computed-file"): Pass #:guile to 'computed-file'.
("lower-object, computed-file + grafts"): Likewise.
* tests/packages.scm ("origin->derivation, single file with snippet"):
Likewise.
* tests/profiles.scm ("profile-derivation, ordering & collisions"):
Likewise.
* guix/tests.scm (test-file): Likewise.
|
|
Fixes a regression introduced in
076e825dc5d585943ce820a279fffe4af09757fb whereby "guix build
ungoogled-chromium" would fail with:
canonicalize-path: No such file or directory: "aux-files/chromium/master-preferences.json"
* gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Use
'search-auxiliary-file' for "master-preferences.json". For some reason,
on Guile 3.0.8, 'local-file' would have its (current-source-directory)
expand to #f.
|
|
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.3.
[source]: Use url-fetch.
[arguments]: Remove phase CHDIR-SUBED, enable tests.
[native-inputs]: Add EMACS-BUTTERCUP.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-desktop-environment): Update to 0.5.0.
[source]: Update URI.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-markdown-mode): Update to 2.5.
|
|
* gnu/packages/games.scm (crawl-tiles)[inputs, native-inputs]: Remove labels.
|
|
* gnu/packages/games.scm (crawl)[arguments]: Use G-expressions.
<#:phases>: Remove trailing #T. Remove unnecessary arguments.
(crawl-tiles)[arguments]: Use G-expressions.
|
|
* gnu/packages/games.scm (crawl)[native-inputs, inputs]: Remove labels.
|
|
* gnu/packages/games.scm (crawl): Update to 0.28.0.
[inputs]: Add BASH-MINIMAL.
* gnu/packages/patches/crawl-upgrade-saves.patch: Update for 0.28.
|
|
* gnu/packages/gnome.scm (mutter)[disable-problematic-tests]: Also disable
timeline tests.
|
|
* gnu/packages/emacs-xyz.scm (emacs-nyan-mode): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-paren-face): Update to 1.0.8.
|
|
* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.5.
|
|
* gnu/packages/guile.scm (guile-3.0-for-lokke): Remove.
* gnu/packages/patches/guile-3.0.7-psyntax-nil.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/guile-xyz.scm (lokke)[native-inputs]: Replace
GUILE-3.0-FOR-LOKKE by GUILE-3.0-LATEST.
|
|
* gnu/packages/guile.scm (guile-3.0-latest): Set to 3.0.8.
|
|
This ensures package derivations are not a function of the value
of (%guile-for-build).
* guix/build-system/texlive.scm (texlive-build): Explicitly pass
#:guile-for-build to 'gexp->derivation'.
|
|
* guix/gexp.scm (computed-file-compiler): Default to (default-guile).
That way, lowering of <computed-file> is not affected by the
'%guile-for-build' parameter.
(file-union): Add #:guile parameter and honor it.
* gnu/packages/ruby.scm (ruby-tzinfo-data): Pass #:guile to 'file-union'.
|
|
* gnu/packages/autogen.scm (autogen)[source]: Add 'modules' and
'snippet'.
|
|
* gnu/packages/engineering.scm (kicad-i18n): Remove variable. i18n is handled
directly now in kicad@6.0.0 package source tree.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/engineering.scm (kicad): Update to 6.0.1.
Applied guix style command.
[native-inputs]: Remove kicad-i18n. Use new syntax.
[inputs]: Add bash-minimal, gtk+ and use opencascade-occt instead of
opencascade-oce. Use new syntax.
[arguments]: Remove phase install-translations.
(kicad-doc): Update to 6.0.1.
[native-inputs]: Add ruby-asciidoctor. Simplify inputs.
(kicad-symbols, kicad-footprints, kicad-packages3d, kicad-templates): Update
to 6.0.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/maths.scm (opencascade-occt): Update to 7.6.0.
[native-inputs]: Add fontconfig.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/cran.scm (r-torch): New variable.
|
|
* gnu/packages/machine-learning.scm (liblantern): New variable.
|
|
* gnu/packages/patches/python-pytorch-1.9.0-system-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/machine-learning.scm (python-pytorch-for-r-torch): New variable.
|
|
* gnu/packages/machine-learning.scm (python-pytorch): Update to 1.10.2.
|
|
* gnu/packages/cran.scm (r-coro): New variable.
|
|
* gnu/packages/lisp-check.scm (cl-hamcrest, ecl-hamcrest, sbcl-hamcrest): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/gnuzilla.scm (icedove): Update to 91.6.
|
|
* gnu/packages/lisp-xyz.scm (cl-nfiles, ecl-nfiles, sbcl-nfiles): New variables.
|
|
* gnu/packages/coq.scm (coq-stdpp): Update to 1.7.0.
|
|
* gnu/packages/coq.scm (coq-mathcomp): Update to 1.14.0.
|
|
* gnu/packages/coq.scm (coq): Update to 8.15.0.
(coq-equations): Update to 1.3-8.15.
* gnu/packages/patches/coq-fix-envvars.patch: Adapt to new version.
|
|
* gnu/packages/coq.scm (coq-interval): Update to 4.4.0.
|
|
* gnu/packages/coq.scm (coq-bignums): Update to 8.15.0.
|
|
* gnu/packages/coq.scm (coq-gappa): Update to 1.5.1.
|
|
* gnu/packages/coq.scm (coq-flocq): Update to 4.0.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.8.0.
|
|
* gnu/packages/networking.scm (wireshark): Update to 3.6.2.
|
|
* gnu/packages/games.scm (pioneer): Update to 20220203.
[arguments]: Add cmake flag to ensure system GLEW is used.
|
|
Fixes <https://issues.guix.gnu.org/53840>.
* gnu/packages/messaging.scm (bitlbee-discord): Update to
0.4.3-1.607f988.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/llvm.scm (llvm-uri, clang-from-llvm):
Support release candidates as version.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/llvm.scm (lldb): Update to 13.0.1.
[inputs]: Change from LLVM-12 and CLANG-12 to LLVM-13 and CLANG-13.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/services/xorg.scm (gdm-shepherd-service): Make it require
elogind.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/linux.scm (ell)[arguments]: Disable parallel tests.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/games.scm (flare-game): Update to 1.13.04.
|
|
* gnu/packages/games.scm (flare-engine): Update to 1.13.04.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-numcl): Update to 0.2.0-3.a28f612.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (cl-asd-generator, ecl-asd-generator,
sbcl-asd-generator): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
|
|
* gnu/packages/ocaml.scm (ocaml-xmlm): Update to 1.4.0.
|