Commit graph

124664 commits

Author SHA1 Message Date
Janneke Nieuwenhuizen b2cc649999
gnu: glibc/hurd: Add unsubmitted getauxval patch from upstream.
This support building of gdk-pixbuf, gobject-introspection.

* gnu/packages/patches/glibc-hurd-getauxval.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc/hurd)[source]: Use it.
2023-09-14 23:52:37 +02:00
Artyom V. Poptsov 1149cc1b9f
gnu: go-ipfs: Update to 0.13.0.
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.13.0.
[inputs]: Add GO-GOLANG-ORG-X-{EXP,TEXT}.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:43:19 +02:00
Simon South a5bc9f233f
gnu: libftdi: Build API documentation.
* gnu/packages/libftdi.scm (libftdi)[outputs]: Add "doc" output.
[arguments]<#:configure-flags>: Add "-DDOCUMENTATION".
<#:phases>: Add "install-documentation" phase.
[native-inputs]: Add doxygen, graphviz.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:37:34 +02:00
Simon South 6c4868aca9
gnu: libftdi: Update to 1.5.
* gnu/packages/patches/libftdi-fix-paths-when-FTDIPP-set.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libftdi.scm (libftdi): Update to 1.5.
[source]: Apply patch.
[arguments]<#:configure-flags>: Add "-DFTDIPP", "-DPYTHON_BINDINGS".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:37:19 +02:00
Simon South 856eeedcbc
gnu: libftdi: Build Python bindings.
* gnu/packages/libftdi.scm (libftdi)[outputs]: Add "python".
[arguments]<#:phases>: Add with "install-python-binding" phase.
[native-inputs]: Add python, swig.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:37:16 +02:00
Simon South fce3d00cdb
gnu: libftdi: Build C++ bindings.
Enabling the C++ bindings allows the test suite to be run, although this fails
without access to the host's USB interface.

* gnu/packages/libftdi.scm (libftdi)[arguments]: Add #:test-target, #:tests?.
(inputs): Add boost.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:37:08 +02:00
Simon South d92c71f1d6
gnu: libftdi: Build ftdi_eeprom.
* gnu/packages/libftdi.scm (libftdi)[arguments]<#:configure-flags>: Add
"-DCMAKE_INSTALL_DOCDIR".
[native-inputs]: Add with pkg-config.
[inputs]: Add with libconfuse.
[license]: Add GPL version 2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:37:03 +02:00
Simon South ea67b8571d
gnu: libftdi: Install libraries to /lib instead of /lib64.
* gnu/packages/libftdi.scm (libftdi)[arguments]<#:configure-flags>: Add
"-DLIB_SUFFIX".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:36:53 +02:00
Simon South dcef5c7179
gnu: libftdi: Do not build example programs.
* gnu/packages/libftdi.scm (libftdi)[arguments]: Add with "-DEXAMPLES"
configure flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:36:47 +02:00
Simon South ea2376a4f5
gnu: libftdi: Use HTTPS for package source.
* gnu/packages/libftdi.scm (libftdi)[source]: Use HTTPS.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:36:43 +02:00
Simon South 9620b9d298
gnu: libftdi: Update package style.
* gnu/packages/libftdi.scm: Re-order #:use-module statements.
(libftdi): Wrap long lines; reformat gently.
[license]: Use "license:" prefix.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:36:35 +02:00
Andy Tai c057507a0b
gnu: icewm: Update to 3.4.1
* gnu/packages/wm.scm (icewm): Update to 3.4.1

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:34:12 +02:00
Hendursaga f59a1dc924
gnu: armagetronad: Update to 0.2.9.1.1.
* gnu/packages/games.scm (armagetronad): Update to 0.2.9.1.1.
[inputs]: Add sdl-mixer to fix game audio.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:32:51 +02:00
Zheng Junjie a5d207f0db
gnu: kwin: Unwrap executable name for desktop file search.
see https://github.com/NixOS/nixpkgs/pull/116549

* gnu/packages/patches/kwin-unwrap-executable-name-for-dot-desktop-search.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kde-plasma.scm (kwin)[origin]: Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:30:46 +02:00
Artyom V. Poptsov 0a6ad454a3
gnu: nanosvg: Add a patch for PrusaSlicer 2.6.
* gnu/packages/graphics.scm (nanosvg): Add a patch that is required to build
  PrusaSlicer 2.6.
* gnu/packages/patches/nanosvg-prusa-slicer.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:15:48 +02:00
Sughosha 50725212f0
gnu: dpf-plugins: Update to 1.7.
Message-Id: <23da89c3cbf2358ac70d387ebd714abe03b6758e.1686926462.git.sughosha@proton.me>
From: Sughosha <sughosha@proton.me>
Date: Fri, 16 Jun 2023 16:22:57 +0200
Subject: [PATCH 1/2] gnu: dpf-plugins: Update to 1.7.

* gnu/packages/music.scm (dpf-plugins): Update to 1.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 23:02:59 +02:00
Zheng Junjie c0bfa12666
gnu: uncrustify: use new style and gexp.
* gnu/packages/code.scm (uncrustify): use new style and gexp.
[native-inputs]: remove label.
[arguments]: use gexp and remove tail #t.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 22:58:59 +02:00
Zheng Junjie ca5fae4f26
gnu: uncrustify: Update to 0.77.1.
* gnu/packages/code.scm (uncrustify): Update to 0.77.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 22:58:57 +02:00
Zheng Junjie 258729b928
gnu: makefile2graph: fix cross-compile.
* gnu/packages/code.scm (makefile2graph): fix cross-compile.
[arguments]: Use gexp and CC-FOR-TARGET.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 22:58:25 +02:00
Lars Bilke 55da0930e3
gnu: openmpi: Enable PMIx.
* gnu/packages/mpi.scm (openmpi)[arguments]: Pass “--with-pmix=internal”.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 22:55:25 +02:00
Ludovic Courtès 6d12c16299
doc: Make “crash course” xref more visible.
* doc/guix.texi (Using the Configuration System): Move the “Do not
panic” note right after the first example.  Clarify wording.
2023-09-14 17:18:09 +02:00
Zheng Junjie 62e1387065
gnu: npiet: Use gexps.
* gnu/packages/piet.scm (npiet): Use Gexp.
[arguments]: Use Gexp and remove tail #t.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 17:03:54 +02:00
Zheng Junjie 40a76a7750
gnu: npiet: Fix cross-compilation.
* gnu/packages/piet.scm (npiet)[arguments]<#:phases>: Use
SEARCH-INPUT-FILE replace WHICH.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 17:03:18 +02:00
Skyler 9aeb9e7cc8
gnu: rottlog: Add gawk as an input.
This avoids an issue where rottlog will delete the entire /tmp directory
if gawk is not installed.  See <https://issues.guix.gnu.org/65793>.

* gnu/packages/admin.scm (rottlog): Add gawk input, also update the
patch-paths build phase for awk invocations.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 16:50:40 +02:00
Zheng Junjie 6c72db7314
gnu: neofetch: Fix cross-compiling.
* gnu/packages/admin.scm (neofetch): Fix cross-compiling.
[arguments]: Use Gexp.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 16:47:46 +02:00
fanquake de64e412f3
gnu: tor: Update to 0.4.8.5.
* gnu/packages/tor.scm (tor): Update to 0.4.8.5.
* gnu/packages/tor.scm (tor)[arguments]<#:configure-flags>:
Add "--enable-gpl".
* gnu/packages/patches/tor-remove-defensive-assert.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/tor.scm (tor)[source]: Add patch to remove defensive
  assert.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 16:39:20 +02:00
Timotej Lazar 08e8c3483f
gnu: syncthing: Update to 1.23.7.
The uraggregate binary was merged into ursrv, so don’t attempt to install it.

* gnu/packages/syncthing.scm (syncthing): Update to 1.23.7.
[arguments]: Build with go-1.20.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 16:13:49 +02:00
Ramin Honary e645a53d87
gnu: Add stklos.
* gnu/packages/scheme.scm (stklos): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 16:12:28 +02:00
Kjartan Oli Agustsson 2643fa3513
home: services: redshift: Use redshift package specified in configuration
* gnu/home/services/desktop.scm (redshift-shepherd-service): Use the redshift
package specified by config.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-09-14 15:53:23 +02:00
c4droid e5f7c14ef6
gnu: python-requests_ntlm: Update to 1.2.0.
* gnu/packages/python-web.scm (python-requests_ntlm): Update to 1.2.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2023-09-14 12:58:17 +03:00
Ricardo Wurmus c36d4760c6
gnu: perl-cworld-dekker: Drop labels from inputs.
* gnu/packages/bioinformatics.scm (perl-cworld-dekker)[arguments]: Use
G-expression and avoid references to labeled inputs.
[inputs]: Drop labels.
2023-09-14 11:17:48 +02:00
Efraim Flashner 0ce57ea4a1
gnu: dpkg: Update to 1.22.0.
* gnu/packages/debian.scm (dpkg): Update to 1.22.0.
[arguments]: Wrap another script in the custom 'wrap-scripts phase.
2023-09-14 11:37:36 +03:00
Efraim Flashner 6226b8f72d
gnu: debootstrap: Hardcode location of archive keyrings.
* gnu/packages/debian.scm (debootstrap)[arguments]: Adjust custom
'patch-source phase to hardcode the location of the archive keyrings.
2023-09-14 11:37:36 +03:00
Efraim Flashner 180502f28f
gnu: debootstrap: Update to 1.0.132.
* gnu/packages/debian.scm (debootstrap): Update to 1.0.132.
2023-09-14 11:37:36 +03:00
Ricardo Wurmus cf5cb0875b
gnu: r-delayedmatrixstats: Update to 1.22.6.
* gnu/packages/bioconductor.scm (r-delayedmatrixstats): Update to 1.22.6.
2023-09-14 08:57:24 +02:00
Ricardo Wurmus c8e7ea8a8b
gnu: r-rhdf5lib: Update to 1.22.1.
* gnu/packages/bioconductor.scm (r-rhdf5lib): Update to 1.22.1.
2023-09-14 08:57:24 +02:00
Ricardo Wurmus ebaf944cdd
gnu: r-s4arrays: Update to 1.0.6.
* gnu/packages/bioconductor.scm (r-s4arrays): Update to 1.0.6.
2023-09-14 08:57:24 +02:00
Ricardo Wurmus 9232ef7986
gnu: r-clusterprofiler: Update to 4.8.3.
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 4.8.3.
2023-09-14 08:57:24 +02:00
Ricardo Wurmus 8cfd6e804a
gnu: r-greylistchip: Update to 1.32.1.
* gnu/packages/bioconductor.scm (r-greylistchip): Update to 1.32.1.
2023-09-14 08:57:24 +02:00
Ricardo Wurmus 8fe9e14917
gnu: r-tcgautils: Update to 1.20.4.
* gnu/packages/bioconductor.scm (r-tcgautils): Update to 1.20.4.
[propagated-inputs]: Add r-biocbaseutils.
2023-09-14 08:57:24 +02:00
Ricardo Wurmus 7f983fb730
gnu: r-shinymethyl: Update to 1.36.1.
* gnu/packages/bioconductor.scm (r-shinymethyl): Update to 1.36.1.
2023-09-14 08:57:24 +02:00
Ricardo Wurmus a1245f559d
gnu: r-genomicdatacommons: Update to 1.24.3.
* gnu/packages/bioconductor.scm (r-genomicdatacommons): Update to 1.24.3.
[propagated-inputs]: Add r-tidyr.
2023-09-14 08:57:24 +02:00
Ricardo Wurmus 6e06c0032c
gnu: r-genomeinfodb: Update to 1.36.3.
* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.36.3.
2023-09-14 08:57:24 +02:00
Julien Lepiller 028ebb8edb
gnu: libwebp: Replace with 1.3.2. [fixes CVE-2023-4863]
* gnu/packages/image.scm (libwebp/fixed): Update to 1.3.2.
2023-09-14 06:54:28 +02:00
Ricardo Wurmus 2afa9353a0
gnu: r-reghelper: Update to 1.1.2.
* gnu/packages/statistics.scm (r-reghelper): Update to 1.1.2.
[propagated-inputs]: Add r-rlang.
2023-09-14 00:04:16 +02:00
Ricardo Wurmus 3d402fbf1d
gnu: r-desctools: Update to 0.99.50.
* gnu/packages/statistics.scm (r-desctools): Update to 0.99.50.
2023-09-14 00:04:16 +02:00
Ricardo Wurmus 97e5c897c4
gnu: r-lmom: Update to 3.0.
* gnu/packages/statistics.scm (r-lmom): Update to 3.0.
2023-09-14 00:04:16 +02:00
Ricardo Wurmus fd1d1e11a2
gnu: r-deoptimr: Update to 1.1-2.
* gnu/packages/statistics.scm (r-deoptimr): Update to 1.1-2.
2023-09-14 00:04:16 +02:00
Ricardo Wurmus 894c89b1d8
gnu: r-rematch: Update to 2.0.0.
* gnu/packages/statistics.scm (r-rematch): Update to 2.0.0.
2023-09-14 00:04:16 +02:00
Ricardo Wurmus fcf5c595e2
gnu: r-rcpparmadillo: Update to 0.12.6.4.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.12.6.4.0.
2023-09-14 00:04:16 +02:00