Age | Commit message (Collapse) | Author |
|
* gnu/packages/crates-io.scm (rust-owning-ref-0.4): Update to 0.4.1.
|
|
* gnu/packages/crates-io.scm (rust-scopeguard-1): New variable.
(rust-scopeguard-1.0): Inherit from rust-scopeguard-1.
|
|
* gnu/packages/crates-io.scm (rust-cloudabi-0.1): New variable.
(rust-cloudabi-0.0): Inherit from rust-cloudabi-0.1.
|
|
* gnu/packages/crates-io.scm (rust-gettext-rs-0.5): New variable.
(rust-gettext-rs-0.4): Inherit from rust-gettext-rs-0.5.
|
|
* etc/completion/bash/guix (_guix_complete): Add _guix_is_dash_p.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-citeproc-py): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-rnc2rng): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/scripts/build.scm (show-transformation-options-help): Mention 'PACKAGE'
in '--with-source' option.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <https://debbugs.gnu.org/25913>.
* gnu/packages/datastructures.scm (gdsl)[source]: Replace 'url-fetch' by
'git-fetch'.
[home-page]: Update.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
Before this patch, we had:
$ guix environment -CP --ad-hoc coreutils
[env]$ echo $PATH
/gnu/store/…-profile/bin
[env]$ echo $GUIX_ENVIRONMENT
/gnu/store/…-profile
After this patch:
$ guix environment -CP --ad-hoc coreutils
[env]$ echo $PATH
/home/ludo/.guix-profile/bin
[env]$ echo $GUIX_ENVIRONMENT
/home/ludo/.guix-profile
* guix/scripts/environment.scm (launch-environment/container): When
LINK-PROFILE? is true, pass ~/.guix-profile as the second argument to
'launch-environment'.
* tests/guix-environment-container.sh: Adjust test accordingly.
* doc/guix.texi (Invoking guix environment): Update accordingly.
|
|
Fixes CVE-2020-1472 with 4.12.7.
Fixes CVE-2020-10730, CVE-2020-10745, CVE-2020-10760 and CVE-2020-14303
with 4.12.4.
* gnu/packages/samba.org (samba): Update to 4.12.7.
|
|
* gnu/packages/image-processing.scm (metapixel)[description]: Fix typo.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/admin.scm (sudo): Update to 1.9.3.
|
|
* gnu/packages/inkscape.scm (inkscape-1.0): Update to 1.0.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/php.scm (php)[arguments]: Delete bug73837.phpt.
|
|
This is a follow-up to f0a09310e6ff2ed63770cb585c551ba94ce4a9d0.
* gnu/services/docker.scm (docker-shepherd-service): Properly reference
variables in service definition.
|
|
* gnu/packages/tex.scm (texlive-caption): New variable.
|
|
* gnu/packages/docker.scm (docker)[arguments]: Adjust custom 'configure
phase to enable seccomp support.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
The userland proxy option does not properly disable the userland proxy when
set to false. Docker defaults to enabling the userland proxy if the option is
unset on the command line.
* gnu/services/docker.scm (docker-shepherd-service): Properly handle the
'enable-proxy?' option.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/docker.scm (docker-libnetwork): Update to 19.03-1.026aaba.
[source]: Follow URI redirection.
[arguments]: Adjust import-path accordingly.
[home-page]: Same.
* gnu/packages/networking.scm (go-sctp): Update to 0.0.0-2.6e2cb13.
[arguments]: Skip test suite.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/tex.scm (texlive-microtype)[description]: Fill paragraph
to standard width.
|
|
* gnu/packages/webkit.scm (webkitgtk): Update to 2.30.0.
[arguments]: Add "-DUSE_SYSTEMD=OFF" to the configure flags.
|
|
* gnu/packages/vlang.scm (v, vlang): Rename 'v' to 'vlang',
keeping 'v' as a deprecated-package.
|
|
* gnu/services/base.scm (guix-shepherd-service): Clarify the usage of a
container for guix-daemon.
|
|
Fixes: <https://issues.guix.gnu.org/43533>.
* gnu/build/shepherd.scm (fork+exec-command/container): Check if containers
are supported before joining PID namespaces.
|
|
* gnu/packages/games.scm (supertuxkart)[inputs]: Sort alphabetically.
|
|
* gnu/packages/games.scm (supertuxkart): Update to 1.2.
[source]: Update snippet, some of the previously bundled libraries are
gone. Also update URL.
[arguments]: Remove unneeded configure flags.
[inputs]: Add sdl2.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/crypto.scm (eschalot)[arguments]: Use CC-FOR-TARGET.
|
|
* gnu/packages/crypto.scm (eschalot)[inputs]: Use openssl-1.0.
|
|
* gnu/services/dict.scm (dicod-service): Fix docstring typo.
|
|
* gnu/installer/newt/partition.scm (run-partioning-page): Rename to
run-partitioning-page. Adjust all callers.
|
|
* gnu/installer/connman.scm (connman-state, run-locale-page)
(start-swapping, stop-swapping, run-installer-steps): Fix typo in
docstring.
|
|
* gnu/packages/shells.scm (oil)[arguments]: In custom 'configure phase
use cc-for-target instead of hardcoding gcc.
|
|
* gnu/packages/shells.scm (oil): Update to 0.8.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.2.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.2.
|
|
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.7.
[arguments]: Add new phase to work around /dev/tty not being available
in the build environment.
|
|
* gnu/packages/games.scm (retux): Add let binding and update to 1.4.1-1.
[version]: Update version string.
[source]: Update URL.
|
|
* gnu/packages/dns.scm (knot-resolver): Update to 5.1.3.
[inputs]: Remove lua5.1-cqueues, lua5.1-filesystem, lua5.1-sec, and
lua5.1-socket.
|
|
* gnu/packages/linux.scm (libbpf)[inputs]: Rename to, making libelf and
zlib, …
[propagated-inputs]: …this.
|
|
* gnu/packages/java.scm (antlr4): New variable.
|
|
* gnu/packages/java.scm (java-antlr4-runtime): New variable.
* gnu/packages/patches/java-antlr4-Add-standalone-generator.patch: New
file.
* gnu/packages/patches/java-antlr4-fix-code-too-large.java: New file.
* gnu/local.mk (dist_patch_DATA): Add them.
|
|
* gnu/packages/java.scm (java-treelayout): New variable.
|
|
* gnu/packages/virtualization.scm (qemu)[outputs]: Add "doc" output.
[phases]{create-samba-wrapper}: Correctly refer to the outputs keyword
argument.
{move-html-doc}: Add phase.
|
|
* gnu/packages/patches/qemu-build-info-manual.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
[phases]{install-info}: Remove phase.
{create-samba-wrapper}: Add after 'install.
|
|
I've built QEMU 5.1.0 tens of times on a 24 logical core machines, and haven't
encountered a failure. Tentatively re-enabling parallel tests.
* gnu/packages/virtualization.scm (qemu)[arguments]: Drop the
\#:parallel-tests? #f argument.
[phases]{configure}: Fix indentation.
|
|
* gnu/packages/virtualization.scm (qemu): Fix indentation.
|
|
This works around <https://issues.guix.info/43048>.
* gnu/packages/virtualization.scm (qemu)[phases]{disable-unusable-tests}: Move
after unpack. Combine the existing substitute patterns on a single usage of
substitute*. Disable the bios-tables-test test in
tests/qtest/Makefile.include.
|
|
* gnu/packages/virtualization.scm (qemu): Update to 5.1.0.
|
|
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Remove sdl2.
(u-boot-tools)[native-inputs]: Add sdl2.
|