summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * gnu: debootstrap: Wrap with gpg and wget in PATH.•••* gnu/packages/debian.scm (debootstrap)[inputs]: Add GNUPG and WGET. Marius Bakke2020-06-261-1/+5
| * 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. Marius Bakke2020-06-261-3/+3
| * gnu: Add clitest.•••* gnu/packages/check.scm (clitest): New public variable. Marius Bakke2020-06-261-0/+48
| * 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. Mark H Weaver2020-06-251-2/+2
| * 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. Mark H Weaver2020-06-251-2/+2
| * image: hurd: Initialize root partition for the Hurd.•••This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0. * 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. Jan (janneke) Nieuwenhuizen2020-06-252-8/+8
| * image: hurd: Create hurd-compatible ext2 file-system.•••This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0. * gnu/system/images/hurd.scm (hurd-disk-image): Add file-system-options to create an ext2 file-system that is compatible with the Hurd. Jan (janneke) Nieuwenhuizen2020-06-251-0/+2
| * gnu: diffoscope: Console widowed brackets.•••* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Move closing brackets to the previous line. Tobias Geerinckx-Rice2020-06-251-2/+1
| * 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. Tobias Geerinckx-Rice2020-06-251-7/+16
| * 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. Jan (janneke) Nieuwenhuizen2020-06-253-3/+83
| * gnu: Add vim-eunuch.•••* gnu/packages/vim.scm (vim-eunuch): New variable. Efraim Flashner2020-06-251-0/+28
| * 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> Simon South2020-06-251-1/+2
| * 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> Simon South2020-06-251-0/+106
| * 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> Simon South2020-06-251-0/+61
| * 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). Ludovic Courtès2020-06-251-9/+12
| * deduplication: Fix default value of #:store in 'deduplicate'.•••* guix/store/deduplication.scm (deduplicate): Change #:store default value to (%store-directory). Ludovic Courtès2020-06-251-1/+1
| * 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. Ludovic Courtès2020-06-252-8/+17
| * 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'. Ludovic Courtès2020-06-251-1/+2
| * 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. Mathieu Othacehe2020-06-251-34/+38
| * gnu: Add ruby-middleware.•••* gnu/packages/ruby.scm (ruby-middleware): New variable. Maxim Cournoyer2020-06-251-0/+19
| * gnu: Add emacs-feature-mode.•••* gnu/packages/emacs-xyz.scm (emacs-feature-mode): New variable. Maxim Cournoyer2020-06-251-0/+27
| * gnu: Add ruby-ruby-parser.•••* gnu/packages/ruby.scm (ruby-ruby-parser): New variable. Maxim Cournoyer2020-06-251-0/+26
| * gnu: Add ruby-sexp-processor.•••* gnu/packages/ruby.scm (ruby-sexp-processor): New variable. Maxim Cournoyer2020-06-251-0/+24
| * gnu: Add unifdef.•••* gnu/packages/c.scm (unifdef): New variable. Maxim Cournoyer2020-06-251-0/+37
| * 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. Jakub Kądziołka2020-06-251-5/+3
| * 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. Mark H Weaver2020-06-241-2/+2
| * 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. Mark H Weaver2020-06-241-2/+2
| * gnu: ripgrep: Update to 12.1.1.•••* gnu/packages/rust-apps.scm (ripgrep): Update to 12.1.1. Jakub Kądziołka2020-06-251-2/+2
| * 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. Jakub Kądziołka2020-06-251-5/+6
| * 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. Jakub Kądziołka2020-06-252-44/+44
| * 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. Jakub Kądziołka2020-06-252-49/+25
| * 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. Jakub Kądziołka2020-06-251-7/+6
| * 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. Jakub Kądziołka2020-06-251-4/+6
| * gnu: Remove rust-arc-swap-0.3.•••* gnu/packages/crates-io.scm (rust-arc-swap-0.3): Remove variable. Jakub Kądziołka2020-06-251-27/+0
| * gnu: Remove rust-signal-hook-registry-1.0.•••* gnu/packages/crates-io.scm (rust-signal-hook-registry-1.0): Remove variable. Jakub Kądziołka2020-06-251-23/+0
| * gnu: rust-grep-0.2: Update to 0.2.7.•••* gnu/packages/crates-io.scm (rust-grep-0.2): Update to 0.2.7. Jakub Kądziołka2020-06-251-2/+2
| * 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. Jakub Kądziołka2020-06-251-3/+3
| * 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. Jakub Kądziołka2020-06-251-2/+2
| * 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. Jakub Kądziołka2020-06-251-4/+3
| * 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. Jakub Kądziołka2020-06-251-5/+4
| * 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. Jakub Kądziołka2020-06-251-3/+25
| * 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. Jakub Kądziołka2020-06-251-5/+4
| * 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 Jakub Kądziołka2020-06-251-16/+31
| * 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. Jakub Kądziołka2020-06-251-2/+2
| * 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. Jakub Kądziołka2020-06-251-4/+4
| * 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. Jakub Kądziołka2020-06-251-2/+2
| * 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. Jakub Kądziołka2020-06-251-4/+3
| * gnu: rust-regex-syntax-0.6: Update to 0.6.18.•••* gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.18. Jakub Kądziołka2020-06-251-2/+2
| * gnu: rust-ignore-0.4: Update to 0.4.16.•••* gnu/packages/crates-io.scm (rust-ignore-0.4): Update to 0.4.16. [arguments]: Make rust-crossbeam-channel-0.4 a development input. Add rust-crossbeam-utils-0.7 to inputs. Jakub Kądziołka2020-06-251-4/+6
| * gnu: rust-crossbeam-utils-0.7: Fix build.•••* gnu/packages/crates-io.scm (rust-crossbeam-utils-0.7)[arguments]: Replace rust-autocfg-0.1 with 1.0. Don't skip build. Jakub Kądziołka2020-06-251-3/+2