aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2022-01-17gnu: linux-libre-lts: Update to 5.15.Leo Famulari
5.15 is the newest long-term support version of the kernel. * gnu/packages/linux.scm (linux-libre-lts-version, linux-libre-lts-gnu-revision, linux-libre-lts-pristine-source, linux-libre-lts-source, linux-libre-lts): Use linux-libre-5.15.
2022-01-17gnu: linux-libre 5.4: Update to 5.4.172.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.172. (linux-libre-5.4-pristine-source): Update hash.
2022-01-17gnu: linux-libre 5.10: Update to 5.10.92.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.92. (linux-libre-5.10-pristine-source): Update hash.
2022-01-17gnu: linux-libre: Update to 5.15.15.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.15. (linux-libre-5.15-pristine-source): Update hash.
2022-01-17gnu: efl: Add python to native inputs.Maxim Cournoyer
* gnu/packages/enlightenment.scm (efl)[native-inputs]: Add python.
2022-01-17gnu: python-pystache: Update to 0.6.0.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pystache): Update to 0.6.0.
2022-01-17gnu: Add xmonad-next and ghc-xmonad-contrib-next.John Kehayias
Fixes: <https://issues.guix.gnu.org/issue/52784>. * gnu/packages/wm.scm (xmonad-next): New variable. Compared to xmonad: Update to 0.17.0. [inputs]: Add GHC-DATA-DEFAULT-CLASS, remove GHC-EXTENSIBLE-EXCEPTIONS, GHC-DATA-DEFAULT, GHC-SEMIGROUPS, and GHC-UTF8-STRING. [native-inputs]: Add GHC-QUICKCHECK and GHC-QUICKCHECK-CLASSES. (ghc-xmonad-contrib-next): New variable. Compared to ghc-xmonad-contrib: Update to 0.17.0. [propagated-inputs]: Remove GHC-OLD-TIME, GHC-EXTENSIBLE-EXCEPTIONS, GHC-SEMIGROUPS. [native-inputs]: Add GHC-QUICKCHECK and GHC-HSPEC. (xmonad): Inherit from xmonad-next. (ghc-xmonad-contrib): Inherit from ghc-xmonad-contrib-next. * gnu/packages/patches/xmonad-next-dynamic-linking.patch: New patch. Update of xmonad-dynamic-linking.patch to apply to xmonad-next. * gnu/local.mk: Add it. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17gnu: xmobar: Update to 0.40.John Kehayias via Guix-patches via
* gnu/packages/wm.scm (xmobar): Update to 0.40. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17gnu: Add ghc-quickcheck-classes.John Kehayias via Guix-patches via
* gnu/packages/haskell-check.scm (ghc-quickcheck-classes): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17gnu: Add ghc-semirings.John Kehayias via Guix-patches via
* gnu/packages/haskell-xyz.scm (ghc-semirings): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17gnu: Add ghc-primitive-addr.John Kehayias via Guix-patches via
* gnu/packages/haskell-xyz.scm (ghc-primitive-addr): New variable. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17gnu: Epiphany: Use the correct hash for Epiphany 41.2.Leo Famulari
This hash was updated correctly in commit 291c4fa0baf24b9d600872fce99441f5471cdb40, but presumably the merge resolution of the version-1.4.0 gave us the wrong hash. * gnu/packages/gnome.scm (epiphany)[source]: Use the hash of Epiphany 41.2.
2022-01-17gnu: mpich: Remove input labels and trailing #t in phases.Ludovic Courtès
* gnu/packages/mpi.scm (mpich)[inputs]: Remove labels. [arguments]: Remove trailing #t from phases.
2022-01-17gnu: mpich: Allow compilation with GCC 10.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/53320> Reported by Clément Barthelemy <clement.barthelemy@inria.fr>. * gnu/packages/mpi.scm (mpich)[arguments]: Add 'define-gfortran-wrapper' phase.
2022-01-17gnu: rust-cfg-expr-0.8: Combine the two definitions.Efraim Flashner
* gnu/packages/crates-io.scm (rust-cfg-expr-0.8): Remove duplicate package definition. [arguments]: Don't skip tests. Add rust-difference-2 to cargo-development-inputs.
2022-01-17gnu: libvpx: Update to 1.11.0.Marius Bakke
* gnu/packages/video.scm (libvpx): Update to 1.11.0.
2022-01-17gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.2.0.Marius Bakke
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter): Update to 1.2.0. [arguments]: New field.
2022-01-17gnu: mame: Fix build failure.Marius Bakke
* gnu/packages/emulators.scm (mame)[arguments]: Fix typo in input name.
2022-01-17gnu: ungoogled-chromium: Use bundled libvpx for WebRTC.Marius Bakke
Fixes <https://bugs.gnu.org/53301>. Reported by Yasuaki Kudo <yasu@yasuaki.com>. * gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Set rtc_build_libvpx=true in #:configure-flags.
2022-01-17Revert "gnu: password-store: Fix failing test suite."Marius Bakke
This reverts commit a40ac6271578ea061a8a07b2adbd6032a690ca70.
2022-01-17gnu: password-store: Ensure compatibility with tree@2.0.Marius Bakke
Fixes <https://bugs.gnu.org/53238>, et.al. * gnu/packages/patches/password-store-tree-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/password-utils.scm (password-store)[source](patches): New field.
2022-01-17gnu: python-simpleeval: Update to 0.9.12.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-simpleeval): Update to 0.9.12.
2022-01-17Merge branch 'version-1.4.0'Maxim Cournoyer
With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm
2022-01-17gnu: Add font-plemoljp.Taiju HIGASHI
* gnu/packages/fonts.scm (font-plemoljp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-17gnu: emacs-geiser-guile: Use G-expressions.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile)[arguments]<#:include,
2022-01-17gnu: emacs-ebuild-mode: Use G-expressions.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode)[arguments]<#:phases>: Use gexps.
2022-01-17gnu: emacs-ebuild-mode: Update to 1.55.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.55.
2022-01-16gnu: oil: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (oil)[arguments]: Rewrite as G-expressions.
2022-01-16gnu: oil: Update to 0.9.6.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (oil): Update to 0.9.6.
2022-01-16gnu: lxc: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (lxc)[arguments]: Rewrite as G-expressions.
2022-01-16gnu: lxd: Update to 4.22.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (lxd): Update to 4.22. [arguments]: Don't explicitly return #t from phases.
2022-01-16gnu: lxcfs: Update to 4.0.11.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (lxcfs): Update to 4.0.11.
2022-01-16gnu: lxc: Update to 4.0.11.Tobias Geerinckx-Rice
* gnu/packages/virtualization.scm (lxc): Update to 4.0.11.
2022-01-16gnu: protozero: Update to 1.7.1.Tobias Geerinckx-Rice
* gnu/packages/protobuf.scm (protozero): Update to 1.7.1.
2022-01-16gnu: janet: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/lisp.scm (janet)[arguments]: Rewrite as G-expressions.
2022-01-16gnu: janet: Update to 1.19.2.Tobias Geerinckx-Rice
* gnu/packages/lisp.scm (janet): Update to 1.19.2.
2022-01-16gnu: qtractor: Update to 0.9.25.Tobias Geerinckx-Rice
* gnu/packages/music.scm (qtractor): Update to 0.9.25. [build-system]: Replace GNU Autotools with CMake.
2022-01-16gnu: padthv1: Update to 0.9.24.Tobias Geerinckx-Rice
* gnu/packages/music.scm (padthv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
2022-01-16gnu: samplv1: Update to 0.9.24.Tobias Geerinckx-Rice
* gnu/packages/music.scm (samplv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
2022-01-16gnu: drumkv1: Update to 0.9.24.Tobias Geerinckx-Rice
* gnu/packages/music.scm (drumkv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
2022-01-16gnu: synthv1: Update to 0.9.24.Tobias Geerinckx-Rice
* gnu/packages/music.scm (synthv1): Update to 0.9.24. [build-system]: Replace GNU Autotools with CMake.
2022-01-16gnu: amsynth: Update to 1.12.4.Tobias Geerinckx-Rice
* gnu/packages/music.scm (amsynth): Update to 1.12.4.
2022-01-16gnu: eog-plugins: Update to 3.26.8.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.8.
2022-01-16gnu: nvme-cli: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (nvme-cli)[arguments]: Rewrite as G-expressions.
2022-01-16gnu: nvme-cli: Update to 1.16.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (nvme-cli): Update to 1.16.
2022-01-16gnu: memcached: Update to 1.6.13.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (memcached): Update to 1.6.13.
2022-01-16gnu: mtr: Update to 0.95.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (mtr): Update to 0.95.
2022-01-17gnu: sambamba: Update to 0.8.2.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (sambamba): Update to 0.8.2. [arguments]: Sett CC and D_LD in build phase. [native-inputs]: Add ld-gold-wrapper and binutils-gold.
2022-01-17gnu: Add r-leaflet-providers.Ricardo Wurmus
* gnu/packages/cran.scm (r-leaflet-providers): New variable.
2022-01-17gnu: Add poweralertdJosselin Poiret via Guix-patches via
* gnu/packages/freedesktop.scm (poweralertd): Add variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>