me
/
guix
Archived
1
0
Fork 0
Commit Graph

91602 Commits (b5604a827bd64477eb0b3cbbd213d313730e39e5)

Author SHA1 Message Date
Leo Famulari fc31774747
gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-4122].
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.7.
2022-01-17 15:47:21 -05:00
Leo Famulari 2c7f2b40e2
gnu: linux-libre-lts: Update to 5.15.
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-17 15:43:41 -05:00
Leo Famulari 601c30e32f
gnu: linux-libre 5.4: Update to 5.4.172.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.172.
(linux-libre-5.4-pristine-source): Update hash.
2022-01-17 15:43:41 -05:00
Leo Famulari 71c287392b
gnu: linux-libre 5.10: Update to 5.10.92.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.92.
(linux-libre-5.10-pristine-source): Update hash.
2022-01-17 15:43:41 -05:00
Leo Famulari a62a05cee5
gnu: linux-libre: Update to 5.15.15.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.15.
(linux-libre-5.15-pristine-source): Update hash.
2022-01-17 15:43:31 -05:00
Maxim Cournoyer e43b27d5bc
gnu: efl: Add python to native inputs.
* gnu/packages/enlightenment.scm (efl)[native-inputs]: Add python.
2022-01-17 14:49:38 -05:00
Maxim Cournoyer 36f6188fc4
gnu: python-pystache: Update to 0.6.0.
* gnu/packages/python-xyz.scm (python-pystache): Update to 0.6.0.
2022-01-17 14:40:13 -05:00
John Kehayias 5387a9c00e
gnu: Add xmonad-next and ghc-xmonad-contrib-next.
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-17 20:29:39 +01:00
John Kehayias via Guix-patches via 723aa8b391
gnu: xmobar: Update to 0.40.
* gnu/packages/wm.scm (xmobar): Update to 0.40.

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17 20:29:39 +01:00
John Kehayias via Guix-patches via c1c2171158
gnu: Add ghc-quickcheck-classes.
* gnu/packages/haskell-check.scm (ghc-quickcheck-classes): New variable.

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17 20:29:39 +01:00
John Kehayias via Guix-patches via 67e3de56ec
gnu: Add ghc-semirings.
* gnu/packages/haskell-xyz.scm (ghc-semirings): New variable.

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17 20:29:39 +01:00
John Kehayias via Guix-patches via dc28f4ef85
gnu: Add ghc-primitive-addr.
* gnu/packages/haskell-xyz.scm (ghc-primitive-addr): New variable.

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-01-17 20:29:39 +01:00
Leo Famulari eb8eb60eef
gnu: Epiphany: Use the correct hash for Epiphany 41.2.
This hash was updated correctly in commit
291c4fa0ba, 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-17 14:09:06 -05:00
Ludovic Courtès 93d3a2b23c
bash completion: Complete "guix home" sub-commands.
* etc/completion/bash/guix (_guix_complete): Treat "guix home" like
"guix system".
2022-01-17 19:05:48 +01:00
Ludovic Courtès 3f536e01c1
gnu: mpich: Remove input labels and trailing #t in phases.
* gnu/packages/mpi.scm (mpich)[inputs]: Remove labels.
[arguments]: Remove trailing #t from phases.
2022-01-17 19:05:48 +01:00
Ludovic Courtès 7bf85e63c1
gnu: mpich: Allow compilation with GCC 10.
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-17 19:05:48 +01:00
Ludovic Courtès bf23862abc
guix home: Default verbosity is the same as for 'guix system'.
Previously the default verbosity would always be 3, and
'verbosity-level' would thus have no effect.

* guix/scripts/home.scm (verbosity-level): Change to level 3 for
'build'.
(%default-options): Set 'verbosity' to #f.
2022-01-17 19:05:48 +01:00
Ludovic Courtès a9cc79d9f3
inferior: 'cached-channel-instance' always returns a directory.
This is a followup to b1fc98d6b0.

* guix/inferior.scm (cached-channel-instance): When AUTHENTICATE? is
false, return (derivation->output-path profile).
2022-01-17 19:05:48 +01:00
Efraim Flashner eb614420f6
gnu: rust-cfg-expr-0.8: Combine the two definitions.
* 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-17 19:48:29 +02:00
Marius Bakke df78a83a70
gnu: libvpx: Update to 1.11.0.
* gnu/packages/video.scm (libvpx): Update to 1.11.0.
2022-01-17 18:23:14 +01:00
Marius Bakke bba32b9d31
gnu: python-sphinxcontrib-svg2pdfconverter: Update to 1.2.0.
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter): Update to
1.2.0.
[arguments]: New field.
2022-01-17 18:23:14 +01:00
Marius Bakke c7dd51dd61
gnu: mame: Fix build failure.
* gnu/packages/emulators.scm (mame)[arguments]: Fix typo in input name.
2022-01-17 18:23:14 +01:00
Marius Bakke f3b73e46df
gnu: ungoogled-chromium: Use bundled libvpx for WebRTC.
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-17 18:23:14 +01:00
Marius Bakke 9070dc562e
Revert "gnu: password-store: Fix failing test suite."
This reverts commit a40ac62715.
2022-01-17 18:23:14 +01:00
Marius Bakke 5da4cbfbd9
gnu: password-store: Ensure compatibility with tree@2.0.
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-17 18:23:13 +01:00
Maxim Cournoyer d54c31923d
gnu: python-simpleeval: Update to 0.9.12.
* gnu/packages/python-xyz.scm (python-simpleeval): Update to 0.9.12.
2022-01-17 11:53:02 -05:00
Maxim Cournoyer 276f40fdc3
Merge branch 'version-1.4.0'
With resolved conflicts in:
	gnu/packages/gnome.scm
	gnu/packages/openstack.scm
	gnu/packages/python-xyz.scm
2022-01-17 11:47:09 -05:00
Taiju HIGASHI b2f6b6f6b9
gnu: Add font-plemoljp.
* gnu/packages/fonts.scm (font-plemoljp): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-17 11:11:40 +01:00
Nicolas Goaziou 0dbfc16ee2
gnu: emacs-geiser-guile: Use G-expressions.
* gnu/packages/emacs-xyz.scm (emacs-geiser-guile)[arguments]<#:include,
2022-01-17 10:47:15 +01:00
Nicolas Goaziou 87ad668a51
gnu: emacs-ebuild-mode: Use G-expressions.
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode)[arguments]<#:phases>: Use gexps.
2022-01-17 10:40:50 +01:00
Nicolas Goaziou 83cdbcc940
gnu: emacs-ebuild-mode: Update to 1.55.
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.55.
2022-01-17 10:39:53 +01:00
Tobias Geerinckx-Rice 487613deea
gnu: oil: Use G-expressions.
* gnu/packages/shells.scm (oil)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:02 +01:00
Tobias Geerinckx-Rice a2350a16dd
gnu: oil: Update to 0.9.6.
* gnu/packages/shells.scm (oil): Update to 0.9.6.
2022-01-16 01:00:02 +01:00
Tobias Geerinckx-Rice b56a8afbf8
gnu: lxc: Use G-expressions.
* gnu/packages/virtualization.scm (lxc)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:02 +01:00
Tobias Geerinckx-Rice d6f890a471
gnu: lxd: Update to 4.22.
* gnu/packages/virtualization.scm (lxd): Update to 4.22.
[arguments]: Don't explicitly return #t from phases.
2022-01-16 01:00:02 +01:00
Tobias Geerinckx-Rice 2445f78085
gnu: lxcfs: Update to 4.0.11.
* gnu/packages/virtualization.scm (lxcfs): Update to 4.0.11.
2022-01-16 01:00:02 +01:00
Tobias Geerinckx-Rice b88f20d9f5
gnu: lxc: Update to 4.0.11.
* gnu/packages/virtualization.scm (lxc): Update to 4.0.11.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice a3500a0a65
gnu: protozero: Update to 1.7.1.
* gnu/packages/protobuf.scm (protozero): Update to 1.7.1.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice abb7272af3
gnu: janet: Use G-expressions.
* gnu/packages/lisp.scm (janet)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice 38200e3652
gnu: janet: Update to 1.19.2.
* gnu/packages/lisp.scm (janet): Update to 1.19.2.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice 5d2ba70a78
gnu: qtractor: Update to 0.9.25.
* gnu/packages/music.scm (qtractor): Update to 0.9.25.
[build-system]: Replace GNU Autotools with CMake.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice bba3e67e44
gnu: padthv1: Update to 0.9.24.
* gnu/packages/music.scm (padthv1): Update to 0.9.24.
[build-system]: Replace GNU Autotools with CMake.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice 732fe221ff
gnu: samplv1: Update to 0.9.24.
* gnu/packages/music.scm (samplv1): Update to 0.9.24.
[build-system]: Replace GNU Autotools with CMake.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice 36008f30e7
gnu: drumkv1: Update to 0.9.24.
* gnu/packages/music.scm (drumkv1): Update to 0.9.24.
[build-system]: Replace GNU Autotools with CMake.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice 916982db09
gnu: synthv1: Update to 0.9.24.
* gnu/packages/music.scm (synthv1): Update to 0.9.24.
[build-system]: Replace GNU Autotools with CMake.
2022-01-16 01:00:01 +01:00
Tobias Geerinckx-Rice 60fd190ecc
gnu: amsynth: Update to 1.12.4.
* gnu/packages/music.scm (amsynth): Update to 1.12.4.
2022-01-16 01:00:00 +01:00
Tobias Geerinckx-Rice 1d6c3716ac
gnu: eog-plugins: Update to 3.26.8.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.8.
2022-01-16 01:00:00 +01:00
Tobias Geerinckx-Rice 847bd37be7
gnu: nvme-cli: Use G-expressions.
* gnu/packages/linux.scm (nvme-cli)[arguments]:
Rewrite as G-expressions.
2022-01-16 01:00:00 +01:00
Tobias Geerinckx-Rice a7fd4bb828
gnu: nvme-cli: Update to 1.16.
* gnu/packages/linux.scm (nvme-cli): Update to 1.16.
2022-01-16 01:00:00 +01:00
Tobias Geerinckx-Rice eeb740d937
gnu: memcached: Update to 1.6.13.
* gnu/packages/databases.scm (memcached): Update to 1.6.13.
2022-01-16 01:00:00 +01:00