aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: artwork: Update repository to latest commit.Maxim Cournoyer2022-08-11
| | | | | * gnu/artwork.scm (%artwork-repository): Update to commit 4c7f2ce6428a63e202cd2a9474a06f68a946934d.
* build: marionette: Adjust QEMU Info manual reference.Maxim Cournoyer2022-08-11
| | | | | * gnu/build/marionette.scm (marionette-control): Update doc to correct the QEMU Info manual reference.
* gnu: gnome-themes-standard: Deprecate in favor of gnome-themes-extra.Maxim Cournoyer2022-08-11
| | | | | | * gnu/packages/gnome.scm (gnome-themes-standard): Mark as deprecated by gnome-themes-extra. (gnome)[inputs]: Remove gnome-themes-extra.
* gnu: wpa-supplicant-gui: Fix build.Timotej Lazar2022-08-11
| | | | | | | | | | * gnu/packages/admin.scm (wpa-supplicant-gui)[build-system]: Use qt-build-system. [phases]: Use G-exps. Drop trailing #t. Don’t wrap-program as that is done by the build system. Set $HOME to a writable directory when converting icons to stop Inkscape complaining. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* build-system/channel: Correctly handle store file name from (gnu ci).Ludovic Courtès2022-08-11
| | | | | | | | This is a followup to cf60a0a906440ccb007bae1243c3e0397c3a0aba. Reported by Mathieu Othacehe <othacehe@gnu.org>. * guix/build-system/channel.scm (build-channels): Add 'string?' case.
* po: Add 'guix/read-print.scm'.Ludovic Courtès2022-08-11
| | | | | | This is a followup to b21d05d232ec0aba5abec20e83cc52c1d5163cc3. * po/guix/POTFILES.in: Add 'guix/read-print.scm'.
* gnu: Add r-qmri.Ricardo Wurmus2022-08-11
| | | | * gnu/packages/cran.scm (r-qmri): New variable.
* gnu: Add r-mritc.Ricardo Wurmus2022-08-11
| | | | * gnu/packages/cran.scm (r-mritc): New variable.
* gnu: Add r-oro-nifti.Ricardo Wurmus2022-08-11
| | | | * gnu/packages/cran.scm (r-oro-nifti): New variable.
* gnu: Add r-adimpro.Ricardo Wurmus2022-08-11
| | | | * gnu/packages/cran.scm (r-adimpro): New variable.
* etc: teams: Add Mathieu Othacehe to mentors.Mathieu Othacehe2022-08-11
| | | | * etc/teams.scm.in (mentors): New member.
* gnu: Add r-fmri.Ricardo Wurmus2022-08-11
| | | | * gnu/packages/cran.scm (r-fmri): New variable.
* gnu: unzip: Fix cross-compilation.Tobias Geerinckx-Rice2022-08-07
| | | | | | | Fixes <https://issues.guix.gnu.org/57127>. * gnu/packages/compression.scm (unzip)[arguments]: Use #$output when cross-compiling.
* gnu: unzip: Use G-expressions.Tobias Geerinckx-Rice2022-08-07
| | | | | * gnu/packages/compression.scm (unzip)[arguments]: Rewrite as G-expressions.
* gnu: Add f3d.Paul A. Patience2022-08-11
| | | | | | * gnu/packages/graphics.scm (f3d): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: vtk: Enable the RenderingExternal module.Paul A. Patience2022-08-11
| | | | | | | * gnu/packages/image-processing.scm (vtk)[arguments]<#:configure-flags>: Add -DVTK_MODULE_ENABLE_VTK_RenderingExternal=YES. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: pcc: Respect --without-tests.(2022-08-11
| | | | | | | * gnu/packages/c.scm (pcc)[arguments]<#:phases>{check}: Respect the `tests?` argument. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: pcc: Fix build.(2022-08-11
| | | | | | | | * gnu/packages/c.scm (pcc)[arguments]: Use gexps. <#:phases>{fix-multiple-definitions}: New phase. [native-inputs]: Adjust formatting. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: libplacebo: Update to 4.208.0.Milkey Mouse2022-08-11
| | | | | | | * gnu/packages/video.scm (libplacebo)[version]: Update to 4.208.0. [native-inputs]: Add python. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: guile-srfi-158: Update to 0.0.1-0-13126d1.pukkamustard2022-08-11
| | | | | | | | | This fixes compilation and cross-compilation. * gnu/packages/guile-xyz.scm (guile-srfi-158): Update it. [native-inputs]: Add guile-3.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: x265: Fix build on ppc64le.Marcel van der Boom2022-08-11
| | | | | | * gnu/packages/video.scm (x265)[arguments]: Disable ALTIVEC for ppc64le. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-symengine: Fix tests.宋文武2022-08-11
| | | | | | | | This fixes <https://issues.guix.gnu.org/57104>. * gnu/packages/python-xyz.scm (python-symengine): [native-inputs]: Add python-nose. [arguments]: Run tests with 'nosetests'.
* gnu: reprotest: Update to 0.7.21.Vagrant Cascadian2022-08-10
| | | | * gnu/packages/diffoscope.scm (reprotest): Update to 0.7.21.
* gnu: diffoscope: Update to 220.Vagrant Cascadian2022-08-10
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 220.
* gnu: Add lcsync.Vagrant Cascadian2022-08-10
| | | | * gnu/packages/networking.scm (lcsync): New variable.
* gnu: Add librecast.Vagrant Cascadian2022-08-10
| | | | * gnu/packages/networking.scm (librecast): New variable.
* gnu: Add lcrq.Vagrant Cascadian2022-08-10
| | | | * gnu/packages/networking.scm (lcrq): New variable.
* gnu: strace: Update to 5.18.Marius Bakke2022-08-11
| | | | * gnu/packages/linux.scm (strace): Update to 5.18.
* gnu: strace: Add release-monitoring-url.Marius Bakke2022-08-11
| | | | * gnu/packages/linux.scm (strace)[properties]: New field.
* gnu: libreoffice: Remove input labels.Marius Bakke2022-08-11
| | | | | | | * gnu/packages/libreoffice.scm (dtoa): New private variable. (libreoffice)[native-inputs, inputs]: Remove labels. [arguments]: Use G-expression and SEARCH-INPUT-FILE & co where appropriate. Remove trailing #t's.
* gnu: libreoffice: Update to 7.3.5.2.Marius Bakke2022-08-11
| | | | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 7.3.5.2. [inputs]: Add LIBCUCKOO and ZXING-CPP. * gnu/packages/hunspell.scm (hunspell-dictionary): Update hash.
* gnu: libcmis: Update to 0.5.2-46-gf264a61.Marius Bakke2022-08-11
| | | | | | | | * gnu/packages/libreoffice.scm (libcmis): Update to 0.5.2-46-gf264a61. [source]: Switch to GIT-FETCH. [native-inputs]: Add AUTOCONF, AUTOMAKE, and LIBTOOL. [arguments]: Override bootstrap phase. While at it, convert to gexp and remove label usage.
* gnu: Add libcuckoo.Marius Bakke2022-08-11
| | | | * gnu/packages/datastructures.scm (libcuckoo): New variable.
* gnu: libetonyek: Don't hard code mdds version.Marius Bakke2022-08-11
| | | | | * gnu/packages/libreoffice.scm (libetonyek)[arguments]: Automatically pass the major+minor version components of the "mdds" input.
* gnu: orcus: Update to 0.17.2.Marius Bakke2022-08-11
| | | | * gnu/packages/libreoffice.scm (orcus): Update to 0.17.2.
* gnu: ixion: Update to 0.17.0.Marius Bakke2022-08-11
| | | | * gnu/packages/libreoffice.scm (ixion): Update to 0.17.0.
* gnu: mdds: Update to 2.0.3.Marius Bakke2022-08-11
| | | | | * gnu/packages/boost.scm (mdds): Update to 2.0.3. [source](uri): Use HTTPS & .xz tarball.
* gnu: libabigail: Remove input labels.Marius Bakke2022-08-11
| | | | * gnu/packages/elf.scm (libabigail)[native-inputs]: Remove labels.
* gnu: libabigail: Update to 2.0.Marius Bakke2022-08-11
| | | | * gnu/packages/elf.scm (libabigail): Update to 2.0.
* gnu: qtwayland: Remove input labels.Marius Bakke2022-08-11
| | | | * gnu/packages/qt.scm (qtwayland)[inputs]: Remove labels.
* gnu: qtwayland: Fix build with GCC 11.Marius Bakke2022-08-11
| | | | | | * gnu/packages/patches/qtwayland-gcc-11.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/qt.scm (qtwayland)[source](patches): New field.
* gnu: fuse@2: Prepare for newer glibc.Marius Bakke2022-08-11
| | | | | | | | * gnu/packages/patches/fuse-glibc-2.34.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/linux.scm (fuse)[source](patches): Add the patch. [arguments]: Add force-bootstrap phase. [native-inputs]: Add AUTOCONF, AUTOMAKE, GETTEXT-MINIMAL, and LIBTOOL.
* nls: Update translations.Julien Lepiller2022-08-10
| | | | | po/guix/bn.po: New file. po/guix/LINGUAS: Add it.
* gnu: ocaml-extlib: Update to 1.7.9.Julien Lepiller2022-08-10
| | | | * gnu/packages/ocaml.scm (ocaml-extlib): Update to 1.7.9.
* gnu: frama-c: Use lablgtk3.Julien Lepiller2022-08-10
| | | | * gnu/packages/maths.scm (frama-c): Build the graphical interface.
* read-print: Remove unused procedure.Ludovic Courtès2022-08-10
| | | | * guix/read-print.scm (combine-vertical-space): Remove.
* read-print: Report missing closing parens instead of looping.Ludovic Courtès2022-08-10
| | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/57093>. Reported by Mohammed AMAR-BENSABER <renken@shione.net>. Previously 'read-with-comments' would enter an infinite loop. * guix/read-print.scm (read-with-comments)[missing-closing-paren-error]: New procedure. Call it when 'loop' as called from 'liip' returns EOF. * tests/read-print.scm ("read-with-comments: missing closing paren"): New test.
* ssh: 'open-ssh-session' gracefully handles connection timeouts.Ludovic Courtès2022-08-10
| | | | * guix/ssh.scm (open-ssh-session): Add case for 'again.
* gnu: Add r-liana.Ricardo Wurmus2022-08-10
| | | | * gnu/packages/bioinformatics.scm (r-liana): New variable.
* gnu: Add r-omnipathr/devel.Ricardo Wurmus2022-08-10
| | | | * gnu/packages/bioinformatics.scm (r-omnipathr/devel): New variable.