summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: arm-trusted-firmware: Remove input labels.•••* gnu/packages/firmware.scm (make-arm-trusted-firmware)[native-inputs]: Remove labels. Marius Bakke2022-01-181-10/+11
* gnu: Add arm-trusted-firmware-imx8mq.•••* gnu/packages/firmware.scm (arm-trusted-firmware-imx8mq): New public variable. Marius Bakke2022-01-181-1/+12
* gnu: arm-trusted-firmware: Use the default compiler.•••* gnu/packages/firmware.scm (make-arm-trusted-firmware)[native-inputs]: Remove GCC-9. Marius Bakke2022-01-181-7/+3
* gnu: Adjust merge resolution.•••Commit 276f40fdc349d2ad62582b23ea55e061b689cfc0 added unnecessary changes to these variables. * gnu/packages/openstack.scm (python-os-testr)[propagated-inputs]: Remove everything except PYTHON-STESTR. [native-inputs]: Add PYTHON-BABEL, PYTHON-TESTREPOSITORY and PYTHON-TESTTOOLS. * gnu/packages/python-xyz.scm (python-platformdirs)[arguments]: Remove obsolete phase. Run pytest verbosely. [native-inputs]: Remove PYTHON-PYTEST-COV. Marius Bakke2022-01-182-16/+9
* gnu: gqrx: Update to 2.15.4.•••* gnu/packages/radio.scm (gqrx): Update to 2.15.4. Guillaume Le Vaillant2022-01-181-2/+2
* daemon: Always default to gzip for log compression.•••* nix/libstore/globals.cc (Settings::Settings): Have 'logCompression' default to COMPRESSION_GZIP unconditionally. * gnu/services/base.scm (<guix-configuration>)[log-compression]: Default to 'gzip. * doc/guix.texi (Invoking guix-daemon, Base Services): Adjust accordingly. Ludovic Courtès2022-01-181-1/+1
* gnu: papi: Update to 6.0.0.•••* gnu/packages/profiling.scm (papi): Update to 6.0.0. [source]: Add 'modules' and 'snippet'. [inputs]: Add LIBPFM4. [native-inputs]: Remove AUTOCONF. [arguments]: Use gexps. Pass "--with-shlib-tools" and "--with-pfm-prefix=". Remove 'autoconf', 'patch-components', and 'components' phases. Add 'change-directory' phase. Adjust file name in 'extra-doc' phase'. Ludovic Courtès2022-01-181-58/+61
* gnu: papi: Add 'release-monitoring-url' property.•••* gnu/packages/profiling.scm (papi)[properties]: New field. Ludovic Courtès2022-01-181-0/+3
* gnu: gnome-control-center: Update to 41.2.•••* gnu/packages/patches/gnome-control-center-libexecdir.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gnome.scm (gnome-control-center): Update to 41.2. [source]: Apply patch. [phases]{no-polkit-magic}: New phase. [native-inputs]: Use new style. Add python. [propagated-inputs]: Use new style. Replace gdk-pixbuf by librsvg. Maxim Cournoyer2022-01-183-48/+115
* gnu: gnome-boxes: Add python to native inputs.•••* gnu/packages/gnome.scm (gnome-boxes)[native-inputs]: Use new style and add python. [inputs]: Use new style. Maxim Cournoyer2022-01-181-28/+29
* gnu: folks: Add python to native inputs.•••Reported by ekaitz on #guix. * gnu/packages/gnome.scm (folks): Delete trailing #t. [native-inputs]: Use new style. Add python. Maxim Cournoyer2022-01-181-8/+8
* gnu: python-dbusmock: Update to 0.25.0 and reap terminated processes.•••It was reported by abrenon and zimoun in #guix that python-dbusmock would fail to build on their systems. * gnu/packages/python-xyz.scm (python-dbusmock) [imported-modules, modules]: New arguments. [native-inputs]: Use new style. [phases]{check}: Override phase to run it via a dumb init that can handle signals and reap dead processes correctly. This prevents test suite failures in some cases (though it is still unknown why it was working on some systems and not on others before the change). Maxim Cournoyer2022-01-181-9/+30
* gnu: vte: Fix build.•••* gnu/packages/gnome.scm (vte)[native-inputs]: Add python. Mathieu Othacehe2022-01-181-0/+1
* gnu: python-jose: Update to 3.3.0.•••Failed due to upgrade of python-ecdsa in commit 8f73537f7961e93cce0c0457c9f762ff1f1770cb. * gnu/packages/python-web.scm (python-jose): Update to 3.3.0. Lars-Dominik Braun2022-01-181-2/+2
* gnu: python-esptool-3.0: Add missing dependencies.•••Fixes: <https://issues.guix.gnu.org/52988> * gnu/packages/engineering.scm (python-esptool-3.0)[propagated-inputs]: Add python-reedsolo, python-cryptography and python-bitstring. Lars-Dominik Braun2022-01-181-3/+2
* gnu: python-ecdsa: Update to 0.17.0.•••Required by python-esptool. * gnu/packages/python-crypto.scm (python-ecdsa): Update to 0.17.0. [arguments]: Ignore failing test. Lars-Dominik Braun2022-01-181-3/+7
* gnu: Add python-reedsolo.•••Missing dependency of python-esptool. * gnu/packages/python-xyz.scm (python-reedsolo): New variable. Lars-Dominik Braun2022-01-181-0/+20
* gnu: emacs-xclip: Update to 1.11.•••* gnu/packages/emacs-xyz.scm (emacs-xclip): Update to 1.11. [source]: Use ".tar" extension. Nicolas Goaziou2022-01-181-3/+3
* gnu: gmni: Update to 1.0.•••* gnu/packages/web-browsers.scm (gmni): Update to 1.0. [arguments]<#:make-flags>: Use G-expressions. [inputs]: Replace openssl with bearssl. Nicolas Goaziou2022-01-181-29/+29
* gnu: Add bearssl.•••* gnu/packages/tls.scm (bearssl): New variable. Nicolas Goaziou2022-01-181-0/+51
* gnu: lagrange: Update to 1.10.0.•••* gnu/packages/web-browsers.scm (lagrange): Update to 1.10.0. Nicolas Goaziou2022-01-181-2/+2
* gnu: emacs-svg-lib: Update to 0.2.5.•••* gnu/packages/emacs-xyz.scm (emacs-svg-lib): Update to 0.2.5. Nicolas Goaziou2022-01-181-3/+3
* gnu: emacs-xr: Update to 1.22.•••* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.22. Nicolas Goaziou2022-01-181-4/+4
* gnu: trash-cli: Update to 0.21.10.24.•••* 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. Brice Waegeneire2022-01-181-8/+25
* gnu: igraph: Update to 0.9.9.•••* gnu/packages/graph.scm (igraph): Update to 0.9.9. Maxim Cournoyer2022-01-181-2/+2
* gnu: igraph: Update to 0.9.6.•••* 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. Maxim Cournoyer2022-01-181-21/+12
* Revert "gnu: python-aiohttp: Skip the tests."•••This reverts commit 2cac7d328abb84dc00118286e9647d2715539c4d. The test suite passes after the package update of e40dfcfcb1. Maxim Cournoyer2022-01-181-4/+1
* gnu: python-black: Relax tomli version requirement.•••* gnu/packages/python-xyz.scm (python-black) [phases]{relax-version-requirements}: New phase. Maxim Cournoyer2022-01-171-0/+5
* gnu: python-aiohttp: Update to 3.8.1.•••* 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. Maxim Cournoyer2022-01-172-36/+37
* gnu: python-async-timeout: Update to 4.0.2.•••* gnu/packages/python-xyz.scm (python-async-timeout): Update to 4.0.2. [home-page]: Remove trailing / to please 'guix lint'. Maxim Cournoyer2022-01-171-3/+3
* gnu: Add python-aiosignal.•••* gnu/packages/python-web.scm (python-aiosignal): New variable. Maxim Cournoyer2022-01-171-0/+27
* gnu: Add python-frozenlist.•••* gnu/packages/python-web.scm (python-frozenlist): New variable. Maxim Cournoyer2022-01-171-1/+27
* gnu: python-aiohttp: Skip the tests.•••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. Leo Famulari2022-01-171-1/+4
* gnu: easyrpg-player: Update to 0.7.0.•••* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.7.0. [inputs]: Add fluidsynth, fmt. Nicolas Goaziou2022-01-181-3/+6
* gnu: liblcf: Update to 0.7.0.•••* gnu/packages/easyrpg.scm (liblcf): Update to 0.7.0. Nicolas Goaziou2022-01-181-2/+2
* gnu: shotwell: Add python to native inputs.•••Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/gnome.scm (shotwell)[native-inputs]: Add python. Leo Famulari2022-01-171-0/+1
* gnu: mtools: Update to 4.0.37.•••* gnu/packages/mtools.scm (mtools): Update to 4.0.37. Tobias Geerinckx-Rice2022-01-161-2/+2
* gnu: freedroidrpg: Fix build with GCC 10.•••* gnu/packages/games.scm (freedroidrpg)[arguments]: Add ‘-fcommon’ to #:configure-flags' CFLAGS. Tobias Geerinckx-Rice2022-01-161-0/+1
* gnu: pitivi: Add python to native-inputs.•••Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/video.scm (pitivi)[native-inputs]: Add python. Leo Famulari2022-01-171-1/+2
* gnu: Blanket: Add python to native-inputs.•••Since commit 5d20d7e1369fc7d93de19c0bd219937d697ceae6, meson no longer propagates Python. * gnu/packages/task-management.scm (blanket)[native-inputs]: Add python. Leo Famulari2022-01-171-1/+2
* gnu: snap: Remove inputs labels.•••* gnu/packages/education.scm (snap)[inputs]: Remove labels. Nicolas Goaziou2022-01-181-3/+1
* gnu: snap: Update to 7.0.5.•••* gnu/packages/education.scm (snap): Update to 7.0.5. Nicolas Goaziou2022-01-181-2/+2
* gnu: deluge: Add explanation about wrap phase.•••* gnu/packages/bittorrent.scm (deluge)[arguments]: Add comment explaining the filtering of "librsvg" from the wrapper. Brice Waegeneire2022-01-171-0/+3
* gnu: deluge: Adjust style.•••* gnu/packages/bittorrent.scm (deluge)[inputs]: Add bash-minimal. [propagated-inputs]: Remove lablels. Brice Waegeneire2022-01-171-16/+18
* gnu: deluge: Update to 2.0.5.•••* gnu/packages/bittorrent.scm (deluge): Update to 2.0.5. [arguments]: Remove 'fix-gettext-warning' phase. Brice Waegeneire2022-01-171-9/+3
* gnu: cryptsetup: Update to 2.3.7 [fixes CVE-2021-4122].•••* gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.7. Leo Famulari2022-01-171-2/+2
* 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. Leo Famulari2022-01-171-8/+11
* 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. Leo Famulari2022-01-171-2/+2
* 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. Leo Famulari2022-01-171-2/+2
* 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. Leo Famulari2022-01-171-2/+2