Age | Commit message (Collapse) | Author |
|
* gnu/packages/crates-io.scm (rust-tectonic-geturl-0.2): New variable.
|
|
* gnu/packages/crates-io.scm (rust-flate2-1): Update to 1.0.20.
|
|
* gnu/packages/crates-io.scm (rust-tectonic-status-base-0.1): New variable.
|
|
* gnu/packages/crates-io.scm (rust-tectonic-errors-0.1): New variable.
|
|
* gnu/packages/crates-io.scm (rust-tectonic-errors-0.2): New variable.
|
|
* gnu/packages/rust-apps.scm (watchexec): Update to 1.16.1.
[arguments]<#:phases>: Do not copy zsh completions.
[description]: Shorten it.
|
|
* gnu/packages/crates-io.scm (rust-watchexec-1): New variable.
|
|
* gnu/packages/crates-io.scm (rust-embed-resource-1): Update to 1.6.2.
|
|
* gnu/packages/crates-io.scm (rust-pest-2): Update to 2.1.3.
|
|
* gnu/packages/crates-io.scm (rust-winreg-0.8): New variable.
(rust-winreg-0.7): Inherit from above.
|
|
* gnu/packages/crates-io.scm (rust-insta-1): New variable.
(rust-insta-0.16): Inherit from above.
|
|
* gnu/packages/crates-io.scm (rust-ron-0.6): New variable.
(rust-ron-0.5): Inherit from above.
|
|
* gnu/packages/crates-io.scm (rust-similar-1): New variable.
|
|
* gnu/packages/crates-io.scm (rust-zip-0.5): Update to 0.5.13.
|
|
* gnu/packages/crates-io.scm (rust-clearscreen-1): New variable.
|
|
* gnu/packages/crates-io.scm (rust-terminfo-0.7): New variable.
(rust-terminfo-0.6): Inherit from above.
|
|
* gnu/packages/crates-io.scm (rust-thiserror-1): Update to 1.0.25.
|
|
* gnu/packages/crates-io.scm (rust-thiserror-impl-1): Update to 1.0.25.
|
|
* gnu/packages/crates-io.scm (rust-derive-builder-0.10): New variable.
(rust-derive-builder-0.9): Inherit from above.
|
|
* gnu/packages/crates-io.scm (rust-derive-builder-macro-0.10): New variable.
|
|
* gnu/packages/crates-io.scm (rust-derive-builder-core-0.10): New variable.
(rust-derive-builder-core-0.9): Inherit from above.
|
|
* gnu/packages/crates-io.scm (rust-darling-0.12): New variable.
(rust-darling-0.10): Inherit from above.
|
|
* gnu/packages/crates-io.scm (rust-darling-macro-0.12): New variable.
(rust-darling-macro-0.10): Inherit from above.
|
|
* gnu/packages/crates-io.scm (rust-darling-core-0.12): New variable.
(rust-darling-core-0.10): Inherit from above.
|
|
* gnu/packages/crates-io.scm (rust-syn-1): Update to 1.0.72.
|
|
* gnu/packages/crates-io.scm (rust-proc-macro2-1): Update to 1.0.27.
|
|
* gnu/packages/crates-io.scm (rust-globset-0.4): Update to 0.4.6.
|
|
* gnu/packages/crates-io.scm (rust-walkdir-2): Update to 2.3.2.
[arguments]<#:cargo-inputs> Reorder alphabetically.
|
|
* gnu/packages/emulators.scm (bsnes)[arguments]: Add configure-flag to
not build native binaries.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/bootloaders.scm (u-boot-sifive-unmatched): New variable.
|
|
* gnu/packages/bootloaders.scm (u-boot-2021.07): Update to 2021.07-rc4.
|
|
Partly fixes <https://bugs.gnu.org/41702>.
Reported by Lars-Dominik Braun <ldb@leibniz-psychology.org>.
Previously, 'graft-derivation' would start anew at every call. When
creating a profile with lots of packages, it would potentially do the
same work multiple times. The per-session cache addresses this. It
increases the derivation-graft-cache hit rate from 77.9% to 80.1% on:
GUIX_PROFILING="derivation-graft-cache" ./pre-inst-env \
guix environment --ad-hoc libreoffice inkscape krita darktable -n
The effect is more visible on the pathological case below, where cache
hit rate goes from 75% to 87% and wall-clock time from 5.0s to 3.5s:
GUIX_PROFILING="derivation-graft-cache" ./pre-inst-env \
guix environment --ad-hoc r-learnr --search-paths
* guix/grafts.scm (%graft-cache): New variable.
(graft-derivation): Add calls to 'store-connection-cache' and
'set-store-connection-cache!'.
|
|
* guix/store.scm (%reference-cache): Remove.
(%reference-cache-id): New variable.
(references/cached): Rewrite in terms of it.
|
|
This procedure lost its only user in commit
710854304b1ab29332edcb76f3de532e0724c197.
* guix/store.scm (references/substitutes): Remove.
* tests/store.scm ("references/substitutes missing reference info")
("references/substitutes with substitute info"): Remove.
|
|
* guix/grafts.scm (reference-origins): Use SRFI-71 'let*'.
|
|
* guix/grafts.scm (record-cache-lookup!): New procedure.
(with-cache): Use it.
|
|
* guix/store.scm (cache-lookup-recorder): New procedure.
(record-cache-lookup!): Define in terms of it.
|
|
* guix/store.scm (<store-connection>)[object-cache]: Remove.
[caches]: New field.
(open-connection, port->connection): Adjust '%make-store-connection'
calls accordingly.
(%store-connection-caches, %object-cache-id): New variables.
(allocate-store-connection-cache, vector-set)
(store-connection-cache, set-store-connection-cache)
(set-store-connection-caches!, set-store-connection-cache!): New
procedures.
(cache-object-mapping): Add #:cache parameter.
(set-store-connection-object-cache!): Remove.
(lookup-cached-object): Use 'store-connection-cache'.
(run-with-store): Use 'store-connection-caches' and
'set-store-connection-caches!'.
|
|
The :prefix bit introduced in 9f59a9b4bc93b3ef6cd3bd1c9eed04c30ba2d2d4
led to a test failure in 'tests/graph.scm'.
* gnu/packages/pantheon.scm: Write #:prefix, not :prefix.
|
|
* doc/guix.texi (Requirements): Update Guile-Git version.
|
|
* etc/news.scm: Remove 'x' introduced by mistake in
dfdcd9d812d20a86babc4da8a01bc17e44900c3c.
|
|
* gnu/packages/python-xyz.scm (python-mappy): Move to ...
* gnu/packages/bioinformatics.scm: ... here.
|
|
* gnu/packages/jami.scm (jami): Update to 20210606.1.e2f9490.
(pjproject-jami)[0019-ignore-down-interfaces]: Apply new custom patch.
(jami-qt)[source]: Use %jami-sources, which now includes the Qt client.
[phases]{change-directory}: New phase.
|
|
Before this change, there was a Jami origin containing the sources with the
patches, and another one containing the sources but with the patches removed.
Unify the source to always contain the patches, which adds just 1 MiB to the
corresponding tarball and simplifies things.
* gnu/packages/jami.scm (%jami-sources): Make it a simple variable. Move the
docstring to a comment. Only remove the tarballs, always keeping the patches
with the sources. Adjust the comments.
(%sfl-patches): Remove variable.
(jami-apply-dependency-patches): Rename to...
(jami-apply-custom-patches): ... this. Adjust the input label used to
'jami-sources'.
(pjproject-jami): Replace %sfl-patches by %jami-sources. Adjust following the
renaming of the jami-apply-custom-patches procedure.
(ffmpeg-jami): Likewise. Do not make a temporary binding, simply call the
unquoted jami-apply-custom-patches procedure.
|
|
* gnu/packages/networking.scm (opendht): Update to 2.2.0rc7-1.c8a0b44.
|
|
* gnu/packages/text-editors.scm (l3afpad): New variable.
|
|
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.17.
[arguments]: Remove "use-latest-salmon" phase; add "set-timezone" phase.
[inputs]: Replace r-gprofiler with r-gprofiler2; add r-ggpubr and
python-deeptools.
[native-inputs]: Add tzdata.
|
|
* gnu/packages/text-editors.scm (ghostwriter): Update to 2.0.1.
|
|
* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.2.
|
|
* gnu/packages/messaging.scm (dino): Update to 0.2.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
|