Age | Commit message (Expand) | Author |
2020-12-07 | gnu: mutt: Update to 2.0.3....* gnu/packages/mail.scm (mutt): Update to 2.0.3.
| Tobias Geerinckx-Rice |
2020-12-07 | gnu: youtube-dl: Update to 2020.12.07....* gnu/packages/video.scm (youtube-dl): Update to 2020.12.07.
| Tobias Geerinckx-Rice |
2020-12-06 | gnu: hplip: Update to 3.20.11....* gnu/packages/cups.scm (hplip): Update to 3.20.11.
[source]: Remove upstreamed patch.
* gnu/packages/patches/hplip-fix-bug-1898438.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2020-12-06 | gnu: libopenmpt: Update to 0.5.4....* gnu/packages/audio.scm (libopenmpt): Update to 0.5.4.
| Tobias Geerinckx-Rice |
2020-12-06 | gnu: nsd: Update to 4.3.4....* gnu/packages/dns.scm (nsd): Update to 4.3.4.
| Tobias Geerinckx-Rice |
2020-12-06 | gnu: ropgadget: Update to 6.4....* gnu/packages/cybersecurity.scm (ropgadget): Update to 6.4.
| Tobias Geerinckx-Rice |
2020-12-06 | gnu: pam-mount: Update to 2.17....* gnu/packages/admin.scm (pam-mount): Update to 2.17.
[source]: Remove upstreamed patch.
* gnu/packages/patches/pam-mount-luks2-support.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2020-12-06 | gnu: fio: Update to 3.25....* gnu/packages/benchmark.scm (fio): Update to 3.25.
| Tobias Geerinckx-Rice |
2020-12-06 | gnu: esbuild: Update to 0.8.19....* gnu/packages/web.scm (esbuild): Update to 0.8.19.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Ryan Prior |
2020-12-06 | doc: Add note on the importance of bootstrapping....* doc/guix.texi (Bootstrapping): Remove distinction between "regular
users" and "hackers". Explain the importance of the question.
| Ludovic Courtès |
2020-12-06 | services: mpd: Make /var/run/mpd/USER user-owned....Fixes <https://bugs.gnu.org/44820>.
Reported by Simon <lists@netpanic.org>.
This is a followup to bb124f6e9c0af0a23736f233c2ea2c9c9b4a40a6.
* gnu/services/audio.scm (mpd-service-activation): Chown the parent of
DIRECTORY as well.
| Ludovic Courtès |
2020-12-06 | gnu: freecad: Update to 0.18.5... * gnu/packages/engineering.scm (freecad): Update to 0.18.5
Signed-off-by: Marius Bakke <marius@gnu.org>
| Ekaitz Zarraga |
2020-12-06 | gnu: freecad: Fix compilation flags....* gnu/packages/engineering.scm (freecad)[arguments]: Set correct
search paths in compilation flags. Fixes <https://bugs.gnu.org/43448>.
Signed-off-by: Marius Bakke <marius@gnu.org>
| Ekaitz Zarraga |
2020-12-06 | gnu: guix-build-coordinator: Update to 0-10.79e28fb....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-10.79e28fb.
| Christopher Baines |
2020-12-06 | gnu: guix-build-coordinator: Support cross-compilation....Due to fibers not supporting the Hurd yet, the coordinator itself won't work,
but the agent should.
* gnu/packages/package-management.scm (guix-build-coordinator)[inputs]: Don't
include sqitch if building for the hurd.
[propagated-inputs]: Don't include guile-fibers if building for the hurd.
| Christopher Baines |
2020-12-06 | gnu: guile-lib: Support cross-compilation....* gnu/packages/guile-xyz.scm (guile-lib)[native-inputs]: Add guile-3.0.
(guile2.0-lib, guile2.2-lib)[native-inputs]: Explicitly specifiy pkg-config.
| Christopher Baines |
2020-12-06 | Revert "linux-container: Correct test for unprivileged user namespace support."...This broke 'guix environment --container' on non-Debian distributions.
Fixes <https://bugs.gnu.org/45066>. Reported by luhux <luhux@outlook.com>.
This reverts commit 8bc5ca5160db3d82bd5b6b2b7ed80c96f42bd33e.
| Marius Bakke |
2020-12-06 | gnu: Add foot....* gnu/packages/terminals.scm (foot): New public variable.
| Marius Bakke |
2020-12-06 | gnu: Add fcft....* gnu/packages/fontutils.scm (fcft): New public variable.
| Marius Bakke |
2020-12-06 | gnu: Add tllist....* gnu/packages/datastructures.scm (tllist): New public variable.
| Marius Bakke |
2020-12-06 | gnu: Sort module imports in (gnu packages fontutils)....* gnu/packages/fontutils.scm: Sort (gnu ...) module imports.
| Marius Bakke |
2020-12-06 | linux-initrd: Add bcachefs support....* gnu/system/linux-initrd.scm (file-system-packages): Add
bcachefs-tools/static.
(file-system-type-modules): Add an entry for the "bcachefs" type and
module.
| Tobias Geerinckx-Rice |
2020-12-06 | file-systems: Fix ‘bcachefs fsck’ exit value logic....Bit 1 means the target device was mounted read-only whilst checking.
This should never happen in an initrd context but is not an error.
* gnu/build/file-systems.scm (check-bcachefs-file-system): Ignore status
bits that don't signal an error. Remove the 'reboot-required case.
| Tobias Geerinckx-Rice |
2020-12-06 | gnu: emacs-hyperbole: Condensate description....* gnu/packages/emacs-xyz.scm (emacs-hyperbole)[description]: Remove buzzwords.
Condensate information.
| Nicolas Goaziou |
2020-12-06 | gnu: emacs-info-plus: Update to 0-3.29811ed....* gnu/packages/emacs-xyz.scm (emacs-info-plus): Update to 0-3.29811ed.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Michael Rohleder |
2020-12-06 | gnu: bat: Fix build....* gnu/packages/rust-apps.scm (bat)[native-inputs]: Add pkg-config.
[inputs]: Add libgit2.
This is a followup to 063f6dfc37a674b24ca75fd20530a8039bddfd8f.
| Nicolas Goaziou |
2020-12-06 | gnu: mumi: Use latest unreleased guile-email....* gnu/packages/mail.scm (mumi)[inputs]: Replace "guile-email" with
"guile-email-latest".
| Ricardo Wurmus |
2020-12-06 | gnu: Add guile-email-latest....* gnu/packages/guile-xyz.scm (guile-email-latest): New variable.
| Ricardo Wurmus |
2020-12-06 | gnu: emacs-zenburn-theme: Update to 2.7.0....* gnu/packages/emacs-xyz.scm (emacs-zenburn-theme): Update to 2.7.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Ryan Desfosses |
2020-12-06 | gnu: emacs-emacsql-sqlite3: Update to 1.0.2....* gnu/packages/emacs-xyz.scm (emacs-emacsql-sqlite3): Update to 1.0.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Ryan Desfosses |
2020-12-06 | gnu: emacs-ebib: Update to 2.27.2....* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.27.2.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Ryan Desfosses |
2020-12-06 | gnu: knot-resolver: Move manual, examples to separate "doc" output...* gnu/packages/dns.scm (knot-resolver)[outputs]: Add "doc" output.
[arguments]<phases>: Add "move-doc" phase, which moves the manual (in both
HTML and Info formats) and example configuration files to the "doc" output.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Simon South |
2020-12-06 | gnu: knot-resolver: Update to 5.2.0....* gnu/packages/dns.scm (knot-resolver): Update to 5.2.0.
[source]: Add patch from upstream commit to fix the internal map() function on
32-bit platforms.
[native-inputs]: Add texinfo to enable generating the manual in Info format.
[inputs]: Add nghttp2:lib to enable the new DNS-over-HTTPS implementation.
* gnu/packages/patches/knot-resolver-fix-map-command-on-32-bit.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Simon South |
2020-12-06 | services: nix: Move nix.conf generation to etc-service-type..../etc/nix/nix.conf is a static file doesn't need rebuild on every boot.
* gnu/services/nix.scm (nix-activation): Don't create /etc/nix/nix.conf.
(nix-service-etc): New function.
(nix-service-type): New service-extension "nix-service-etc" to etc-service-type.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Zhu Zihao |
2020-12-06 | gnu: rust-libgit2-sys-0.12: Remove bundled library....* gnu/packages/crates-io.scm (rust-libgit2-sys-0.12)[source]: Add
snippet to remove bundled libgit2 source.
| Efraim Flashner |
2020-12-05 | gnu: Add libexpected....* gnu/packages/cpp.scm (libexpected): New variable.
* gnu/packages/patches/libexpected-nofetch.patch: Add patch.
* gnu/local.mk: Reference patch.
| Brett Gilio |
2020-12-05 | gnu: bat: Remove duplicate Cargo input....* gnu/packages/rust-apps.scm (bat)[arguments]: Remove duplicate rust-clap
Cargo input.
| Nicolas Goaziou |
2020-12-05 | gnu: guix-build-coordinator: Update to 0-9.49c0596....* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-9.49c0596.
| Christopher Baines |
2020-12-05 | gnu: guile-prometheus: Update to 0-3.2549c48....* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-3.2549c48.
| Christopher Baines |
2020-12-05 | gnu: Add diff-so-fancy....* gnu/packages/version-control.scm (diff-so-fancy): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| EuAndreh |
2020-12-05 | gnu: superlu-dist: Update to 6.4.0....* gnu/packages/maths.scm (superlu-dist): Update to 6.4.0
[source]: Use git-fetch, as tarballs are no longer published.
* gnu/packages/patches/superlu-dist-awpm-grid.patch: Remove all but the first
hunk; they are unnecessary.
| Eric Bavier |
2020-12-05 | gnu: combinatorial-blas: Adjust AWPM headers for library use....Fixes use in latest versions of SuperLU_DIST. See
e.g. https://github.com/xiaoyeli/superlu_dist/issues/60
* gnu/packages/patches/combinatorial-blas-awpm.patch: Remove globals related
to performance measurement. Declare non-template function inline.
| Eric Bavier |
2020-12-05 | gnu: scotch: Update to 6.1.0...* gnu/packages/maths.scm (scotch): Update to 6.1.0.
| Eric Bavier |
2020-12-05 | gnu: python-yq: Fix texinfo markup....* gnu/packages/python-xyz.scm (python-yq): Add missing `command`.
| Eric Bavier |
2020-12-05 | gnu: ungoogled-chromium: Update to 87.0.4280.88-0.b78cb92 [security fixes]....* gnu/packages/chromium.scm (%chromium-version): Set to 87.0.4280.88.
(%ungoogled-revision): Set to b78cb927fa8beaee0ddfb4385277edb96444c40f.
(%ungoogled-origin): Update URL and hash.
(ungoogled-chromium): Update hash.
[arguments]: Fix inverted logic in max link jobs.
| Marius Bakke |
2020-12-05 | gnu: Add bat....* gnu/packages/rust-apps.scm (bat): New variable.
| Nicolas Goaziou |
2020-12-05 | gnu: Add rust-git2-0.13....* gnu/packages/crates-io.scm (rust-git2-0.13): New variable.
(rust-git2-0.11): Inherit from above.
| Nicolas Goaziou |
2020-12-05 | gnu: Add rust-libgit2-sys-0.12....* gnu/packages/crates-io.scm (rust-libgit2-sys-0.12): New variable.
(rust-libgit2-sys-0.10): Inherit from above.
| Nicolas Goaziou |
2020-12-05 | gnu: Add rust-syntect-4....* gnu/packages/crates-io.scm (rust-syntect-4): New variable.
(rust-syntect-3.3): Inherit from above.
| Nicolas Goaziou |
2020-12-05 | gnu: Add rust-onig-6....* gnu/packages/crates-io.scm (rust-onig-6): New variable.
(rust-onig-5.0): Inherit from above.
| Nicolas Goaziou |