Age | Commit message (Collapse) | Author |
|
Before this change, using define-maybe along define-configuration with the
no-serialization syntactic keyword would result in the following warning:
warning: possibly unbound variable `VARIABLE-NAME'
This change introduces the define-maybe/no-serialization variant that does
away with defining a serialization helper procedure, which makes it possible
to avoid the above warning.
* gnu/services/configuration.scm (define-maybe/no-serialization): New syntax.
(define-maybe-helper): New procedure.
(define-maybe): Define syntax using the above procedure.
* tests/services/configuration.scm (tests): Fix module name.
(custom-number-serializer): Do not print to standard output.
(maybe-number?, serialize-maybe-number): New procedures defined via the
define-maybe macro.
(config-with-maybe-number): New configuration.
(serialize-number): New procedure.
("maybe value serialization"): New test.
(maybe-string?): New procedure defined via the define-maybe/no-serialization
macro.
(config-with-maybe-string/no-serialization): New configuration.
("maybe value without serialization no procedure bound"): New test.
|
|
* gnu/packages/python-check.scm (python-tappy): New variable.
|
|
* gnu/system/vm.scm (gnu): Remove unused imports.
|
|
* gnu/system/vm.scm: Autoload (gnu build vm), which was pulling in (sqlite3).
|
|
* gnu/packages/hurd.scm: Remove unneeded (gnu build hurd-boot) that was
pulling in (system base compile).
|
|
With this change, the wall-clock time of:
guix system build --no-grafts -d gnu/system/install.scm
goes from 5.0s to 2.3s on Guile 3.0.5.
* guix/ui.scm (without-compiler-optimizations): New macro.
(load*): Use it.
|
|
This became dead code with commit
4f621a2b003e85d480999e4d0630e9dc3de85bc3.
* guix/ui.scm (load*): Remove Guile 2.2.3 workaround.
|
|
* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.22.
|
|
* gnu/packages/databases.scm (postgresql-10): Update to 10.17.
|
|
* gnu/packages/databases.scm (postgresql-11): Update to 11.12.
|
|
* gnu/packages/databases.scm (postgresql-13)[replacement]: Use postgresql-13.3.
(postgresql-13.2): Replace with ...
(postgresql-13.3): ... new variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-libyaml)[#:phases]: Move
‘substitute-libyaml-core-path’ after ‘unpack’.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
|
|
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.52.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cl-typesetting, ecl-cl-typesetting,
cl-typesetting): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
Upstream doesn't have a test suite adapted for ECL.
* gnu/packages/lisp-xyz.scm (ecl-xmls)[arguments]: Disable tests.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-cl-pdf): Update to 2.0.0-1.dbafd62.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/game-development.scm (tsukundere): Update to 0.3.0.
[patch-command]: Patch path to guile. Construct load paths directly from
inputs.
[propagated-inputs]: Remove.
[inputs]: Add guile and guile-sdl2.
|
|
* guix/scripts/publish.scm (show-help, %options): Add '--negative-ttl'.
(render-narinfo, render-narinfo/cached, make-request-handler): Add #:negative-ttl
and honor it.
(run-publish-server): Add #:narinfo-negative-ttl and honor it.
(guix-publish): Honor '--negative-ttl'.
* tests/publish.scm ("negative TTL", "no negative TTL"): New tests.
|
|
* guix/substitutes.scm (%narinfo-negative-ttl): Change to 15mn.
(%narinfo-transient-error-ttl): Halve.
|
|
This will make Mercurial be able to find third-party extensions installed with
Guix, without having to set PYTHONPATH.
* gnu/packages/patches/mercurial-hg-extension-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register the patch.
* gnu/packages/version-control.scm (mercurial)[origin](patches): Apply the
patch.
[native-search-paths]: Add HGEXTENSIONPATH.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/version-control.scm (hg-commitsigs): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.6.
[native-inputs]: Add texinfo.
[arguments]<#:phases>: Install manual.
|
|
* gnu/packages/julia-xyz.scm (julia-msgpack): New variable.
|
|
* gnu/packages/julia-xyz.scm (julia-suppressor): New variable.
|
|
* gnu/packages/julia-xyz.scm (julia-docstringextensions): New variable.
|
|
* gnu/packages/julia-xyz.scm (julia-iocapture): New variable.
|
|
* gnu/packages/julia-xyz.scm (julia-zipfile): New variable.
|
|
* gnu/packages/julia-xyz.scm (julia-zlib-jll): New variable.
|
|
* gnu/packages/patches/graphviz-CVE-2020-18032.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/graphviz.scm (graphviz)[replacement]: New field.
(graphviz/fixed): New variable.
|
|
I'm looking at this because the profile-collisions linter crashes for this
package, and that currently breaks processing revisions in the Guix Data
Service.
* gnu/packages/emacs-xyz.scm (emacs-wucuo)[arguments]: Change #tn to #t.
|
|
* gnu/packages/re2c.scm (re2c): Update to 2.1.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/xfce.scm (mousepad): Update to 0.5.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/music.scm (sonivox-eas): Update to 1.3.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/gcc.scm (gcc-8): Update to 8.5.0.
|
|
* gnu/packages/graph.scm (python-graph-tool): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
|
|
* gnu/packages/libreoffice.scm (libcdr): Update to 0.1.7.
|
|
* gnu/packages/maths.scm (arpack-ng-3.3.0)[name, home-page]: Remove.
[source]: Switch to GIT-FETCH. Inline uses of NAME and HOME-PAGE.
|
|
* gnu/packages/maths.scm (arpack-ng): Update to 3.8.0.
[native-inputs]: Add PKG-CONFIG.
[inputs]: Add EIGEN.
|
|
* gnu/packages/python-xyz.scm (pybind11): Update to 2.6.2.
|
|
* gnu/packages/xdisorg.scm (wl-clipboard)[arguments]: Add a new
'patch-file-names phase.
[inputs]: Add coreutils and xdg-utils.
Reported by pineapples in #guix.
|
|
* gnu/packages/vim.scm (vim-solarized): New public variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
The Go importer module requires a recent guile-glib; the test should only be
run when such requirement is met.
* Makefile.am (SCM_TESTS)[HAVE_GUILE_LIB]: Add tests/go.scm only if this
condition is met.
Reported-by: Chris Marusich <cmmarusich@gmail.com>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-static-dispatch): Update to 0.5.1.
[inputs]: Replace trivia by optima.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.9.
|
|
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.7.
|
|
I'm looking at this to help with adding support for looking up package
replacements to store in the Guix Data Service.
* guix/inferior.scm (inferior-package-replacement): New procedure.
* tests/inferior.scm ("inferior-package-replacement"): New test.
|
|
* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.2.
[arguments]: Update 'fix-build' phase.
|
|
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.2.0.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-mito): Update to 0.1-2.2fbfc8a.
[inputs]: Remove optima. Add cl-package-locks and trivia.
|