| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
Fixes <https://issues.guix.gnu.org/44924>.
* guix/build/gnu-build-system.scm (set-paths): Delete 'source' from
'input-directories'.
|
|
|
|
| |
* gnu/packages/compression.scm (lz4)[arguments]: Add #:parallel-tests?.
|
|
|
|
|
|
|
|
| |
* guix/build/gnu-build-system.scm (make-dynamic-linker-cache): New
procedure.
(%standard-phases): Add it.
* guix/build-system/gnu.scm (gnu-build, gnu-cross-build): Add
#:make-dynamic-linker-cache? and honor it.
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/glibc-dl-cache.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc)[source]: Remove 'snippet' and 'modules'.
[arguments]: In 'pre-configure' phase, substitute @STORE_DIRECTORY@ in
'elf/dl-cache.c'.
|
|
|
|
|
| |
* guix/build/gremlin.scm (file-needed/recursive): New procedure.
* tests/gremlin.scm ("file-needed/recursive"): New test.
|
|
|
|
| |
* guix/build/gremlin.scm (file-runpath): Fix typo.
|
|
|
|
|
|
|
|
|
| |
The ‘--with-readline’ flag does nothing without a readline input.
* gnu/packages/algebra.scm (bc)[inputs]: Add readline.
Reported by fnstudio in #guix
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-distlib): Update to 0.3.1.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|\ |
|
| |
| |
| |
| | |
* gnu/packages/djvu.scm (ocrodjvu): New variable.
|
| |
| |
| |
| | |
* gnu/packages/djvu.scm (didjvu): New variable.
|
| |
| |
| |
| | |
* gnu/packages/python-xyz.scm (python2-gamera): New variable.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-8.ed3b2e5.
(native-inputs): Fix version of guile-json.
|
| |
| |
| |
| | |
* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-2.12d3d9d.
|
| |
| |
| |
| | |
* gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20201125.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 20201125.
[arguments]: Remove slynk/util since it's no longer in upstream.
Remove obsolete `substitute*' since upstream has fixed them.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/loko.scm (loko-scheme): Update to 0.7.0
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/messaging.scm (quaternion)[inputs]: Add xdg-utils.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
| |
| |
| |
| | |
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.5-2622-64bbb9163a14.
|
| |
| |
| |
| | |
* gnu/packages/web.scm (nginx): Update to 1.19.5.
|
| |
| |
| |
| | |
* gnu/packages/video.scm (mpv): Update to 0.33.0.
|
| |
| |
| |
| | |
* gnu/packages/gps.scm (gama): Update to 2.12.
|
| |
| |
| |
| |
| | |
* doc/guix.texi (Database Services): Remove a duplicate ‘on’ from the
memcached section.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This test seems to have started failing on the staging branch, with the change
from Rust 1.39 to 1.45.
---- options::view::test::time_types::cr stdout ----
thread 'options::view::test::time_types::cr' panicked at 'called
`Result::unwrap_err()` on an `Ok` value: TimeTypes { modified: false,
changed: false, accessed: false, created: true }', src/options/view.rs:545:9
* gnu/packages/rust-apps.scm (exa)[arguments]: Disable a failing test.
|
| | |
| | |
| | |
| | |
| | | |
* gnu/packages/gstreamer.scm (gst-plugins-good, gst-plugins-ugly)
[arguments]: Run the %common-gstreamer-phases.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
They still fail too eagerly on busy build machines.
* gnu/packages/gstreamer.scm (%common-gstreamer-phases): Increase the
default time-outs tenfold.
|
| | |\ |
|
| | |\ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.25.
|
| | | | |
| | | | |
| | | | |
| | | | | |
* gnu/packages/gnupg.scm (libksba): Update to 1.5.0.
|
| | |\ \ \ |
|
| | |\ \ \ \ |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* gnu/packages/python-crypto.scm (python-certifi): Update to 2020.11.8.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Fixes <https://bugs.gnu.org/44692>.
* guix/build/cargo-build-system.scm (build): Default to the empty list for
FEATURES. Check whether the list is empty when building the Cargo arguments.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
This follows up 8dc429165c9a354ffb18703598ea923d7f5e9e9a, which forgot to
stage the libxkbcommon dependency. While at it, reindent, and make SCDOC a
native input.
* gnu/packages/image.scm (slurp)[inputs]: Add LIBXKBCOMMON. Move SCDOC ...
[inputs]: ... here.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* gnu/packages/image.scm (slurp): Update to 1.3.1.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* gnu/packages/patches/grim-revert-output-rotation.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/image.scm (grim)[source](patches): Remove.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* gnu/packages/linux.scm (brightnessctl): Update to 0.5.1.
[arguments]: Use CC-FOR-TARGET instead of "gcc".
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* gnu/packages/xdisorg.scm (wofi): Update to 1.2.3.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* gnu/packages/wm.scm (mako): Update to 1.4.1.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* gnu/packages/wm.scm (swaylock): Update to 1.5.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* gnu/packages/wm.scm (swayidle): Update to 1.6.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* gnu/packages/wm.scm (sway): Update to 1.5.1.
[native-inputs]: Remove LIBCAP.
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* gnu/packages/wm.scm (wlroots): Update to 0.12.0.
[arguments]: Add #:meson. Adjust Xwayland substitution in #:phases.
[inputs]: Move everything ...
[propagated-inputs]: ... here. Add XCB-UTIL-ERRORS and XCB-UTIL-WM.
[native-inputs]: Remove FFMPEG, LIBCAP, and LIBPNG.
|
| | |\ \ \ \ \ |
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.24.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* gnu/packages/gnupg.scm (libksba): Update to 1.4.0.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* gnu/packages/gnupg.scm (libassuan): Update to 2.5.4.
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
* gnu/packages/compression.scm (lz4): Update to 1.9.3.
|