Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.22.
|
|
* gnu/packages/shellutils.scm (trash-cli): Update to 0.21.10.24.
[source]: Use github repository instead of pypi.
[arguments]<python>: Use python 3.
<tests>: Enable tests.
<phases>: Add "fix-setup.py" phase.
[native-inputs]: Add python-pytest, python-mock and python-six.
[propagated-inputs]: Add python-psutil.
|
|
* gnu/packages/graph.scm (igraph): Update to 0.9.9.
|
|
* gnu/packages/graph.scm (igraph): Update to 0.9.6.
[snippet]: Simplify source snippet a bit, leveraging the new support for
using an external plfit library.
|
|
This reverts commit 2cac7d328abb84dc00118286e9647d2715539c4d. The test suite
passes after the package update of e40dfcfcb1.
|
|
* gnu/packages/python-xyz.scm (python-black)
[phases]{relax-version-requirements}: New phase.
|
|
* gnu/packages/check.scm (python-pytest-6.1): Delete package.
* gnu/packages/python-web.scm (python-aiohttp): Update to 3.8.1.
[source]: Adjust snippet and comment it out with a TODO comment.
[phases]{cythonize}: Fix indentation.
{check}: Use 'when' for the TESTS? condition.
Delete the test_proxy_functional.py test file.
Skip tests requiring networking. Run tests in parallel with xdist.
[propagated-inputs]: Add python-aiosignal. Remove python-attrs.
{python-chardet}: Replace by...
{python-charset-normalizer}: ... this.
Add python-frozenlist.
[native-inputs]: Use the regular python-pytest package.
Add python-pytest-xdist.
|
|
* gnu/packages/python-xyz.scm (python-async-timeout): Update to 4.0.2.
[home-page]: Remove trailing / to please 'guix lint'.
|
|
* gnu/packages/python-web.scm (python-aiosignal): New variable.
|
|
* gnu/packages/python-web.scm (python-frozenlist): New variable.
|
|
The test suite is failing because it fails to handle a deprecation
warning. Just skip it for now.
* gnu/packages/python-web.scm (python-aiohttp)[arguments]: Skip the test suite.
|
|
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.7.0.
[inputs]: Add fluidsynth, fmt.
|
|
* gnu/packages/easyrpg.scm (liblcf): Update to 0.7.0.
|
|
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/gnome.scm (shotwell)[native-inputs]: Add python.
|
|
* gnu/packages/mtools.scm (mtools): Update to 4.0.37.
|
|
* gnu/packages/games.scm (freedroidrpg)[arguments]: Add ‘-fcommon’
to #:configure-flags' CFLAGS.
|
|
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/video.scm (pitivi)[native-inputs]: Add python.
|
|
Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer
propagates Python.
* gnu/packages/task-management.scm (blanket)[native-inputs]: Add python.
|
|
* gnu/packages/education.scm (snap)[inputs]: Remove labels.
|
|
* gnu/packages/education.scm (snap): Update to 7.0.5.
|
|
* gnu/packages/bittorrent.scm (deluge)[arguments]: Add comment
explaining the filtering of "librsvg" from the wrapper.
|
|
* gnu/packages/bittorrent.scm (deluge)[inputs]: Add bash-minimal.
[propagated-inputs]: Remove lablels.
|
|
* gnu/packages/bittorrent.scm (deluge): Update to 2.0.5.
[arguments]: Remove 'fix-gettext-warning' phase.
|
|
* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.7.
|
|
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.
|
|
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.172.
(linux-libre-5.4-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.92.
(linux-libre-5.10-pristine-source): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.15.
(linux-libre-5.15-pristine-source): Update hash.
|
|
* gnu/packages/enlightenment.scm (efl)[native-inputs]: Add python.
|
|
* gnu/packages/python-xyz.scm (python-pystache): Update to 0.6.0.
|
|
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>
|
|
* gnu/packages/wm.scm (xmobar): Update to 0.40.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
|
|
* gnu/packages/haskell-check.scm (ghc-quickcheck-classes): New variable.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-semirings): New variable.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
|
|
* gnu/packages/haskell-xyz.scm (ghc-primitive-addr): New variable.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
|
|
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.
|
|
* etc/completion/bash/guix (_guix_complete): Treat "guix home" like
"guix system".
|
|
* gnu/packages/mpi.scm (mpich)[inputs]: Remove labels.
[arguments]: Remove trailing #t from phases.
|
|
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.
|
|
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.
|
|
This is a followup to b1fc98d6b063a117fe2bcc19a60c8b9a48301593.
* guix/inferior.scm (cached-channel-instance): When AUTHENTICATE? is
false, return (derivation->output-path profile).
|
|
* 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.
|
|
* gnu/packages/video.scm (libvpx): Update to 1.11.0.
|
|
* gnu/packages/sphinx.scm (python-sphinxcontrib-svg2pdfconverter): Update to
1.2.0.
[arguments]: New field.
|
|
* gnu/packages/emulators.scm (mame)[arguments]: Fix typo in input name.
|
|
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.
|
|
This reverts commit a40ac6271578ea061a8a07b2adbd6032a690ca70.
|
|
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.
|
|
* gnu/packages/python-xyz.scm (python-simpleeval): Update to 0.9.12.
|
|
With resolved conflicts in:
gnu/packages/gnome.scm
gnu/packages/openstack.scm
gnu/packages/python-xyz.scm
|