Age | Commit message (Expand) | Author |
2021-05-17 | gnu: opendht: Update to 2.2.0rc7....* gnu/packages/networking.scm (opendht): Update to 2.2.0rc7.
| Maxim Cournoyer |
2021-05-17 | services: configuration: Add a define-configuration/no-serialization syntax....This is added for convenience and for uniformity with the
define-maybe/no-serialization syntax introduced in the previous commit.
* gnu/services/configuration.scm
(define-configuration/no-serialization): New syntax.
| Maxim Cournoyer |
2021-05-17 | services: configuration: Add a define-maybe/no-serialization syntax....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.
| Maxim Cournoyer |
2021-05-17 | gnu: Add python-tappy....* gnu/packages/python-check.scm (python-tappy): New variable.
| Raghav Gururajan |
2021-05-17 | vm: Remove unused imports....* gnu/system/vm.scm (gnu): Remove unused imports.
| Ludovic Courtès |
2021-05-17 | vm: Autoload (gnu build vm)....* gnu/system/vm.scm: Autoload (gnu build vm), which was pulling in (sqlite3).
| Ludovic Courtès |
2021-05-17 | gnu: Remove unneeded import....* gnu/packages/hurd.scm: Remove unneeded (gnu build hurd-boot) that was
pulling in (system base compile).
| Ludovic Courtès |
2021-05-17 | ui: 'load*' compiles with '-O1'....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.
| Ludovic Courtès |
2021-05-17 | ui: Remove Guile 2.2.3 workaround....This became dead code with commit
4f621a2b003e85d480999e4d0630e9dc3de85bc3.
* guix/ui.scm (load*): Remove Guile 2.2.3 workaround.
| Ludovic Courtès |
2021-05-17 | gnu: PostgreSQL 9: Update to 9.6.22 [fixes CVE-2021-{32027,32028,32029}]....* gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.22.
| Leo Famulari |
2021-05-17 | gnu: PostgreSQL 10: Update to 10.17 [fixes CVE-2021-{32027,32028,32029}]....* gnu/packages/databases.scm (postgresql-10): Update to 10.17.
| Leo Famulari |
2021-05-17 | gnu: PostgreSQL 11: Update to 11.12 [fixes CVE-2021-{32027,32028,32029}]....* gnu/packages/databases.scm (postgresql-11): Update to 11.12.
| Leo Famulari |
2021-05-17 | gnu: PostgreSQL: Update to 13.3 [fixes CVE-2021-{32027,32028,32029}]....* gnu/packages/databases.scm (postgresql-13)[replacement]: Use postgresql-13.3.
(postgresql-13.2): Replace with ...
(postgresql-13.3): ... new variable.
| Leo Famulari |
2021-05-17 | gnu: emacs-libyaml: Adjust to changes in emacs-build-system....* 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>
| Fredrik Salomonsson |
2021-05-17 | gnu: pigx-chipseq: Update to 0.0.52....* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.52.
| Ricardo Wurmus |
2021-05-17 | gnu: Add cl-typesetting....* gnu/packages/lisp-xyz.scm (sbcl-cl-typesetting, ecl-cl-typesetting,
cl-typesetting): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-05-17 | gnu: ecl-xmls: Disable tests....Upstream doesn't have a test suite adapted for ECL.
* gnu/packages/lisp-xyz.scm (ecl-xmls)[arguments]: Disable tests.
| Guillaume Le Vaillant |
2021-05-17 | gnu: cl-pdf: Update to 2.0.0-1.dbafd62....* gnu/packages/lisp-xyz.scm (sbcl-cl-pdf): Update to 2.0.0-1.dbafd62.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Sharlatan Hellseher |
2021-05-17 | gnu: tsukundere: Update to 0.3.0....* 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.
| Leo Prikler |
2021-05-16 | publish: Add '--negative-ttl'....* 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.
| Ludovic Courtès |
2021-05-16 | substitutes: Reduce negative TTLs....* guix/substitutes.scm (%narinfo-negative-ttl): Change to 15mn.
(%narinfo-transient-error-ttl): Halve.
| Ludovic Courtès |
2021-05-16 | gnu: mercurial: Patch to make it read HGEXTENSIONPATH....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>
| Xinglu Chen |
2021-05-16 | gnu: Add hg-commitsigs....* gnu/packages/version-control.scm (hg-commitsigs): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen |
2021-05-16 | gnu: emacs-orderless: Update to 0.6....* gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.6.
[native-inputs]: Add texinfo.
[arguments]<#:phases>: Install manual.
| Xinglu Chen |
2021-05-16 | gnu: Add julia-msgpack....* gnu/packages/julia-xyz.scm (julia-msgpack): New variable.
| Efraim Flashner |
2021-05-16 | gnu: Add julia-suppressor....* gnu/packages/julia-xyz.scm (julia-suppressor): New variable.
| Efraim Flashner |
2021-05-16 | gnu: Add julia-docstringextensions....* gnu/packages/julia-xyz.scm (julia-docstringextensions): New variable.
| Efraim Flashner |
2021-05-16 | gnu: Add julia-iocapture....* gnu/packages/julia-xyz.scm (julia-iocapture): New variable.
| Efraim Flashner |
2021-05-16 | gnu: Add julia-zipfile....* gnu/packages/julia-xyz.scm (julia-zipfile): New variable.
| Efraim Flashner |
2021-05-16 | gnu: Add julia-zlib-jll....* gnu/packages/julia-xyz.scm (julia-zlib-jll): New variable.
| Efraim Flashner |
2021-05-15 | gnu: Graphviz: Fix CVE-2020-18032....* 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.
| Leo Famulari |
2021-05-15 | gnu: emacs-wucuo: Fix arguments....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.
| Christopher Baines |
2021-05-15 | gnu: re2c: Update to 2.1.1....* gnu/packages/re2c.scm (re2c): Update to 2.1.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sergei Trofimovich |
2021-05-15 | gnu: mousepad: Update to 0.5.5....* gnu/packages/xfce.scm (mousepad): Update to 0.5.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Michael Rohleder |
2021-05-15 | gnu: sniffio: Update to 1.2.0...Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2021-05-15 | gnu: sonivox-eas: Update to 1.3.0....* gnu/packages/music.scm (sonivox-eas): Update to 1.3.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Frank Pursel |
2021-05-15 | gnu: gcc-8: Update to 8.5.0....* gnu/packages/gcc.scm (gcc-8): Update to 8.5.0.
| Efraim Flashner |
2021-05-15 | gnu: Add python-graph-tool....* gnu/packages/graph.scm (python-graph-tool): New variable.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Alexandre Hannud Abdo |
2021-05-15 | gnu: libcdr: Update to 0.1.7....* gnu/packages/libreoffice.scm (libcdr): Update to 0.1.7.
| Marius Bakke |
2021-05-15 | gnu: arpack-ng@3.3: Don't use unstable source tarball....* 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.
| Marius Bakke |
2021-05-15 | gnu: arpack-ng: Update to 3.8.0....* gnu/packages/maths.scm (arpack-ng): Update to 3.8.0.
[native-inputs]: Add PKG-CONFIG.
[inputs]: Add EIGEN.
| Marius Bakke |
2021-05-15 | gnu: pybind11: Update to 2.6.2....* gnu/packages/python-xyz.scm (pybind11): Update to 2.6.2.
| Marius Bakke |
2021-05-15 | gnu: wl-clipboard: Don't require helper tools in $PATH....* 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.
| Tobias Geerinckx-Rice |
2021-05-15 | gnu: Add vim-solarized....* gnu/packages/vim.scm (vim-solarized): New public variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Tissevert |
2021-05-15 | tests: Conditionally include tests/go.scm....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>
| Maxim Cournoyer |
2021-05-15 | gnu: sbcl-static-dispatch: Update to 0.5.1....* 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>
| Sharlatan Hellseher |
2021-05-15 | gnu: emacs-vertico: Update to 0.9....* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.9.
| Nicolas Goaziou |
2021-05-15 | gnu: emacs-corfu: Update to 0.7....* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 0.7.
| Nicolas Goaziou |
2021-05-15 | inferior: Support querying package replacements....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.
| Christopher Baines |
2021-05-15 | gnu: monero-gui: Update to 0.17.2.2....* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.2.
[arguments]: Update 'fix-build' phase.
| Guillaume Le Vaillant |