Commit graph

63128 commits

Author SHA1 Message Date
Marius Bakke e6db8912fd
gnu: ungoogled-chromium: Remove all Blink performance tests.
* gnu/packages/chromium.scm (%blacklisted-files): New variable.
(ungoogled-chromium-snippet): Adjust accordingly.
2020-06-26 01:54:00 +02:00
Marius Bakke 7eb8ae5f6c
gnu: ungoogled-chromium: Convert computed origin to source snippet.
* gnu/packages/chromium.scm (computed-origin-method, %chromium-origin): Remove.
(ungoogled-chromium-source): Rename to ...
(ungoogled-chromium-snippet): ... this.  Adjust for running as snippet.
(ungoogled-chromium)[source]: Use URL-FETCH, with custom snippet.
2020-06-26 01:54:00 +02:00
Marius Bakke e4e9a1bc35
gnu: openvswitch: Update to 2.13.0.
* gnu/packages/networking.scm (openvswitch): Update to 2.13.0.
[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER.
[propagated-inputs]: Remove PYTHON2-SIX.
2020-06-26 01:54:00 +02:00
Marius Bakke 6941004fb0
gnu: debootstrap: Wrap with gpg and wget in PATH.
* gnu/packages/debian.scm (debootstrap)[inputs]: Add GNUPG and WGET.
2020-06-26 01:53:59 +02:00
Marius Bakke 5d426d3c04
gnu: xf86-video-intel: Update to 2.99.917-16.5ca3ac1.
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-16.5ca3ac1.
2020-06-26 01:53:59 +02:00
Marius Bakke 544df98c6d
gnu: Add clitest.
* gnu/packages/check.scm (clitest): New public variable.
2020-06-26 01:53:59 +02:00
Mark H Weaver 5f465944a0
gnu: linux-libre@4.19: Update to 4.19.130.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.130.
(linux-libre-4.19-pristine-source): Update hash.
2020-06-25 19:07:02 -04:00
Mark H Weaver 345f99517a
gnu: linux-libre@4.14: Update to 4.14.186.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.186.
(linux-libre-4.14-pristine-source): Update hash.
2020-06-25 19:05:57 -04:00
Jan (janneke) Nieuwenhuizen 2463a78d17
image: hurd: Initialize root partition for the Hurd.
This is a follow-up to commit b904b59ce5.

* gnu/system/image.scm (hurd-initialize-root-partition): Move to ...
* gnu/system/images/hurd.scm (hurd-initialize-root-partition): ... here.
(hurd-disk-image): Use it.
2020-06-25 22:52:12 +02:00
Jan (janneke) Nieuwenhuizen fd932862ac
image: hurd: Create hurd-compatible ext2 file-system.
This is a follow-up to commit b904b59ce5.

* gnu/system/images/hurd.scm (hurd-disk-image): Add file-system-options to
create an ext2 file-system that is compatible with the Hurd.
2020-06-25 22:52:09 +02:00
Tobias Geerinckx-Rice ffecb2396f
gnu: diffoscope: Console widowed brackets.
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Move closing
brackets to the previous line.
2020-06-25 19:01:41 +02:00
Tobias Geerinckx-Rice afba93efd4
gnu: diffoscope: Install the man page.
* gnu/packages/diffoscope.scm (diffoscope)[arguments]:
Add ‘build-man-page’ and ‘install-man-page’ phases.
[native-inputs]: Add help2man.
2020-06-25 18:55:55 +02:00
Jan (janneke) Nieuwenhuizen d613991a8e
gnu: grub: Cross-build fix for system i686-linux.
* gnu/packages/patches/grub-cross-system-i686.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bootloaders.scm (grub): Use it.
2020-06-25 17:46:37 +02:00
Efraim Flashner dda267e3a7
gnu: Add vim-eunuch.
* gnu/packages/vim.scm (vim-eunuch): New variable.
2020-06-25 15:23:01 +03:00
Simon South d1a26bedcc
gnu: knot-resolver: Enable automatic reloading of policy files.
* gnu/packages/dns.scm (knot-resolver)[inputs]: Add lua5.1-cqueues.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-25 12:29:23 +02:00
Simon South 7c54e226f6
gnu: Add lua-cqueues.
* gnu/packages/lua.scm (make-lua-cqueues): New function.
(lua-cqueues, lua5.1-cqueues, lua5.2-cqueues): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-25 12:29:23 +02:00
Simon South 31be8fc87f
gnu: Add lua-ossl.
luaossl doesn't actually require M4 to build, unlike cqueues.

Here's a replacement patch that omits M4 from the package inputs.

>From 610918a771b84a081af24940ae94d35b1af7511e Mon Sep 17 00:00:00 2001
From: Simon South <simon@simonsouth.net>
Date: Fri, 15 May 2020 11:18:44 -0400
Subject: [PATCH 1/3] gnu: Add lua-ossl.
To: 41363@debbugs.gnu.org

* gnu/packages/lua.scm (make-lua-ossl): New function.
(lua-ossl, lua5.1-ossl, lua5.2-ossl): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-06-25 12:29:23 +02:00
Ludovic Courtès 3b7145d821
deduplication: Leave the store permissions unchanged.
Suggested by Caleb Ristvedt <caleb.ristvedt@cune.org>.

* guix/store/deduplication.scm (call-with-writable-file): Call THUNK
directly when FILE is (%store-directory).
2020-06-25 12:29:23 +02:00
Ludovic Courtès 6b654a3332
deduplication: Fix default value of #:store in 'deduplicate'.
* guix/store/deduplication.scm (deduplicate): Change #:store default
value to (%store-directory).
2020-06-25 12:29:23 +02:00
Ludovic Courtès d52e16d3b6
deduplication: Use 'dynamic-wind' when changing permissions of the parent.
Suggested by Caleb Ristvedt <caleb.ristvedt@cune.org>.

* guix/store/deduplication.scm (call-with-writable-file): New procedure.
(with-writable-file): New macro.
(replace-with-link): Use it.
2020-06-25 12:29:22 +02:00
Ludovic Courtès b930f0ba21
daemon: Correctly handle EMLINK corner case when deduplicating.
Suggested by Caleb Ristvedt <caleb.ristvedt@cune.org>.

* nix/libstore/optimise-store.cc (LocalStore::optimisePath_): Save errno
from 'rename' before calling 'unlink'.
2020-06-25 12:29:22 +02:00
Mathieu Othacehe b06ba9e0ff
ci: Build Guix System images.
Build a list of Guix System images. For now, this list only contains the Hurd
barebones Guix System image.

* gnu/ci.scm (%guixsd-supported-systems): Remove "armhf-linux",
(%u-boot-systems): remove unused variable,
(%guix-system-images): new variable
(qemu-jobs): rename to "image-jobs" and build the Guix Systems listed in the
new "%guix-system-images" variable,
(system-test-jobs): adapt accordingly,
(hydra-jobs): ditto.
2020-06-25 10:29:41 +02:00
Maxim Cournoyer fab8fed355
gnu: Add ruby-middleware.
* gnu/packages/ruby.scm (ruby-middleware): New variable.
2020-06-25 00:14:43 -04:00
Maxim Cournoyer aa1b0fb867
gnu: Add emacs-feature-mode.
* gnu/packages/emacs-xyz.scm (emacs-feature-mode): New variable.
2020-06-25 00:14:43 -04:00
Maxim Cournoyer 24be67517c
gnu: Add ruby-ruby-parser.
* gnu/packages/ruby.scm (ruby-ruby-parser): New variable.
2020-06-25 00:14:43 -04:00
Maxim Cournoyer a8cdfd53db
gnu: Add ruby-sexp-processor.
* gnu/packages/ruby.scm (ruby-sexp-processor): New variable.
2020-06-25 00:14:43 -04:00
Maxim Cournoyer 5bc13b8e9b
gnu: Add unifdef.
* gnu/packages/c.scm (unifdef): New variable.
2020-06-25 00:14:43 -04:00
Jakub Kądziołka 9cc35585b0
gnu: rust-num-cpus-1: Update to 1.13.0.
* gnu/packages/crates-io.scm (rust-num-cpus-1): Update to 1.13.0.
[cargo-development-inputs]: Remove rust-doc-comment-0.3.
2020-06-25 03:16:31 +02:00
Mark H Weaver ea843f7742
gnu: linux-libre: Update to 5.4.49.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.49.
(linux-libre-5.4-pristine-source): Update hash.
2020-06-24 21:08:00 -04:00
Mark H Weaver d566f533b1
gnu: linux-libre@5.7: Update to 5.7.6.
* gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.6.
(linux-libre-5.7-pristine-source): Update hash.
2020-06-24 21:06:54 -04:00
Jakub Kądziołka e4a26e3217
gnu: ripgrep: Update to 12.1.1.
* gnu/packages/rust-apps.scm (ripgrep): Update to 12.1.1.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka 97bd864c54
gnu: rust-termcolor-1: Update to 1.1.0.
* gnu/packages/crates-io.scm (rust-termcolor-1): Update to 1.1.0.
[arguments]: Don't skip build, adjust dependencies.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka c5e879cdbb
gnu: crates-io: Remove minor versions from some package names.
* gnu/packages/crates-io.scm
(rust-termcolor-1.0): Rename to rust-termcolor-1.
(rust-humantime-1.3): Rename to rust-humantime-1.
(rust-num-cpus-1.11): Rename to rust-num-cpus-1.
(rust-signal-hook-registry-1.2): Rename to rust-signal-hook-registry-1.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka 24973fc550
gnu: Remove rust-num-cpus-1.10.
* gnu/packages/rust-apps.scm (ripgrep)[arguments]: Replace rust-num-cpus-1.10 with 1.11.
* gnu/packages/crates-io.scm
  (rust-crossbeam-channel-0.4, rust-crossbeam-channel-0.3,
  rust-futures-executor-preview-0.3, rust-hyper-0.12,
  rust-jobserver-0.1, rust-tokio-0.2)[arguments]: Likewise.
  (rust-gimli-0.18, rust-tokio-core-0.1,
  rust-tokio-io-pool-0.1, rust-tokio-reactor-0.1)[arguments]: Likewise; don't skip build.
  (rust-tokio-0.1): Don't skip build. Replace rust-num-cpus-1.10 with 1.11,
  rust-env-logger-0.6 with 0.5.
  (rust-tokio-threadpool-0.1)[arguments]: Don't skip build. Replace
  rust-num-cpus-1.10 with 1.11, rust-rand-0.4 with 0.6,
  rust-env-logger-0.6 with 0.5. Add rust-lazy-static-1.
  (rust-num-cpus-1.10): Remove variable.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka 31890a3783
gnu: rust-rayon-1: Update to 1.3.1.
* gnu/packages/crates-io.scm (rust-rayon-1): Update to 1.3.1.
  [arguments]: Remove rust-doc-comment-0.3. Add rust-autocfg-1.0. Don't
  skip build.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka 1a629f0076
gnu: rust-rayon-core-1: Update to 1.7.1.
* gnu/packages/crates-io.scm (rust-rayon-core-1): Update to 1.7.1.
  [arguments]: Don't skip build. Replace rust-num-cpus-1.10 with 1.11.
  Disable tests.
2020-06-25 02:55:12 +02:00
Jakub Kądziołka 8d26b41290
gnu: Remove rust-arc-swap-0.3.
* gnu/packages/crates-io.scm (rust-arc-swap-0.3): Remove variable.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka 7bb8e47926
gnu: Remove rust-signal-hook-registry-1.0.
* gnu/packages/crates-io.scm (rust-signal-hook-registry-1.0): Remove
  variable.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka f8e0184ace
gnu: rust-grep-0.2: Update to 0.2.7.
* gnu/packages/crates-io.scm (rust-grep-0.2): Update to 0.2.7.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka 5d07e23d61
gnu: rust-pcre2-0.2: Update to 0.2.3.
* gnu/packages/crates-io.scm (rust-pcre2-0.2): Update to 0.2.3.
[cargo-inputs]: Replace rust-thread-local-0.3 with 1.0.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka 9ce795a7d6
gnu: rust-grep-pcre2-0.1: Update to 0.1.4.
* gnu/packages/crates-io.scm (rust-grep-pcre2-0.1): Update to 0.1.4.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka 187c232f18
gnu: rust-grep-cli-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-grep-cli-0.1): Update to 0.1.5.
[arguments]: Don't skip build.
2020-06-25 02:55:11 +02:00
Jakub Kądziołka 52069595e6
gnu: rust-grep-printer-0.1: Update to 0.1.5.
* gnu/packages/crates-io.scm (rust-grep-printer-0.1): Update to 0.1.5.
  [arguments]: Don't skip build. Replace rust-base64-0.10 with 0.12.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka f03e4b73ff
gnu: Add rust-base64-0.12.
* gnu/packages/crates-io.scm (rust-base64-0.12): New variable.
  (rust-base64-0.11): Inherit from rust-base64-0.12.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka ab0479317e
gnu: rust-grep-searcher-0.1: Update to 0.1.7.
* gnu/packages/crates-io.scm (rust-grep-searcher-0.1): Update to 0.1.7.
  [arguments]: Don't skip build. Replace rust-bytecount-0.5 with 0.6.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka 6013bcfbff
gnu: Add rust-bytecount-0.6.
* gnu/packages/crates-io.scm (rust-bytecount-0.6): New variable.
  (rust-bytecount-0.5): Inherit from rust-bytecount-0.6. Replace
  rust-rand-0.4 with 0.6 (the former only worked due to transitive
  dependencies and "the semver trick" [0]).
  (rust-bytecount-0.4): Inherit from rust-bytecount-0.5.

[0]: https://github.com/dtolnay/semver-trick
2020-06-25 02:55:10 +02:00
Jakub Kądziołka aac2184eba
gnu: rust-aho-corasick-0.7: Update to 0.7.13.
* gnu/packages/crates-io.scm (rust-aho-corasick-0.7): Update to 0.7.13.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka 3472ec0257
gnu: rust-grep-regex-0.1: Update to 0.1.8.
* gnu/packages/crates-io.scm (rust-grep-regex-0.1): Update to 0.1.8.
  [cargo-inputs]: Add rust-bstr-0.2. Replace rust-thread-local-0.3 with 1.0.
  Remove rust-utf8-ranges-1.0.
2020-06-25 02:55:10 +02:00
Jakub Kądziołka 1aabcf9222
gnu: rust-grep-matcher-0.1: Update to 0.1.4.
* gnu/packages/crates-io.scm (rust-grep-matcher-0.1): Update to 0.1.4.
2020-06-25 02:55:09 +02:00
Jakub Kądziołka 83b5d1fa75
gnu: rust-regex-1: Update to 1.3.9.
* gnu/packages/crates-io.scm (rust-regex-1): Update to 1.3.9.
  [cargo-development-inputs]: Remove rust-doc-comment-0.3.
2020-06-25 02:55:09 +02:00