Age | Commit message (Collapse) | Author |
|
* gnu/packages/emulators.scm (dolphin-emu): Update to 5.0-13669.f9deb68.
[source]: Don't explicitly return #t from snippet.
[arguments]: Nor from phases.
|
|
* gnu/packages/emulators.scm (dolphin-emu)[native-inputs]:
Remove input labels.
|
|
* gnu/packages/admin.scm (pfetch): Update to 0.7.0-1.a906ff8.
[arguments]: Don't explicitly return #t from phases.
|
|
* gnu/packages/web.scm (wasm-micro-runtime): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/gcc.scm (%gcc-11-x86_64-micro-architectures): Correct the
values for the psABI micro-architectures.
|
|
* gnu/packages/bioinformatics.scm (wfmash): Update to 0.10.5.
[source]: Update to changes in source code.
[arguments]: Add configure-flag to enable more features.
[native-inputs]: Add pkg-config.
|
|
* gnu/packages/web.scm (python-tibanna): New variable.
|
|
* gnu/packages/web.scm (python-lambda-4dn): New variable.
|
|
* gnu/packages/python-xyz.scm (python-benchmark-4dn): New variable.
|
|
* gnu/packages/xorg.scm (xterm): Update to 384.
|
|
* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.6.
|
|
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20230828.
|
|
* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.2.1.
|
|
* gnu/packages/assembly.scm (asl): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/networking.scm (netperf): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/audio.scm (alure): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/machine-learning.scm: (tensorflow-lite):
Update to 2.13.0
[inputs]: Add gemmlowp
[native-inputs]: Remove gemmlowp-src
* gnu/packages/patches/tensorflow-lite-unbundle.patch: New file
* gnu/local.mk (dist_patch_DATA): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/version-control.scm (commit-patch): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/tor.scm (tor): Update to 0.4.8.6.
[source]: Remove patch.
* gnu/packages/patches/tor-remove-defensive-assert.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* gnu/packages/julia-xyz.scm (julia-deepdiffs)[arguments]: Skip the test
suite.
|
|
This follows up on commit 3341b22f594398b3aa3ff930d99b74a78abd1a30 which
re-added ocl-icd. opencl-icd-loader is a different, incompatible package.
* gnu/packages/opencl.scm (ocl-icd): Remove duplicate variable.
|
|
This fixes fix mfsa2023-40, a critical webp vulnerability.
See https://www.mozilla.org/en-US/security/advisories/mfsa2023-40/
* gnu/packages/gnuzilla.scm (%icecat-base-version, icecat-source):
Update to 102.15.1.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/julia-xyz.scm (julia-forwarddiff): Update to 0.10.36.
[propagated-inputs]: Add julia-logexpfunctions.
|
|
Several people on IRC report that "rewrite-url, to-version specified" fails.
This reverts commit 1a0c7f71f0d74167f04377773791305260871b26.
|
|
* gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.1.0.
[inputs]: Add sbcl-cl-str.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 15.1.01.
[source]: Adjust snippet to not remove non-existent precompiled files.
[arguments]: Disable parallel build. Adjust custom 'install phase to
not duplicate actions from the Makefile.
|
|
* gnu/packages/python-xyz.scm (python-fit-nbinom)[arguments]: Add
phase 'remove-invalid-syntax.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/bioinformatics.scm (python-plastid)[arguments]: Add new phase
'patch-for-python-3.10.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
Swineherd does not wrap its inputs, so it needs to drag along all its Guile
inputs when installed.
* gnu/packages/admin.scm (swineherd)[inputs]: Move all from here...
[propagated-inputs]: ...to here.
|
|
* gnu/packages/package-management.scm (guix): Update to 1.4.0-11.658de25e99.
|
|
* gnu/packages/backup.scm (rdiff-backup): Update to 2.2.6.
|
|
* gnu/packages/audio.scm (qpwgraph): Update to 0.5.3.
|
|
* gnu/packages/backup.scm (borg): Update to 1.2.6.
|
|
* gnu/packages/version-control.scm (qgit): New variable.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
Notes:
* transfig is not needed according to the NEWS since 4.2.
* help2man is not optional.
* gnu/packages/photo.scm (enblend-enfuse)[native-inputs]: Remove libxml2,
tidy-html and transfig. Replace imagemagick with imagemagick/stable. Add
graphviz-minimal, font-ghostscript, librsvg, m4, perl-readonly,
texlive-texloganalyser, texlive-bold-extra, texlive-cm-mf-extra-bold,
texlive-comment, texlive-float, texlive-enumitem, texlive-mdwtools,
texlive-hyphenat, texlive-index, texlive-listings, texlive-microtype,
texlive-etoolbox, texlive-nag, texlive-ragged2e, texlive-shorttoc,
texlive-bigfoot, texlive-xstring and hevea.
[arguments]<#:phases>: Add 'fontconfig-cache, 'exclude-doc-from-check
and 'install-doc. Replace 'build and 'install.
[outputs]: Add 'doc.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
Backport changes for reproducible builds & missing include.
* gnu/packages/patches/enblend-enfuse-reproducible.patch: New file.
* gnu/local.mk: Register it.
* gnu/packages/photo.scm (enblend-enfuse)[source]: Use newly added patch. Add
snippet to fix missing header.
[arguments]<#:phases>: Remove 'add-missing-include.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
|
|
Found by running 'guild compile -W3 gnu/packages/$module.scm', using guild
from the upcoming Guile.
* gnu/packages/admin.scm: Remove extraneous imports.
* gnu/packages/avr.scm: Likewise.
* gnu/packages/base.scm: Likewise.
* gnu/packages/bootloaders.scm: Likewise.
* gnu/packages/firmware.scm: Likewise.
* gnu/packages/linphone.scm: Likewise.
* gnu/packages/telephony.scm: Likewise.
* gnu/packages/cran.scm: Likewise.
* gnu/packages/kde.scm: Likewise.
* gnu/packages/libcanberra.scm: Likewise.
* gnu/packages/libreoffice.scm: Likewise.
* gnu/packages/mes.scm: Likewise.
* gnu/packages/mingw.scm: Likewise.
* gnu/packages/serialization.scm: Likewise.
* gnu/packages/sync.scm: Likewise.
* gnu/packages/syncthing.scm: Likewise.
* gnu/packages/terminals.scm: Likewise.
* gnu/packages/version-control.scm: Likewise.
* gnu/packages/video.scm: Likewise.
* gnu/packages/wm.scm: Likewise.
* gnu/packages/emulators.scm: Likewise.
Reviewed-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/assembly.scm (lightning): Update to 2.2.2.
|
|
* gnu/packages/admin.scm (nnn): Update to 4.9.
|
|
* gnu/packages/databases.scm (memcached): Update to 1.6.21.
|
|
* gnu/packages/games.scm (angband): Update to 4.2.5.
|
|
* gnu/packages/image-viewers.scm (feh): Update to 3.10.
|
|
* gnu/packages/linux.scm (bpftrace): Update to 0.18.1.
|
|
* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.4.4.
|
|
* gnu/packages/linux.scm (mcelog): Update to 195.
|
|
* gnu/packages/lua.scm (lua): Update to 5.4.6.
|
|
* gnu/packages/linux.scm (cpuid): Update to 20230614.
|
|
* gnu/packages/linux.scm (nftables): Update to 1.0.8.
|
|
* gnu/packages/linux.scm (libnftnl): Update to 1.2.6.
|
|
This fixes the build with Linux-Libre >= 6.4.
* gnu/packages/linux.scm (lkrg): Update to 0.9.7.
|