summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: lcrq: Use test-target.•••* gnu/packages/networking.scm (lcrq)[arguments]: Set test-target. Remove custom 'check phase. Efraim Flashner2022-08-111-5/+2
* gnu: artwork: Update repository to latest commit.•••* gnu/artwork.scm (%artwork-repository): Update to commit 4c7f2ce6428a63e202cd2a9474a06f68a946934d. Maxim Cournoyer2022-08-111-2/+2
* build: marionette: Adjust QEMU Info manual reference.•••* gnu/build/marionette.scm (marionette-control): Update doc to correct the QEMU Info manual reference. Maxim Cournoyer2022-08-111-2/+2
* gnu: gnome-themes-standard: Deprecate in favor of gnome-themes-extra.•••* gnu/packages/gnome.scm (gnome-themes-standard): Mark as deprecated by gnome-themes-extra. (gnome)[inputs]: Remove gnome-themes-extra. Maxim Cournoyer2022-08-111-37/+3
* gnu: wpa-supplicant-gui: Fix build.•••* 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> Timotej Lazar2022-08-111-27/+24
* gnu: Add r-qmri.•••* gnu/packages/cran.scm (r-qmri): New variable. Ricardo Wurmus2022-08-111-0/+27
* gnu: Add r-mritc.•••* gnu/packages/cran.scm (r-mritc): New variable. Ricardo Wurmus2022-08-111-0/+20
* gnu: Add r-oro-nifti.•••* gnu/packages/cran.scm (r-oro-nifti): New variable. Ricardo Wurmus2022-08-111-0/+21
* gnu: Add r-adimpro.•••* gnu/packages/cran.scm (r-adimpro): New variable. Ricardo Wurmus2022-08-111-0/+25
* gnu: Add r-fmri.•••* gnu/packages/cran.scm (r-fmri): New variable. Ricardo Wurmus2022-08-111-0/+24
* gnu: unzip: Fix cross-compilation.•••Fixes <https://issues.guix.gnu.org/57127>. * gnu/packages/compression.scm (unzip)[arguments]: Use #$output when cross-compiling. Tobias Geerinckx-Rice2022-08-071-3/+7
* gnu: unzip: Use G-expressions.•••* gnu/packages/compression.scm (unzip)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2022-08-071-19/+23
* gnu: Add f3d.•••* gnu/packages/graphics.scm (f3d): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Paul A. Patience2022-08-111-0/+71
* gnu: vtk: Enable the RenderingExternal module.•••* gnu/packages/image-processing.scm (vtk)[arguments]<#:configure-flags>: Add -DVTK_MODULE_ENABLE_VTK_RenderingExternal=YES. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Paul A. Patience2022-08-111-0/+1
* gnu: pcc: Respect --without-tests.•••* gnu/packages/c.scm (pcc)[arguments]<#:phases>{check}: Respect the `tests?` argument. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> (2022-08-111-2/+3
* gnu: pcc: Fix build.•••* 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> (2022-08-111-6/+15
* gnu: libplacebo: Update to 4.208.0.•••* gnu/packages/video.scm (libplacebo)[version]: Update to 4.208.0. [native-inputs]: Add python. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Milkey Mouse2022-08-111-4/+4
* gnu: guile-srfi-158: Update to 0.0.1-0-13126d1.•••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> pukkamustard2022-08-111-23/+24
* gnu: x265: Fix build on ppc64le.•••* gnu/packages/video.scm (x265)[arguments]: Disable ALTIVEC for ppc64le. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Marcel van der Boom2022-08-111-0/+8
* gnu: python-symengine: Fix tests.•••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'. 宋文武2022-08-111-1/+12
* gnu: reprotest: Update to 0.7.21.•••* gnu/packages/diffoscope.scm (reprotest): Update to 0.7.21. Vagrant Cascadian2022-08-101-2/+2
* gnu: diffoscope: Update to 220.•••* gnu/packages/diffoscope.scm (diffoscope): Update to 220. Vagrant Cascadian2022-08-101-2/+2
* gnu: Add lcsync.•••* gnu/packages/networking.scm (lcsync): New variable. Vagrant Cascadian2022-08-101-0/+49
* gnu: Add librecast.•••* gnu/packages/networking.scm (librecast): New variable. Vagrant Cascadian2022-08-101-0/+50
* gnu: Add lcrq.•••* gnu/packages/networking.scm (lcrq): New variable. Vagrant Cascadian2022-08-101-0/+36
* gnu: strace: Update to 5.18.•••* gnu/packages/linux.scm (strace): Update to 5.18. Marius Bakke2022-08-111-2/+2
* gnu: strace: Add release-monitoring-url.•••* gnu/packages/linux.scm (strace)[properties]: New field. Marius Bakke2022-08-111-0/+2
* gnu: libreoffice: Remove input labels.•••* 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. Marius Bakke2022-08-111-183/+184
* gnu: libreoffice: Update to 7.3.5.2.•••* 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. Marius Bakke2022-08-112-3/+6
* gnu: libcmis: Update to 0.5.2-46-gf264a61.•••* 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. Marius Bakke2022-08-111-21/+34
* gnu: Add libcuckoo.•••* gnu/packages/datastructures.scm (libcuckoo): New variable. Marius Bakke2022-08-111-1/+25
* gnu: libetonyek: Don't hard code mdds version.•••* gnu/packages/libreoffice.scm (libetonyek)[arguments]: Automatically pass the major+minor version components of the "mdds" input. Marius Bakke2022-08-111-1/+6
* gnu: orcus: Update to 0.17.2.•••* gnu/packages/libreoffice.scm (orcus): Update to 0.17.2. Marius Bakke2022-08-111-2/+2
* gnu: ixion: Update to 0.17.0.•••* gnu/packages/libreoffice.scm (ixion): Update to 0.17.0. Marius Bakke2022-08-111-3/+3
* gnu: mdds: Update to 2.0.3.•••* gnu/packages/boost.scm (mdds): Update to 2.0.3. [source](uri): Use HTTPS & .xz tarball. Marius Bakke2022-08-111-4/+4
* gnu: libabigail: Remove input labels.•••* gnu/packages/elf.scm (libabigail)[native-inputs]: Remove labels. Marius Bakke2022-08-111-4/+1
* gnu: libabigail: Update to 2.0.•••* gnu/packages/elf.scm (libabigail): Update to 2.0. Marius Bakke2022-08-111-2/+2
* gnu: qtwayland: Remove input labels.•••* gnu/packages/qt.scm (qtwayland)[inputs]: Remove labels. Marius Bakke2022-08-111-12/+12
* gnu: qtwayland: Fix build with GCC 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. Marius Bakke2022-08-113-0/+20
* gnu: fuse@2: Prepare for newer glibc.•••* 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. Marius Bakke2022-08-113-2/+59
* gnu: ocaml-extlib: Update to 1.7.9.•••* gnu/packages/ocaml.scm (ocaml-extlib): Update to 1.7.9. Julien Lepiller2022-08-101-2/+2
* gnu: frama-c: Use lablgtk3.•••* gnu/packages/maths.scm (frama-c): Build the graphical interface. Julien Lepiller2022-08-101-0/+1
* gnu: Add r-liana.•••* gnu/packages/bioinformatics.scm (r-liana): New variable. Ricardo Wurmus2022-08-101-0/+52
* gnu: Add r-omnipathr/devel.•••* gnu/packages/bioinformatics.scm (r-omnipathr/devel): New variable. Ricardo Wurmus2022-08-101-0/+65
* gnu: r-bayesfactor: Update to 0.9.12-4.4.•••* gnu/packages/statistics.scm (r-bayesfactor): Update to 0.9.12-4.4. [propagated-inputs]: Remove r-gtools. Ricardo Wurmus2022-08-101-3/+2
* gnu: r-effects: Update to 4.2-2.•••* gnu/packages/statistics.scm (r-effects): Update to 4.2-2. [native-inputs]: Remove r-car. Ricardo Wurmus2022-08-101-3/+3
* gnu: r-cairo: Update to 1.6-0.•••* gnu/packages/statistics.scm (r-cairo): Update to 1.6-0. Ricardo Wurmus2022-08-101-2/+2
* gnu: r-lme4: Update to 1.1-30.•••* gnu/packages/statistics.scm (r-lme4): Update to 1.1-30. Ricardo Wurmus2022-08-101-2/+2
* gnu: r-quantreg: Update to 5.94.•••* gnu/packages/statistics.scm (r-quantreg): Update to 5.94. Ricardo Wurmus2022-08-101-2/+2
* gnu: r-vgam: Update to 1.1-7.•••* gnu/packages/statistics.scm (r-vgam): Update to 1.1-7. Ricardo Wurmus2022-08-101-2/+2