summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: youtube-dl: Update to 2021.05.16.Tobias Geerinckx-Rice2021-05-18
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.05.16.
* gnu: qtractor: Update to 0.9.22.Tobias Geerinckx-Rice2021-05-18
| | | | * gnu/packages/music.scm (qtractor): Update to 0.9.22.
* gnu: btrfs-progs: Update to 5.12.1.Tobias Geerinckx-Rice2021-05-18
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 5.12.1.
* gnu: padthv1: Update to 0.9.22.Tobias Geerinckx-Rice2021-05-18
| | | | * gnu/packages/music.scm (padthv1): Update to 0.9.22.
* gnu: samplv1: Update to 0.9.22.Tobias Geerinckx-Rice2021-05-18
| | | | * gnu/packages/music.scm (samplv1): Update to 0.9.22.
* gnu: drumkv1: Update to 0.9.22.Tobias Geerinckx-Rice2021-05-18
| | | | * gnu/packages/music.scm (drumkv1): Update to 0.9.22.
* gnu: samplv1: Update to 0.9.22.Tobias Geerinckx-Rice2021-05-18
| | | | * gnu/packages/music.scm (samplv1): Update to 0.9.22.
* gnu: libmwaw: Update to 0.3.19.Tobias Geerinckx-Rice2021-05-18
| | | | * gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.19.
* gnu: Add libeatmydata.Tobias Geerinckx-Rice2021-05-18
| | | | * gnu/packages/file-systems.scm (libeatmydata): New public variable.
* Revert "vm: Autoload (gnu build vm)."Tobias Geerinckx-Rice2021-05-18
| | | | | This reverts commit a67c00f4f7ee0a70fce14a7e1907cce332c85813 in an attempt to fix <http://issues.guix.gnu.org/48496>.
* gnu: fc-host-tools: Make installation path patcher more self-maintaining.Danny Milosavljevic2021-05-18
| | | | | * gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases> [patch-installation-paths]: Make phase more self-maintaining.
* gnu: fc-host-tools: Update to 15.Danny Milosavljevic2021-05-18
| | | | | | * gnu/packages/embedded.scm (fc-host-tools): Update to 15. [description]: Add fc-simint. [arguments]<#:phases>[patch-installation-paths]: Add files.
* gnu: cl-common-lisp-jupyter: Update to 0.1.0-3.ba9f0e7.Sharlatan Hellseher2021-05-18
| | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-common-lisp-jupyter): Update to 0.1.0-3.ba9f0e7. [inputs]: Add dissect, replace jsown by shasht. [license]: The license is expat/MIT, not zlib. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-shasht.Sharlatan Hellseher2021-05-18
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-shasht, ecl-shasht, cl-shasht): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: disarchive: Fix build when cross-compiling.Maxim Cournoyer2021-05-17
| | | | | | | | | | | This follows commit 0b1f70d1a7, which inadvertently broke the build of Guix for i586-pc-gnu (Hurd). * gnu/packages/patches/disarchive-cross-compilation.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/backup.scm (disarchive)[source]: Apply it. [phases]{delete-configure}: New phase. [native-inputs]: Add guile-3.0 and guile-gcrypt.
* services: Add a service for opendht.Maxim Cournoyer2021-05-17
| | | | | | | | | * gnu/services/networking.scm (maybe-number?, maybe-string?): New procedures. (<opendht-configuration>): New configuration record. (%opendht-accounts): New variable. (opendht-configuration->command-line-arguments): New procedure. (opendht-shepherd-service, opendht-service-type): New variables. * doc/guix.texi (Networking Services): Document the new service.
* gnu: opendht: Add Python bindings, tools.Maxim Cournoyer2021-05-17
| | | | | | | | | | | * gnu/packages/networking.scm (opendht) [outputs]: Add tools and debug outputs. [native-inputs]: Add python and python-cython. [imported-modules, modules, phases]: New arguments. [configure-flags]: Disable static compilation. Enable Python support and the tools. [synopsis]: Update synopsis. [description]: Expound description.
* gnu: opendht: Update to 2.2.0rc7.Maxim Cournoyer2021-05-17
| | | | * gnu/packages/networking.scm (opendht): Update to 2.2.0rc7.
* services: configuration: Add a define-configuration/no-serialization syntax.Maxim Cournoyer2021-05-17
| | | | | | | | 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.
* services: configuration: Add a define-maybe/no-serialization syntax.Maxim Cournoyer2021-05-17
| | | | | | | | | | | | | | | | | | | | | | | | | | 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: Add python-tappy.Raghav Gururajan2021-05-17
| | | | * gnu/packages/python-check.scm (python-tappy): New variable.
* vm: Remove unused imports.Ludovic Courtès2021-05-17
| | | | * gnu/system/vm.scm (gnu): Remove unused imports.
* vm: Autoload (gnu build vm).Ludovic Courtès2021-05-17
| | | | * gnu/system/vm.scm: Autoload (gnu build vm), which was pulling in (sqlite3).
* gnu: Remove unneeded import.Ludovic Courtès2021-05-17
| | | | | * gnu/packages/hurd.scm: Remove unneeded (gnu build hurd-boot) that was pulling in (system base compile).
* ui: 'load*' compiles with '-O1'.Ludovic Courtès2021-05-17
| | | | | | | | | | | 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.
* ui: Remove Guile 2.2.3 workaround.Ludovic Courtès2021-05-17
| | | | | | | This became dead code with commit 4f621a2b003e85d480999e4d0630e9dc3de85bc3. * guix/ui.scm (load*): Remove Guile 2.2.3 workaround.
* gnu: PostgreSQL 9: Update to 9.6.22 [fixes CVE-2021-{32027,32028,32029}].Leo Famulari2021-05-17
| | | | * gnu/packages/databases.scm (postgresql-9.6): Update to 9.6.22.
* gnu: PostgreSQL 10: Update to 10.17 [fixes CVE-2021-{32027,32028,32029}].Leo Famulari2021-05-17
| | | | * gnu/packages/databases.scm (postgresql-10): Update to 10.17.
* gnu: PostgreSQL 11: Update to 11.12 [fixes CVE-2021-{32027,32028,32029}].Leo Famulari2021-05-17
| | | | * gnu/packages/databases.scm (postgresql-11): Update to 11.12.
* gnu: PostgreSQL: Update to 13.3 [fixes CVE-2021-{32027,32028,32029}].Leo Famulari2021-05-17
| | | | | | * gnu/packages/databases.scm (postgresql-13)[replacement]: Use postgresql-13.3. (postgresql-13.2): Replace with ... (postgresql-13.3): ... new variable.
* gnu: emacs-libyaml: Adjust to changes in emacs-build-system.Fredrik Salomonsson2021-05-17
| | | | | | | * 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: pigx-chipseq: Update to 0.0.52.Ricardo Wurmus2021-05-17
| | | | * gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.52.
* gnu: Add cl-typesetting.Sharlatan Hellseher2021-05-17
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-typesetting, ecl-cl-typesetting, cl-typesetting): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: ecl-xmls: Disable tests.Guillaume Le Vaillant2021-05-17
| | | | | | Upstream doesn't have a test suite adapted for ECL. * gnu/packages/lisp-xyz.scm (ecl-xmls)[arguments]: Disable tests.
* gnu: cl-pdf: Update to 2.0.0-1.dbafd62.Sharlatan Hellseher2021-05-17
| | | | | | * 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: tsukundere: Update to 0.3.0.Leo Prikler2021-05-17
| | | | | | | | * 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.
* publish: Add '--negative-ttl'.Ludovic Courtès2021-05-16
| | | | | | | | | * 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.
* substitutes: Reduce negative TTLs.Ludovic Courtès2021-05-16
| | | | | * guix/substitutes.scm (%narinfo-negative-ttl): Change to 15mn. (%narinfo-transient-error-ttl): Halve.
* gnu: mercurial: Patch to make it read HGEXTENSIONPATH.Xinglu Chen2021-05-16
| | | | | | | | | | | | | 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: Add hg-commitsigs.Xinglu Chen2021-05-16
| | | | | | * gnu/packages/version-control.scm (hg-commitsigs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-orderless: Update to 0.6.Xinglu Chen2021-05-16
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-orderless): Update to 0.6. [native-inputs]: Add texinfo. [arguments]<#:phases>: Install manual.
* gnu: Add julia-msgpack.Efraim Flashner2021-05-16
| | | | * gnu/packages/julia-xyz.scm (julia-msgpack): New variable.
* gnu: Add julia-suppressor.Efraim Flashner2021-05-16
| | | | * gnu/packages/julia-xyz.scm (julia-suppressor): New variable.
* gnu: Add julia-docstringextensions.Efraim Flashner2021-05-16
| | | | * gnu/packages/julia-xyz.scm (julia-docstringextensions): New variable.
* gnu: Add julia-iocapture.Efraim Flashner2021-05-16
| | | | * gnu/packages/julia-xyz.scm (julia-iocapture): New variable.
* gnu: Add julia-zipfile.Efraim Flashner2021-05-16
| | | | * gnu/packages/julia-xyz.scm (julia-zipfile): New variable.
* gnu: Add julia-zlib-jll.Efraim Flashner2021-05-16
| | | | * gnu/packages/julia-xyz.scm (julia-zlib-jll): New variable.
* gnu: Graphviz: Fix CVE-2020-18032.Leo Famulari2021-05-15
| | | | | | | * 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.
* gnu: emacs-wucuo: Fix arguments.Christopher Baines2021-05-15
| | | | | | | | 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: re2c: Update to 2.1.1.Sergei Trofimovich2021-05-15
| | | | | | * gnu/packages/re2c.scm (re2c): Update to 2.1.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>