summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-08gnu: Add egawk-next.Paul A. Patience
* gnu/packages/gawk.scm (egawk-next): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08gnu: Add gawk-mpfr.Paul A. Patience
* gnu/packages/gawk.scm (gawk-mpfr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08gnu: Use 'license:' prefix in (gnu packages gawk).Paul A. Patience
* gnu/packages/gawk.scm: Import (guix licenses) with 'license:' prefix. (gawk, mawk)[license]: Prefix with 'license:'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08gnu: python-graph-tool: Update to 2.45.Ale Abdo
* gnu/packages/graph.scm (python-graph-tool): Update to 2.45. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-08doc: cookbook: Link to "A Scheme Primer".Ludovic Courtès
* doc/guix-cookbook.texi (A Scheme Crash Course): Link to "A Scheme Primer". Group references in @quotation for clarity.
2022-07-08doc: cookbook: Suggest 'guix shell'.Ludovic Courtès
* doc/guix-cookbook.texi (A Scheme Crash Course): Suggest 'guix shell' instead of 'guix environment'. (Customizing the Kernel, The benefits of manifests): Likewise.
2022-07-08gnu: curl@7.84.0: Reduce lib3026 resource use on 32-bit platforms.Ludovic Courtès
This is a followup to c145e51844bf52eb77cdc969a0fe30a48755b29e. See discussion at <https://lists.gnu.org/archive/html/guix-devel/2022-07/msg00011.html>. * gnu/packages/curl.scm (curl-7.84.0)[arguments]: Remove 'skip-failing-tests' and add 'tweak-lib3026-test'.
2022-07-08etc: teams: Add entry for Björn Höfling.Björn Höfling
* etc/teams.scm.in ("Björn Höfling"): New member.
2022-07-08gnu: gdal: Use cmake-build-system.Felix Gruber
Gdal declared its configure script as deprecated with the release of version 3.5 and is planning to deprecate it with release 3.6 which is scheduled for November 2022. * gnu/packages/geo.scm (gdal)[build-system]: Use cmake-build-system. [arguments]: Remove configure flags for library search paths; they are found automatically by cmake now. Add -DGDAL_USE_INTERNAL_LIBS=WHEN_NO_EXTERNAL and -DGDAL_USE_JPEG12_INTERNAL=OFF to get approximately the same results as with the old configure script. [inputs]: Remove pcre. Add pcre2 and qhull.
2022-07-08gnu: python-debug: Improve synopsis.jgart
* gnu/packages/python.scm (python-debug) [synopsis]: Update. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-08gnu: sssd: Update to 2.7.3.Timotej Lazar
* gnu/packages/sssd.scm (sssd): Update to 2.7.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08guix: inferior: Fix the behaviour of open-inferior #:error-port.Christopher Baines
I'm looking at this as the Guix Data Service uses this behaviour to record and display logs from inferior processes. * guix/inferior.scm (open-bidirectional-pipe): Call dup2 for file descriptor 2, passing either the file number for the current error port, or a file descriptor for /dev/null. * tests/inferior.scm ("#:error-port stderr", "#:error-port pipe"): Add two new tests that cover some of the #:error-port behaviour.
2022-07-08gnu: Add omega.Arun Isaac
* gnu/packages/search.scm (omega): New variable. * gnu/packages/search.scm (xapian): Add note to update omega when updating xapian.
2022-07-08gnu: vlc: Add bash-minimal as an input.Simon South
* gnu/packages/video.scm (vlc)[inputs]: Add bash-minimal, silencing a warning from "guix lint vlc" as "wrap-program" is used in the package definition. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08gnu: vlc: Remove input labels.Simon South
* gnu/packages/video.scm (vlc)[native-inputs]: Remove input labels. [inputs]: Remove input labels and re-sort. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08gnu: Remove srt-1.4.1.Simon South
* gnu/packages/networking.scm (srt-1.4.1): Delete variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08gnu: vlc: Use regular srt.Simon South
* gnu/packages/video.scm (vlc)[inputs]: Use regular srt package, supported since upstream commit 9a28929. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08gnu: srt: Update to 1.4.4.Simon South
* gnu/packages/networking.scm (srt): Update to 1.4.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08gnu: srt: Remove input labels.Simon South
* gnu/packages/networking.scm (srt)[native-inputs]: Remove input labels. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-08gnu: guix-build-coordinator: Update to 0-58.a7bbf9d.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-58.a7bbf9d.
2022-07-07gnu: mame: Update to 0.245.Simon South
* gnu/packages/emulators.scm (mame): Update to 0.245. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-07gnu: guix-build-coordinator: Update to 0-57.3175ac2.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-57.3175ac2.
2022-07-07gnu: cl-gopher: Update to 0899e7f.jgart
* gnu/packages/lisp-xyz.scm (cl-gopher): Update to 0899e7f. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-07gnu: cl-http-body: Update to 3e4bedd.jgart
* gnu/packages/lisp-xyz.scm (cl-http-body): Update to 3e4bedd. [inputs]: Add missing dependencies. [native-inputs]: Add missing dependencies. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-07gnu: perl-scalar-list-utils: Update to 1.62.jgart
* gnu/packages/perl.scm (perl-scalar-list-utils): Update to 1.62. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-07gnu: mia: Build against VTK 9.Felix Gruber
* gnu/packages/image-processing.scm (mia): Build against VTK 9. [inputs]: Remove vtk-7; add vtk. [source]: Add mia-vtk9.patch. * gnu/packages/patches/mia-vtk9.patch: New file. * gnu/local.mk: Add it. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-07gnu: sameboy: Update to 0.15.Felix Gruber
* gnu/packages/emulators.scm (sameboy): Update to 0.15. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-07gnu: Add python-pydantic-cli.jgart
* gnu/packages/python-xyz.scm (python-pydantic-cli): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-07gnu: emacs-psc-ide: Update to ce97d71.jgart
* gnu/packages/emacs-xyz.scm (emacs-psc-ide): Update to ce97d71. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-07gnu: Add cproc.(unmatched-parenthesis
* gnu/packages/c.scm (cproc): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-07gnu: Add sbase.jgart
* gnu/packages/suckless.scm (sbase): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-07doc: Document the documentation process.jgart
* doc/contributing.texi (Contributing): Add Writing Documentation section. Co-authored-by: Julien Lepiller <julien@lepiller.eu> Co-authored-by: Matt Trzcinski <matt@excalamus.com> Co-authored-by: Fabio Natali <me@fabionatali.com> Co-authored-by: Gabor Boskovits <boskovits@gmail.com> Co-authored-by: Luis Felipe <luis.felipe.la@protonmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-07-07etc: teams: Add entry for jgart.jgart via Guix-patches via
* etc/teams.scm.in ("jgart"): New member. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-07-07etc: teams: Add entry for Lars-Dominik Braun.Lars-Dominik Braun
* etc/teams.scm.in ("Lars-Dominik Braun"): New member.
2022-07-07gnu: darktable: Update to 4.0.0.John Kehayias
* gnu/packages/photo.scm (darktable): Update to 4.0.0. Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
2022-07-07gnu: pitivi: Update to 2022.06.0.Maxim Cournoyer
* gnu/packages/patches/pitivi-fix-build-with-meson-0.60.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/video.scm (pitivi): Update to 2022.06.0. [version]: Do not prefix with previous semver version. [inputs]{gst-plugins/selection}: Add comment about cvtracker. {python-librosa}: New input.
2022-07-07gnu: pitivi: Propagate librsvg.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/56288>. * gnu/packages/video.scm (pitivi)[native-inputs]: Use new style, relocate before inputs. [inputs]: Add bash-minimal, for wrap-program. Move librsvg to... [propagated-inputs]: ... this new field. [phases]{wrap-other-dependencies}: Use search-input-file to find output binary. Reported-by: Christian Miller <miller.christian@proton.me>
2022-07-07Revert "maint: Disable telephony service tests."Maxim Cournoyer
This reverts commit c23e0aa65d511a29f31da876f905594c0f8bce00, since the telephony service tests have now been fixed.
2022-07-07tests: telephony: Remove obsolete parsing tests.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/56343>. * tests/services/telephony.scm (parse-dbus-reply, parse-account-ids) (parse-account-details, parse-contacts, getAccountList-reply): Delete procedures. ("parse-account-ids"): Delete test. (getAccountDetails-reply): Delete procedure. ("parse-account-details; username, alias and display name"): Delete test. (getContacts-reply): Delete procedure. ("parse-account-contacts"): Delete test. (getContacts-empty-reply): Delete procedure. ("parse-account-contacts, empty array"): Delete test. Reported-by: Ludovic Courtès <ludo@gnu.org>
2022-07-07gnu: python-torchvision: Update to 0.13.0.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-torchvision): Update to 0.13.0.
2022-07-07gnu: python-pytorch: Update to 1.12.0.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-pytorch): Update to 1.12.0. [arguments]: Explicitly request the use of our pybind11 package.
2022-07-07gnu: xnnpack: Update to 0.0-2.ae108ef.Ricardo Wurmus
* gnu/packages/machine-learning.scm (xnnpack): Update to 0.0-2.ae108ef. * gnu/packages/patches/xnnpack-system-libraries.patch: Update.
2022-07-07gnu: python-pytorch-for-r-torch: Explicitly keep at 1.11.0.Ricardo Wurmus
* gnu/packages/machine-learning.scm (python-pytorch-for-r-torch): Separate from python-pytorch by overriding version and source.
2022-07-07gnu: radicale: Update to 3.1.7.Efraim Flashner
* gnu/packages/dav.scm (radicale): Update to 3.1.7.
2022-07-07gnu: emacs-sly-asdf: Update to 20220707.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 20220707.
2022-07-07etc: teams: Add entry for Florian Pelz.Florian Pelz
* etc/teams.scm.in ("Florian Pelz"): New member.
2022-07-06etc: teams: Add entry for Julien Lepiller.Julien Lepiller
* etc/teams.scm.in ("Julien Lepiller"): New member.
2022-07-06gnu: emacs-org-re-reveal: Update to 3.14.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-re-reveal): Update to 3.14.1.
2022-07-06gnu: emacs-burly: Update to 0.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-burly): Update to 0.2.
2022-07-06gnu: emacs-ctable: Update to 0.1.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ctable): Update to 0.1.3. [arguments]<#:exclude>: Exclude unnecessary file leading to a build error.