summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* file-systems: Support forced checks & repairs.Tobias Geerinckx-Rice2021-09-23
| | | | | | | | | | | | | | | * gnu/build/file-systems.scm (check-ext2-file-system) (check-bcachefs-file-system, check-btrfs-file-system) (check-fat-file-system, check-jfs-file-system, check-f2fs-file-system) (check-ntfs-file-system, check-file-system): Take and honour new FORCE? and REPAIR arguments. Update the docstring. Adjust all callers. * gnu/system/file-systems.scm <file-system>: Add new SKIP-CHECK-IF-CLEAN? and REPAIR fields. (file-system->spec, spec->file-system): Adjust accordingly. * gnu/build/linux-boot.scm (mount-root-file-system): Take new SKIP-CHECK-IF-CLEAN? and REPAIR keyword arguments. Thread them through to CHECK-FILE-SYSTEM. * doc/guix.texi (File Systems): Document both new <file-system> options.
* gnu: rsync: Enable zstd & lz4 compression.Tobias Geerinckx-Rice2021-09-23
| | | | | | | | | | Both are ridiculously more suited to this role than the old zlib compressor. The closure size increase is negligible (1 MiB or 1.3% for zstd, 1.7 MiB for both). * gnu/packages/rsync.scm (rsync-next)[inputs]: Add zstd:lib and lz4. [arguments]: Remove the corresponding "--disable-zstd" and "--disable-lz4" #:configure-flags.
* gnu: htop: Update to 3.1.0.Z5722021-09-23
| | | | | | * gnu/packages/admin.scm (htop): Update to 3.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: linux-libre 4.4: Update to 4.4.284.Leo Famulari2021-09-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.284. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.283.Leo Famulari2021-09-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.283. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.247.Leo Famulari2021-09-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.247. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.207.Leo Famulari2021-09-23
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.207. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.148.Leo Famulari2021-09-23
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.148. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.68.Leo Famulari2021-09-23
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.68. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre 5.14: Update to 5.14.7.Leo Famulari2021-09-23
| | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.7. (linux-libre-5.14-pristine-source): Update hash.
* gnu: Add r-omnipathr.Ricardo Wurmus2021-09-23
| | | | * gnu/packages/bioconductor.scm (r-omnipathr): New variable.
* gnu: Add r-logger.Ricardo Wurmus2021-09-23
| | | | * gnu/packages/cran.scm (r-logger): New variable.
* gnu: uBlock Origin: Update to 1.38.0.Marius Bakke2021-09-23
| | | | | | | | | * gnu/packages/browser-extensions.scm (uassets): Remove variable. (ublock-origin): Update to 1.38.0. [source]: Specify RECURSIVE? to GIT-FETCH. [arguments]: Remove phase link-uassets. Add phase do-not-depend-on-git. Remove trailing #t's. [native-inputs]: Remove UASSETS.
* gnu: ungoogled-chromium: Update to 93.0.4577.82-0.3f62dbc.Marius Bakke2021-09-23
| | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/ungoogled-chromium-ffmpeg-compat.patch, gnu/packages/patches/ungoogled-chromium-system-nspr.patch: New files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for version 93. (%chromium-version): Set to 93.0.4577.82. (%ungoogled-revision): Set to 93.0.4577.82-1-2-g3f62dbc. (%debian-patches): Remove 'system/nspr.patch'. (%ungoogled-origin): Update source hash. (%guix-patches): Add 'ungoogled-chromium-ffmpeg-compat.patch' and 'ungoogled-chromium-system-nspr.patch'. (ungoogled-chromium-snippet): Remove PYTHON-2 usage. Don't unbundle 'snappy'. (libvpx/chromium): Remove variable. (ungoogled-chromium)[source]: Update hash. [arguments]: Add "is_cfi=false", "use_thin_lto=false", and "blink_enable_generated_code_formatting=false". [native-inputs]: Change CLANG-11 to CLANG-12. Change NODE to NODE-LTS. Add PYTHON-BEAUTIFULSOUP4 and PYTHON-HTML5LIB. Remove PYTHON-2. [inputs]: Change LIBVPX/CHROMIUM to LIBVPX.
* gnu: lldb: Update to 12.0.1.Marius Bakke2021-09-23
| | | | | * gnu/packages/llvm.scm (lldb): Update to 12.0.1. [inputs]: Change from LLVM-11 and CLANG-11 to LLVM-12 and CLANG-12.
* gnu: lld: Update to 12.0.1.Marius Bakke2021-09-23
| | | | | * gnu/packages/llvm.scm (lld): Update to 12.0.1. [native-inputs]: Add LIBUNWIND-HEADERS.
* gnu: Add libunwind-headers.Marius Bakke2021-09-23
| | | | * gnu/packages/llvm.scm (libunwind-headers): New public variable.
* gnu: LLVM, Clang: Update to 12.0.1.Marius Bakke2021-09-23
| | | | | | | * gnu/packages/patches/clang-12-tools-extra-directory.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/llvm.scm (llvm-12, clang-runtime-12): Update to 12.0.1. (clang-12): Likewise. Remove obsolete patch.
* gnu: u-boot-tools: Install the 'kwboot' executable.Marius Bakke2021-09-23
| | | | | * gnu/packages/bootloaders.scm (u-boot-tools)[arguments]: Install one more file.
* gnu: Add node-irc.Ron Nazarov2021-09-23
| | | | | | * gnu/packages/node-xyz.scm (node-irc): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add node-irc-colors.Ron Nazarov2021-09-23
| | | | | | * gnu/packages/node-xyz.scm (node-irc-colors): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: emacs-docker: Disable tests in a correct wayNicolas Goaziou2021-09-23
| | | | | * gnu/packages/emacs-xyz.scm (emacs-docker)[arguments]: Uses #tests? instead of deleting the `check' phase.
* gnu: emacs-docker: Add missing propagated inputAndrew Tropin2021-09-23
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-docker)[propagated-inputs]: Add emacs-transient. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: oil: Update to 0.9.2.Felix Gruber2021-09-23
| | | | | | * gnu/packages/shells.scm (oil): Update to 0.9.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: komikku: Update to 0.33.1.Liliana Marie Prikler2021-09-23
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.33.1.
* gnu: handbrake: Update to 1.4.1.Eric Bavier2021-09-22
| | | | | * gnu/packages/video.scm (handbrake): Update to 1.4.1 [inputs]: Add libjpeg-turbo and zimg.
* gnu: mu: Update to 1.6.6.Leo Famulari2021-09-22
| | | | * gnu/packages/mail.scm (mu): Update to 1.6.6.
* Revert hasty kernel updates.Leo Famulari2021-09-22
| | | | | | | | | | | This reverts commits 443740b4caba2791193e6282c02c074d6e21e373 and ce45cd6f77b048e3323a9a31a3968649a5639f58^..04549103671a1e3005f2e80e604b743a5afb7e71. For more information, see this mailing list thread: https://lists.gnu.org/archive/html/guix-devel/2021-09/msg00234.html It makes 5.14.6 the "default" kernel version.
* gnu: WebKitGTK: Update to 2.32.4.Leo Famulari2021-09-22
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.32.4.
* gnu: linux-libre 4.4: Update to 4.4.284.Leo Famulari2021-09-22
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.284. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.283.Leo Famulari2021-09-22
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.283. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.247.Leo Famulari2021-09-22
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.247. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.207.Leo Famulari2021-09-22
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.207. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.148.Leo Famulari2021-09-22
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.148. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.68.Leo Famulari2021-09-22
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.68. (linux-libre-5.10-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.14.7.Leo Famulari2021-09-22
| | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.13-version, linux-libre-5.13-gnu-revision, linux-libre-5.13-pristine-source, linux-libre-5.13-source, linux-libre-headers-5.13, linux-libre-5.13): Remove variables. (linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Use 5.14. * gnu/packages/aux-files/linux-libre/5.13-arm.conf, gnu/packages/aux-files/linux-libre/5.13-arm64.conf, gnu/packages/aux-files/linux-libre/5.13-i686.conf, gnu/packages/aux-files/linux-libre/5.13-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them.
* gnu: linux-libre 5.14: Update to 5.14.7.Leo Famulari2021-09-22
| | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.7. (linux-libre-5.14-pristine-source): Update hash.
* gnu: Add rust-serde-xml-rs-0.4.phodina2021-09-22
| | | | | | * gnu/packages/crates-io.scm (rust-serde-xml-rs-0.4): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-enumflags2-0.6.phodina2021-09-22
| | | | | | * gnu/packages/crates-io.scm (rust-enumflags2-0.6): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-enumflags2-derive-0.6.phodina2021-09-22
| | | | | | * gnu/packages/crates-io.scm (rust-enumflags2-derive-0.6): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-proc-macro-crate-1.phodina2021-09-22
| | | | | | | * gnu/packages/crates-io.scm (rust-proc-macro-crate-1): New variable. (rust-proc-macro-crate-0.1): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-starship-module-config-derive-0.2.phodina2021-09-22
| | | | | | * gnu/packages/crates-io.scm (rust-starship-module-config-derive-0.2): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-process-control-3.phodina2021-09-22
| | | | | | * gnu/packages/crates-io.scm (rust-process-control-3): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-versions-3.phodina2021-09-22
| | | | | | * gnu/packages/crates-io.scm (rust-versions-3): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-path-slash-0.1.phodina2021-09-22
| | | | | | * gnu/packages/crates-io.scm (rust-path-slash-0.1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-semver-1.phodina2021-09-22
| | | | | | | * gnu/packages/crates-io.scm (rust-semver-1): New variable. (rust-semver-0.11): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-rust-ini-0.17.phodina2021-09-22
| | | | | | | * gnu/packages/crates-io.scm (rust-rust-ini-0.17): New variable (rust-rust-ini-0.13): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: rust-open: Update to 1.7.1.phodina2021-09-22
| | | | | | | * gnu/packages/crates-io.scm (rust-open): Update to 1.7.1. [cargo-inputs]: Add rust-pathdiff-0.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-pathdiff-0.2.phodina2021-09-22
| | | | | | | * gnu/packages/crates-io.scm (rust-pathdiff-0.2): New variable. (rust-pathdiff-0.1): Inherit from above. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-os-info-3.phodina2021-09-22
| | | | | | * gnu/packages/crates-io.scm (rust-os-info-3): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>