Age | Commit message (Collapse) | Author |
|
* gnu/bootloader/grub.scm (<grub-theme>): Add `gfxmode' entry.
(eye-candy): Use it.
* doc/guix.texi (Bootloader Configuration): Document it.
|
|
* gnu/packages/python-xyz.scm (python-parso): Update to 0.5.2.
|
|
* gnu/packages/python-xyz.scm (python-pympler): Update to 0.8.
|
|
This trivial package fails to build and has no users in Guix.
* gnu/packages/python-xyz.scm (python2-debian): Remove variable.
|
|
* gnu/packages/finance.scm (bitcoin-unlimited): New variable.
|
|
* gnu/packages/webkit.scm (webkitgtk): Update to 2.26.3.
|
|
* gnu/packages/virtualization.scm (qemu): Update to 4.2.0.
[source]: Use new patch.
* gnu/packages/patches/qemu-fix-documentation-build-failure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/virtualization.scm (qemu)[arguments]: Add '--enable-docs'
to #:configure-flags.
[native-inputs]: Add python-sphinx.
(qemu-minimal-2.10)[native-inputs]: Remove python-sphinx.
|
|
* gnu/packages/patches/qemu-CVE-2020-7039.patch,
gnu/packages/patches/qemu-CVE-2020-7211.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/virtualization.scm (qemu)[source]: Use them.
|
|
* gnu/packages/python-web.scm (httpie): Update to 2.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-pygments): Update to 2.5.2.
[home-page]: Follow redirect to https.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/guile-xyz.scm (guile-ics)[source]: Add 'modules' and 'snippet'.
(guile3.0-ics): New variable.
|
|
On "guix build libreoffice -nd", this reduces the number of read(2)
system calls from 10,434 to 8092.
* guix/serialization.scm (sub-bytevector): New procedure.
(read-byte-string): Make a single 'get-bytevector-n*' call and use
'sub-bytevector'.
|
|
This avoids an 'lstat' storm. Specifically:
./pre-inst-env strace -c guix build -nd libreoffice
goes from 1,711 to 214 'lstat' calls.
* guix/scripts/build.scm (options->things-to-build): When SPEC matches
'derivation-path?', call 'canonicalize-path'.
(guix-build): Remove 'with-fluids' for %FILE-PORT-NAME-CANONICALIZATION.
* guix/scripts/archive.scm (guix-archive): Remove 'with-fluids' for
%FILE-PORT-NAME-CANONICALIZATION.
* guix/scripts/graph.scm (guix-graph): Likewise.
|
|
On Guile 3, with, say, an error in ~/.guile, we'd get:
$ guix repl
guix repl: error: Unbound variable: ~S
* guix/ui.scm (call-with-error-handling): Add
'&exception-with-kind-and-args' case.
|
|
* gnu/packages/prolog.scm (swi-prolog): Update to 8.1.21.
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.10.
|
|
* gnu/packages/messaging.scm (tdlib): Update to 1.5.5.
|
|
* gnu/packages/game-development.scm (ode): Tests are failing or other systems
than x86_64, so we disable them.
|
|
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 5.0.
(wine-staging): Update to 5.0.
[inputs]: Remove faudio, inherited from wine.
|
|
* gnu/packages/wine.scm (wine)[inputs]: Add FAudio.
|
|
* gnu/packages/wine.scm (wine): Update to 5.0.
|
|
* gnu/packages/sync.scm (megatools): New variable.
(megacmd)[description]: Cross-reference the two packages in the description.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/sync.scm (megacmd): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* * etc/news.scm: Add ‘nl’ translation.
|
|
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.14.
|
|
* etc/news.scm: Add 'de' translation.
|
|
* gnu/packages/bioconductor (r-biocset)[description]: Fix typo.
|
|
* gnu/packages/crates-io (rust-serde-bytes-0.11)[synopsis]: Fix typo.
|
|
* gnu/packages/crates-io (rust-rust-argon2-0.5)[description]: Fix typo.
|
|
* gnu/packages/crates-io (rust-which-2.0)[description]: Fix typo.
|
|
* gnu/packages/emacs-xyz (emacs-helm-clojuredocs)[description]: Fix typo.
|
|
* gnu/packages/haskell-xyz (ghc-time-compat)[description]: Fix typo.
|
|
* gnu/packages/ocaml (ocaml-mmap)[description]: Fix typo.
|
|
* gnu/packages/texinfo (pinfo)[description]: Fix typo.
|
|
* gnu/packages/embedded.scm (jimtcl): Update to 0.79.
[home-page]: Update home-page.
|
|
* gnu/packages/embedded.scm (jimtcl)[source]: Download using git-fetch.
|
|
* gnu/packages/embedded.scm (stlink)[source]: Download using git-fetch.
|
|
* gnu/packages/embedded.scm (spin2cpp)[source]: Download using git-fetch.
|
|
* gnu/packages/embedded.scm (openspin)[source]: Download using git-fetch.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.14.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.98.
(linux-libre-4.19-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.167.
(linux-libre-4.14-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.211.
(linux-libre-4.9-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.211.
(linux-libre-4.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (deblob-scripts-5.4, deblob-scripts-4.19)
(deblob-scripts-4.14, deblob-scripts-4.9, deblob-scripts-4.4): Update
to 5.4.14, 4.19.98, 4.14.167, 4.9.211, and 4.4.211, respectively, and
update hashes.
|
|
* gnu/packages/music.scm (tuxguitar): Allows MIDI sound output when using
a synthesizer like TiMidity++.
[inputs]: Add alsa-lib.
[arguments]: No longer change build directory context between phases. Install
desktop, mime and manual files during the "install" phase.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
|
|
* etc/news.scm: Add entry for Guile 3.0.
|
|
* guix/self.scm (specification->package): Return the "guile3.0-"
variants.
(guix-derivation): Change 'guile' to (specification->package "guile").
Pass "3.0" as #:guile-version.
|
|
Previously the first argument to 'find' would show up high in profiles
of 'package-derivation'. This speeds things up a big, especially on
Guile 3.
* guix/derivations.scm (coalesce-duplicate-inputs)[find]: New
procedure.
|