summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-22gnu: emacs-evil-multiedit: Update to 1.4.3....* gnu/packages/emacs-xyz.scm (emacs-evil-multiedit): Update to 1.4.3. Nicolas Goaziou
2021-11-22gnu: Add lz4json....* gnu/packages/gnuzilla.scm (lz4json): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Zzull
2021-11-22gnu: gdb: Build fix for the Hurd, part 2....This is a follow-up to commit b1fd9531149b94a7e7cdabc67b08ea6a47b03d3d gnu: gdb: Build fix for the Hurd. * gnu/packages/patches/gdb-fix-gnu-nat-build.patch: Include two more patches. Jan (janneke) Nieuwenhuizen
2021-11-22gnu: freecad: Use GUIX_PYTHONPATH....* gnu/packages/engineering.scm (freecad)[arguments]: Use GUIX_PYTHONPATH. Ricardo Wurmus
2021-11-22gnu: vtk-8: Pass -fcommon to compiler....* gnu/packages/image-processing.scm (vtk-8)[arguments]: Add -fcommon to CFLAGS. Ricardo Wurmus
2021-11-22gnu: opencascade-occt: Use TBB 2020....* gnu/packages/maths.scm (opencascade-occt)[inputs]: Replace tbb with tbb-2020. Ricardo Wurmus
2021-11-22gnu: python-prawcore: Update to 7.5.0....* gnu/packages/python-web.scm (python-prawcore): Update to 7.5.0. [arguments]: Disable two broken tests. Ricardo Wurmus
2021-11-22gnu: python-prawcore: Update to 2.3.0....* gnu/packages/python-web.scm (python-prawcore): Update to 2.3.0. Ricardo Wurmus
2021-11-22gnu: giara: Use libsoup2 variant of webkitgtk....* gnu/packages/syndication.scm (giara)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. Ricardo Wurmus
2021-11-22gnu: giara: Use GUIX_PYTHONPATH....* gnu/packages/syndication.scm (giara)[arguments]: Replace PYTHONPATH with GUIX_PYTHONPATH. Ricardo Wurmus
2021-11-22gnu: python-praw: Remove trailing #T....* gnu/packages/python-web.scm (python-praw)[arguments]: Remove trailing #T from build phases. Ricardo Wurmus
2021-11-22gnu: python-praw: Add missing input....* gnu/packages/python-web.scm (python-praw)[propagated-inputs]: Add python-update-checker. Ricardo Wurmus
2021-11-22gnu: Add python-update-checker....* gnu/packages/python-xyz.scm (python-update-checker): New variable. Ricardo Wurmus
2021-11-21gnu: lttng-tools: Update to 2.13.1....* gnu/packages/linux.scm (lttng-tools): Bump version. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Olivier Dion
2021-11-21gnu: lttng-ust: Update to 2.13.0....* gnu/packages/linux.scm (lttng-ust): Bump version. [native-inputs]: Add pkg-config. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Olivier Dion
2021-11-21gnu: Add babeltrace....* gnu/packages/linux.scm (babeltrace): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Olivier Dion
2021-11-21gnu: python-nautilus: Remove package....This package dates from 2016 and looks inactive. The packages that used this as an input actually wanted nautilus-python (not currently packaged), for (optional) integration with the nautilus file manager. * gnu/packages/python-xyz.scm (python-nautilus): Remove variable. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect)[inputs]: Remove it. * gnu/packages/sync.scm (nexcloud-client)[inputs]: Remove it. * gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> John Kehayias
2021-11-22import: opam: Fix error on unknown field value....* guix/import/opam.scm (metadata-ref): Return #f if field is present, but its content is of unknown form. Julien Lepiller
2021-11-21gnu: python-django-localflavor: Use GUIX_PYTHONPATH....* gnu/packages/django.scm (python-django-localflavor)[arguments]: Use GUIX_PYTHONPATH. Ricardo Wurmus
2021-11-21gnu: python-invoke: Update to 1.6.0....* gnu/packages/python-xyz.scm (python-invoke): Update to 1.6.0. Ricardo Wurmus
2021-11-21gnu: python-invoke: Delete incompatible and unused code....* gnu/packages/python-xyz.scm (python-invoke)[arguments]: Add build phase 'delete-python2-code. (python2-invoke)[arguments]: Remove that phase and add 'delete-python3-code. Ricardo Wurmus
2021-11-21gnu: network-manager: Build with Meson 0.60....This is another way to address <https://github.com/mesonbuild/meson/issues/9492> as suggested by Nirbheek Chauhan and Paolo Bonzini. * gnu/packages/patches/network-manager-meson.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (network-manager)[source]: Use it. [arguments]: Remove #:meson. Ludovic Courtès
2021-11-21gnu: trytond: Avoid top-level references to other modules....This delays references to variables defined in other modules. * gnu/packages/tryton.scm (%standard-trytond-native-inputs): Turn into a thunk. Adjust users. Ludovic Courtès
2021-11-21gnu: trytond: Build against python-werkzeug 1.0....* gnu/packages/tryton.scm (trytond)[propagated-inputs]: Replace PYTHON-WERKZEUG by PYTHON-WERKZEUG-1.0. * gnu/packages/tryton.scm (%standard-trytond-native-inputs): Likewise. Ludovic Courtès
2021-11-21gnu: python-werkzeug: Reintroduce 1.0.1....* gnu/packages/python-web.scm (python-werkzeug-1.0): New variable. * gnu/packages/patches/python-werkzeug-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Ludovic Courtès
2021-11-21gnu: gdb: Build fix for the Hurd....This allows (cross-)building gdb-minimal for the Hurd. * gnu/packages/patches/gdb-fix-gnu-nat-build.patch: New file, taken from upstream. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/web.scm (gdb)[inputs]: When building for the Hurd, add it. [arguments]: When building for the Hurd, apply it. Jan (janneke) Nieuwenhuizen
2021-11-21gnu: Add qxmpp....* gnu/packages/messaging.scm (qxmpp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Vinicius Monego
2021-11-21gnu: Add devour....* gnu/packages/wm.scm (devour): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> jgart via Guix-patches via
2021-11-21gnu: Add libplacebo....* gnu/packages/video.scm (libplacebo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Milkey Mouse
2021-11-21gnu: sameboy: Update to 0.14.7....* gnu/packages/emulators.scm (sameboy): Update to 0.14.7. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Felix Gruber
2021-11-21gnu: nghttp2: Resurrect cross-building....* gnu/packages/web.scm (nghttp2)[arguments]: Add "--disable-python-bindings" when cross-building. Jan (janneke) Nieuwenhuizen
2021-11-21gnu: help2man: Resurrect cross-building....This is a follow-up to commit 378df42fc5ed85260cd9d4c666b67f29baf11f48 gnu: help2man: Add optional dependencies. It resurrects the cross-building of all build dependencies for guix, e.g., for creating a childhurd with a Guix development environment. * gnu/packages/man.scm (help2man)[inputs]: Do not use perl-gettext when cross-building; perl-gettext cannot be cross-built. Jan (janneke) Nieuwenhuizen
2021-11-21gnu: guix-build-coordinator: Update to 0-38.d46e9ac....* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-38.d46e9ac. Christopher Baines
2021-11-21gnu: ocaml-merlin-reader: Update to 4.3.1-411....* gnu/packages/ocaml.scm (ocaml-merlin-reader): Update to 4.3.1-411. Julien Lepiller
2021-11-21gnu: emacs-citar: Update to 0.9....* gnu/packages/emacs-xyz.scm (emacs-citar): Update to 0.9. Nicolas Goaziou
2021-11-21gnu: coq-stdpp: Update to 1.6.0....* gnu/packages/coq.scm (coq-stdpp): Update to 1.6.0. Julien Lepiller
2021-11-21gnu: coq-interval: Update to 4.3.1....* gnu/packages/coq.scm (coq-interval): Update to 4.3.1. Julien Lepiller
2021-11-21gnu: coq-coquelicot: Update to 3.2.0....* gnu/packages/coq.scm (coq-coquelicot): Update to 3.2.0. Julien Lepiller
2021-11-21gnu: coq-mathcomp: Update to 1.13.0....* gnu/packages/coq.scm (coq-mathcomp): Update to 1.13.0. Julien Lepiller
2021-11-21gnu: coq-gappa: Update to 1.5.0....* gnu/packages/coq.scm (coq-gappa): Update to 1.5.0. Julien Lepiller
2021-11-21gnu: coq-flocq: Update to 3.4.2....* gnu/packages/coq.scm (coq-flocq): Update to 3.4.2. Julien Lepiller
2021-11-21gnu: ghc: Depend on 'git-minimal/fixed'....* gnu/packages/haskell.scm (ghc-8.8): Replace GIT/FIXED by GIT-MINIMAL/FIXED. * gnu/packages/version-control.scm (git/fixed): Remove. Ludovic Courtès
2021-11-21gnu: blender: Update to 2.93.6....* gnu/packages/graphics.scm (blender): Update to 2.93.6. Ludovic Courtès
2021-11-21gnu: lyx: Remove reference to '%outputs'....* gnu/packages/tex.scm (lyx)[arguments]: Rewrite as gexps. Refer to #$output instead of '%outputs', which 'qt-build-system' no longer defines. Ludovic Courtès
2021-11-21gnu: emacs-xwidgets{,-next-pgtk}: Use webkitgtk-with-libsoup2....* gnu/packages/emacs.scm (emacs-xwidgets, emacs-next-pgtk)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2. * gnu/packages/webkit.scm (webkitgtk-with-libsoup2): Add further information about where this package is used and upstream tracker for libsoup3. John Kehayias
2021-11-21gnu: camlboot: Increase max-silent-time....* gnu/packages/ocaml.scm (camlboot)[properties]: Set max-silent-time to 10 hours. Julien Lepiller
2021-11-21gnu: ibus-theme-tools: Do not delete check phase....* gnu/packages/ibus.scm (ibus-theme-tools)[#:tests?]: Add with value #f and an appropriate comment. [#:phases]: Drop. Liliana Marie Prikler
2021-11-21gnu: Add ibus-theme-tools....* gnu/packages/ibus.scm (ibus-theme-tools): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Songlin Jiang
2021-11-21gnu: Add gnome-shell-extension-customize-ibus....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Songlin Jiang
2021-11-21gnu: linux-libre: Make build reproducible....Fixes <https://issues.guix.gnu.org/24028>. * gnu/packages/linux.scm (make-linux-libre*): Remove trailing #t. [phases]{configure}: Set KBUILD_BUILD_USER and KBUILD_BUILD_HOST environment variables. Maxim Cournoyer