summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: c-vise: Update to 2.4.0.Eric Bavier2022-01-07
| | | | | * gnu/packages/debug.scm (c-vise)[source]: Update to 2.4.0. [inputs]: Use list syntax. Add python-chardet.
* gnu: man-db: Fix cross-compilation.Tobias Geerinckx-Rice2022-01-08
| | | | | * gnu/packages/linux.scm (man-db)[arguments]: Avoid %OUTPUT when cross-compiling.
* gnu: wireles-tools: Fix cross-compilation.Tobias Geerinckx-Rice2022-01-08
| | | | | | | | * gnu/packages/linux.scm (wireless-tools)[source]: Rewrite as G-expression. [arguments]: Likewise to avoid %OUTPUT when cross-compiling. Remove superfluous %CURRENT-TARGET-SYSTEM call. Don't explicitly return #t from phases.
* gnu: man-db: Use G-expressions.Tobias Geerinckx-Rice2022-01-08
| | | | | * gnu/packages/man.scm (man-db)[arguments]: Rewrite as G-expressions.
* gnu: Remove store reference in patch.Tobias Geerinckx-Rice2022-01-08
| | | | | | | Face, meet palm. * gnu/packages/patches/bind-re-add-attr-constructor-priority.patch: Remove store file name.
* gnu: wireplumber: Update to 0.4.6.Tobias Geerinckx-Rice2022-01-08
| | | | * gnu/packages/linux.scm (wireplumber): Update to 0.4.6.
* gnu: pipewire@0.3: Update to 0.3.43.Tobias Geerinckx-Rice2022-01-08
| | | | * gnu/packages/linux.scm (pipewire-0.3): Update to 0.3.43.
* gnu: libaio: Fix cross-compilation.Tobias Geerinckx-Rice2022-01-08
| | | | | * gnu/packages/linux.scm (libaio)[arguments]: Rewrite as G-expression to avoid %OUTPUT when cross-compiling.
* gnu: iptables: Fix cross-compilation.Tobias Geerinckx-Rice2022-01-08
| | | | | * gnu/packages/linux.scm (iptables)[arguments]: Rewrite as G-expression to avoid %OUTPUT when cross-compiling.
* gnu: iw: Fix cross-compilation.Tobias Geerinckx-Rice2022-01-08
| | | | | | * gnu/packages/linux.scm (iw)[arguments]: Rewrite as G-expression. Replace custom code with PKG-CONFIG-FOR-TARGET, and drop the unnecessary absolute file name altogether.
* doc: Fix typo.Jelle Licht2022-01-07
| | | | * doc/guix.texi (Essential Home Services): Fix typo.
* doc: Use a better setuid example.Tobias Geerinckx-Rice2022-01-07
| | | | | | | nmtui does not benefit from being setuid. Oops. * doc/guix.texi (Setuid Programs): Replace network-manager's /bin/nmtui with nfs-utils' /sbin/mount.nfs. Change a @code{} to a @command{}.
* gnu: pelican: Update to 4.7.1.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/python-xyz.scm (pelican): Update to 4.7.1.
* gnu: gphoto2: Update to 2.5.28.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/photo.scm (gphoto2): Update to 2.5.28. [arguments]: Don't explicitly return #t from phases.
* gnu: libgphoto2: Update to 2.5.28.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/photo.scm (libgphoto2): Update to 2.5.28.
* gnu: whois: Update to 5.5.11.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/networking.scm (whois): Update to 5.5.11.
* gnu: Add emacs-meow.Vinicius Monego2022-01-07
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-meow): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-ox-gfm.Taiju HIGASHI2022-01-07
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ox-gfm): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: ungoogled-chromium: Update to 97.0.4692.71-1.Marius Bakke2022-01-07
| | | | | | | | * gnu/packages/patches/ungoogled-chromium-system-ffmpeg.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/chromium.scm (%guix-patches): Add it. (%chromium-version): Set to 97.0.4692.71-1. (%ungoogled-origin, ungoogled-chromium): Update hashes.
* gnu: Add cl-gopher.Pierre Neidhardt2022-01-07
| | | | * gnu/packages/lisp-xyz.scm (cl-gopher, ecl-cl-gopher, sbcl-cl-gopher): New variables.
* gnu: r-sanssouci: Add source file-name.Efraim Flashner2022-01-07
| | | | | * gnu/packages/bioinformatics.scm (r-sanssourci)[source]: Add file-name field.
* gnu: emacs-vala-mode: Add source file-name.Efraim Flashner2022-01-07
| | | | | * gnu/packages/emacs-xyz.scm (emacs-vala-mode)[source]: Add file-name field.
* gnu: python-cloudscraper: Add source file-name.Efraim Flashner2022-01-07
| | | | | * gnu/packages/python-web.scm (python-cloudscraper)[source]: Add file-name field.
* gnu: phonesim: Add source file-name.Efraim Flashner2022-01-07
| | | | * gnu/packages/telephony.scm (phonesim)[source]: Add file-name field.
* gnu: xpra: Update to 4.3.1.Lars-Dominik Braun2022-01-07
| | | | | | | | | Fixes: <https://issues.guix.gnu.org/52869>. * gnu/packages/xorg.scm (xpra): Update to 4.3.1. [inputs]: Add libxres. * gnu/packages/patches/xpra-4.2-install_libs.patch: Adjust to updated setup.py.
* gnu: xpra: Install Cython-built libraries.Lars-Dominik Braun2022-01-07
| | | | | | | | | | | | | | xpra would fail to start, because shared objects were not installed. It’s not clear why it stopped working, but it seems it was not the upgrade I reverted in commit ab6d56d01d62757caa66fe0a23e8864c9122f0e6 to fix #52869. Sorry for the confusion :( * gnu/packages/patches/xpra-4.2-install_libs.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/xorg.scm (xpra)[source]: Add new patch. [arguments]: Ensure 'build phase runs and passes #:configure-flags to setup.py.
* gnu: urlscan: Update to 0.9.8.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/mail.scm (urlscan): Update to 0.9.8.
* gnu: mutt: Update to 2.1.5.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/mail.scm (mutt): Update to 2.1.5.
* gnu: sysstat: Update to 12.4.4.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/linux.scm (sysstat): Update to 12.4.4. [arguments]: Don't explicitly return #t from phases.
* gnu: xfsprogs: Update to 5.14.2.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/linux.scm (xfsprogs): Update to 5.14.2.
* gnu: txr: Update to 273.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/lisp.scm (txr): Update to 273. [arguments]: Don't explicitly return #t from phases.
* gnu: txr: Remove input labels.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/lisp.scm (txr)[native-inputs, inputs]: Remove input labels.
* gnu: mcelog: Update to 180.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/linux.scm (mcelog): Update to 180. [native-inputs]: Add python-wrapper.
* gnu: upower: Update to 0.99.13.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/gnome.scm (upower): Update to 0.99.13. [arguments]: Don't explicitly return #t from phases.
* gnu: youtube-dl: Update to 2021.12.17.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.12.17. [source, arguments]: Don't explicitly return #t from snippet or phases.
* gnu: Add stress-ng.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/admin.scm (stress-ng): New public variable.
* gnu: guix: Update to 1.3.0-19.a9f2cc8.Chris Marusich2022-01-06
| | | | * gnu/packages/package-management.scm (guix): Update to 1.3.0-19.a9f2cc8.
* gnu: guix: Update to 1.3.0-18.79260c8.Chris Marusich2022-01-06
| | | | * gnu/packages/package-management.scm (guix): Update to 1.3.0-18.79260c8.
* services: Consistently use SDDM rather than GDM on non-x86_64.Chris Marusich2022-01-06
| | | | | | | | | | | | This is a follow-up to 49599fab564f203b8e92d32e9b28c99e99849bfb. Fixes: <https://issues.guix.gnu.org/52908>. * gnu/services/xorg.scm (set-xorg-configuration)[login-manager-service-type]: When the current system or target system begins with the string "x86_64", use gdm-service-type as before; otherwise, use sddm-service-type. * gnu/system/examples/vm-image.tmpl (services): Add sddm-service-type to the list of service types to remove.
* gnu: simple-scan: Update to 40.7.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/gnome.scm (simple-scan): Update to 40.7.
* gnu: simple-scan: Remove input labels.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/gnome.scm (simple-scan)[native-inputs, inputs]: Remove input labels.
* gnu: fheroes2: Move source field.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/games.scm (fheroes2)[source]: Move where expected.
* gnu: fheroes2: Update to 0.9.11.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/games.scm (fheroes2): Update to 0.9.11.
* gnu: fheroes2: Remove input labels.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/games.scm (fheroes2)[native-inputs, inputs]: Remove input labels.
* gnu: pioneer: Fix build.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/games (pioneer)[inputs]: Downgrade libsigc++ to libsigc++-2.
* gnu: pioneer: Remove input labels.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/games.scm (pioneer)[inputs]: Remove input labels.
* gnu: edgar: Remove input labels.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/games.scm (edgar)[inputs, native-inputs]: Remove input labels.
* gnu: edgar: Update to 1.35.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/games.scm (edgar): Update to 1.35.
* gnu: love: Update to 11.4.Tobias Geerinckx-Rice2022-01-07
| | | | | * gnu/packages/game-development.scm (love): Update to 11.4. [source]: Update upstream URL.
* gnu: liburcu: Update to 0.13.1.Tobias Geerinckx-Rice2022-01-07
| | | | * gnu/packages/datastructures.scm (liburcu): Update to 0.13.1.