summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-13gnu: xfe: Update to 1.44 and adjust potfiles....* gnu/packages/disk.scm (xfe)[version]: Update to 1.44. [phases](patch-potfiles): New phase. Raghav Gururajan
2021-05-13gnu: disarchive: Update to 0.2.1....* gnu/packages/backup.scm (disarchive): Update to 0.2.1. Timothy Sample
2021-05-13doc: Show how to enable Guile support for Geiser....* doc/contributing.texi (The Perfect Setup): Adjust "guix package -i" command line. Jelle Licht
2021-05-13gnu: libtasn1: Update to 4.17.0....* gnu/packages/tls.scm (libtasn1): Update to 4.17.0. Efraim Flashner
2021-05-13gnu: alsa-lib: Fix the indentation....* gnu/packages/linux.scm (alsa-lib): Fix the indentation. Mathieu Othacehe
2021-05-13gnu: alsa-lib: Update the home-page....* gnu/packages/linux.scm (alsa-lib)[home-page]: Update it. Mathieu Othacehe
2021-05-13gnu: alsa-lib: Use alsa-ucm-conf and alsa-topology-conf....* gnu/packages/linux.scm (alsa)[arguments]: Add a pre-install phase that creates symlinks to alsa-ucm-conf and alsa-topology-conf files. Mathieu Othacehe
2021-05-13gnu: Add alsa-topology-conf....* gnu/packages/linux.scm (alsa-topology-conf): New variable. Mathieu Othacehe
2021-05-13gnu: Add alsa-ucm-conf....* gnu/packages/linux.scm (alsa-ucm-conf): New variable. Mathieu Othacehe
2021-05-13gnu: elogind: Fix build failure with GCC 10....* gnu/packages/freedesktop.scm (elogind)[arguments]: Adjust substitution so that the disabled test does not return from a void, which is not allowed in newer GCC. Marius Bakke
2021-05-13gnu: mozjs: Update to 78.10.1....* gnu/packages/gnuzilla.scm (mozjs-78): Update to 78.10.1. [inputs]: Change from ICU-68 to ICU. Marius Bakke
2021-05-13gnu: mozjs: Build with Rust 1.41....* gnu/packages/gnuzilla.scm (mozjs-78)[native-inputs]: Change from RUST to RUST-1.41. Marius Bakke
2021-05-13gnu: shepherd: Decrease optimization level....* gnu/packages/admin.scm (shepherd)[source](modules, snippet): New fields. Marius Bakke
2021-05-13gnu: libwebp: Update to 1.2.0....* gnu/packages/image.scm (libwebp): Update to 1.2.0. Marius Bakke
2021-05-13gnu: python-pygobject: Update to 3.40.1....* gnu/packages/glib.scm (python-pygobject): Update to 3.40.1. Marius Bakke
2021-05-13gnu: python-pycairo: Update to 1.20.0....* gnu/packages/gtk.scm (python-pycairo): Update to 1.20.0. Marius Bakke
2021-05-13gnu: python-pytest-asyncio: Update to 0.15.1....* gnu/packages/check.scm (python-pytest-asyncio): Update to 0.15.1. Marius Bakke
2021-05-13gnu: librsvg: Update to 2.50.5....* gnu/packages/gnome.scm (librsvg): Update to 2.50.5. Marius Bakke
2021-05-13gnu: librsvg: Build with Rust 1.48....* gnu/packages/gnome.scm (librsvg)[arguments]: Add #:rust. Marius Bakke
2021-05-13gnu: Rust: Export all versions....* gnu/packages/rust.scm (rust-1.29, rust-1.30, rust-1.31, rust-1.32, rust-1.33, rust-1.34, rust-1.35, rust-1.36, rust-1.37, rust-1.38, rust-1.39, rust-1.40, rust-1.41, rust-1.42, rust-1.43, rust-1.44, rust-1.45, rust-1.46, rust-1.47, rust-1.48): Export. (rust): Rename to .... rust-1.49): ... this. (rust-1.50): Refer to RUST-1.49 instead of RUST. (rust): Turn into alias for RUST-1.49. Marius Bakke
2021-05-13gnu: cairo: Remove duplicate input....This is a follow-up to bb8be806b5e6bcbe83ae1ebfce71a3881cf23015. * gnu/packages/gtk.scm (cairo)[inputs]: Remove the extra FONTCONFIG. While at it, reintroduce source code comments that disappeared with the same commit. Marius Bakke
2021-05-13gnu: GTK+: Remove unused inputs....* gnu/packages/gtk.scm (gtk+)[inputs]: Remove PAPI, which is not the Papi GTK+ expects. [native-inputs]: Remove INTLTOOL, which is not used by current GNOME projects. Marius Bakke
2021-05-13gnu: freeglut: Fix build with GCC 10....* gnu/packages/patches/freeglut-gcc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gl.scm (freeglut)[source](patches): New field. Marius Bakke
2021-05-13gnu: Fix references to unbound variables....This is a follow-up to f03426420497cd9839f5fb3cb547dbecd8d6053b which introduced new packages that refer to variables that no longer exist. * gnu/packages/python-xyz.scm (python-fastjsonschema)[native-inputs]: Change from PYTHON-PYTEST-6 to PYTHON-PYTEST. (python-nbconvert)[native-inputs]: Change from TEXLIVE-UNION to TEXLIVE-UPDMAP.CFG. * gnu/packages/shells.scm (nushell)[arguments]: Remove #:rust. Marius Bakke
2021-05-13gnu: chrony: Update to 4.1....* gnu/packages/ntp.scm (chrony): Update to 4.1. Tobias Geerinckx-Rice
2021-05-13gnu: hplip: Update to 3.21.4....* gnu/packages/cups.scm (hplip): Update to 3.21.4. [source]: Remove fussy patch. Replace it with an short snippet substitution and... [arguments]: ...the new "--disable-imageProcessor-build" configure flag. * gnu/packages/patches/hplip-remove-imageprocessor.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice
2021-05-13gnu: zfs-auto-snapshot: Fix indentation....* gnu/packages/file-systems.scm (zfs-auto-snapshot): Fix indentation. Mathieu Othacehe
2021-05-13gnu: zfs-auto-snapshot: Use git-fetch....Do not use an autogenerated tarball. This is notified by "guix lint". * gnu/packages/file-systems.scm (zfs-auto-snapshot)[source]: Use git-fetch method. Mathieu Othacehe
2021-05-13gnu: zfs-auto-snapshot: Wrap long lines....* gnu/packages/file-systems.scm (zfs-auto-snapshot)[synopsis, description]: Wrap long lines. Mathieu Othacehe
2021-05-13gnu: Add zfs-auto-snapshot....* gnu/packages/file-systems.scm (zfs-auto-snapshot): New variable. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> raid5atemyhomework
2021-05-13gnu: ungoogled-chromium: Update to 90.0.4430.212-0.3184907....* gnu/packages/chromium.scm (%chromium-version): Set to 90.0.4430.212. (ungoogled-chromium): Update hash. Marius Bakke
2021-05-13gnu: gn: Build with Python 3....* gnu/packages/build-tools.scm (gn)[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER. [arguments]: Remove trailing #t's and make some cosmetic changes. Marius Bakke
2021-05-13gnu: emacs-pyim: Update to 3.7.5....* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.5. Nicolas Goaziou
2021-05-13gnu: emacs-emms: Update to 7.2....* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.2. Nicolas Goaziou
2021-05-13gnu: Add bmaptools....* gnu/packages/disk.scm (bmaptools): New variable. Mathieu Othacehe
2021-05-13gnu: linux-libre: Update to 5.11.20....* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.20. (linux-libre-5.11-pristine-source): Update hash. Leo Famulari
2021-05-13gnu: linux-libre 5.12: Update to 5.12.3....* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.3. (linux-libre-5.12-pristine-source): Update hash. Leo Famulari
2021-05-13gnu: libidn2: Update to 2.3.1....* gnu/packages/libidn.scm (libidn2): Update to 2.3.1. [native-inputs]: Remove lzip. Efraim Flashner
2021-05-13gnu: guile2.0-bash: Change name field....This commit follows 08814ccc. * gnu/packages/guile-xyz.scm (guile2.0-bash)[name]: Rename to guile2.0-bash. Oleg Pykhalov
2021-05-13gnu: guile-bash: Build with Guile 3.0....* gnu/packages/guile-xyz.scm (guile2.0-bash): New variable. (guile-bash): Build with Guile 3.0. Oleg Pykhalov
2021-05-13gnu: knot: Update to 3.0.6....* gnu/packages/dns.scm (knot): Update to 3.0.6. Tobias Geerinckx-Rice
2021-05-13gnu: rpcbind: Update to 1.2.6....* gnu/packages/onc-rpc.scm (rpcbind): Update to 1.2.6. Tobias Geerinckx-Rice
2021-05-13gnu: xfstests: Fix typo....Syntax-highlighted monospace is overrated. Nothing like glancing at Webmail to spot obvious bugs. * gnu/packages/file-systems.scm (xfstests)[arguments]: Omit /usr from /bin/time. Tobias Geerinckx-Rice
2021-05-13gnu: lynis: Update to 3.0.4....* gnu/packages/admin.scm (lynis): Update to 3.0.4. Tobias Geerinckx-Rice
2021-05-13gnu: webkitgtk: Update to 2.32.1....* gnu/packages/webkit.scm (webkitgtk): Update to 2.32.1. Tobias Geerinckx-Rice
2021-05-13gnu: btrfs-progs: Update to 5.12....* gnu/packages/linux.scm (btrfs-progs): Update to 5.12. [native-inputs]: Add linux-libre-headers-5.10. Tobias Geerinckx-Rice
2021-05-13gnu: hdparm: Update to 9.62....* gnu/packages/linux.scm (hdparm): Update to 9.62. Tobias Geerinckx-Rice
2021-05-13gnu: libupnp: Update to 1.14.7....* gnu/packages/upnp.scm (libupnp): Update to 1.14.7. Tobias Geerinckx-Rice
2021-05-13gnu: squid: Update to 4.15....* gnu/packages/networking.scm (squid): Update to 4.15. Tobias Geerinckx-Rice
2021-05-13gnu: svt-av1: Update to 0.8.7....* gnu/packages/video.scm (svt-av1): Update to 0.8.7. Tobias Geerinckx-Rice