summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-12-18gnu: Move instrumentation tools to instrumentation module.Olivier Dion
* gnu/packages/linux.scm (lttng-ust, lttng-tools, babeltrace): Move to ... * gnu/packages/instrumentation.scm: ... here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18gnu: Add Dyninst.Olivier Dion
* gnu/packages/instrumentation.scm: New file * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18gnu: Add Guile-Plotutils.Ludovic Courtès
* gnu/packages/plotutils.scm (guile-plotutils): New variable.
2021-12-18gnu: barcode: Fix build with GCC 10.Leo Famulari
Reported by bdju on #guix. * gnu/packages/aidc.scm (barcode)[arguments]: Build with -fcommon.
2021-12-18gnu: emacs-org-super-agenda: Fix build.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]<#:tests?>: Ignore tests.
2021-12-18gnu: mgba: Update to 0.9.3.Nicolas Goaziou
* gnu/packages/emulators.scm (mgba): Update to 0.9.3.
2021-12-18gnu: texmacs: Update to 2.1.1.Nicolas Goaziou
* gnu/packages/text-editors.scm (texmacs): Update to 2.1.1. [build-system]: Use cmake instead of gnu. [inputs]: Add libjpeg-turbo and sqlite. Remove labels. [arguments]<#:phases>: Remove unnecessary phase.
2021-12-18gnu: visidata: Update to 2.8.Ryan Prior
* gnu/packages/spreadsheet.scm (visidata): Update to 2.8. [inputs, native-inputs]: Migrate inputs to new style. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-18gnu: diffoscope: Update to 197.Tobias Geerinckx-Rice
* gnu/packages/diffoscope.scm (diffoscope): Update to 197.
2021-12-18gnu: freeciv: Update to 2.6.6.Tobias Geerinckx-Rice
* gnu/packages/games.scm (freeciv): Update to 2.6.6.
2021-12-18gnu: nvc: Update to 1.5.3.Tobias Geerinckx-Rice
* gnu/packages/fpga.scm (nvc): Update to 1.5.3.
2021-12-18gnu: fheroes2: Update to 0.9.10.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fheroes2): Update to 0.9.10.
2021-12-18gnu: qtox: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (qtox)[native-inputs]: Remove input labels. [arguments]: Gexp, use SEARCH-INPUT-DIRECTORY, and don't explicitly return #t from phases.
2021-12-18gnu: qtox: Update to 1.17.4.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (qtox): Update to 1.17.4.
2021-12-18gnu: imv: Remove unused inputs.Tobias Geerinckx-Rice
They aren't needed and probably never were. * gnu/packages/image-viewers.scm (imv)[native-inputs]: Remove cmocka and git.
2021-12-18gnu: imv: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (imv)[native-inputs]: Remove input labels.
2021-12-18gnu: imv: Update to 4.3.1.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (imv): Update to 4.3.1. [arguments]: Don't explicitly return #t from phases. [source, home-page]: Update URL.
2021-12-18gnu: mtools: Update to 4.0.36.Tobias Geerinckx-Rice
* gnu/packages/mtools.scm (mtools): Update to 4.0.36.
2021-12-18gnu: rofi: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (rofi)[native-inputs, inputs]: Remove input labels.
2021-12-18gnu: rofi: Update to 1.7.2.Tobias Geerinckx-Rice
* gnu/packages/xdisorg.scm (rofi): Update to 1.7.2. [arguments]: Don't explicitly return #t from phases.
2021-12-18gnu: qd: Omit static library.Tobias Geerinckx-Rice
* gnu/packages/multiprecision.scm (qd)[arguments]: Add "--disable-static" to #:configure-flags.
2021-12-18gnu: qd: Update to 2.3.23.Tobias Geerinckx-Rice
* gnu/packages/multiprecision.scm (qd): Update to 2.3.23.
2021-12-18gnu: pgpdump: Remove bogus DESTDIR usage.Tobias Geerinckx-Rice
* gnu/packages/gnupg.scm (pgpdump)[arguments]: Gexp. Remove custom #:configure-flags, and DESTDIR from #:make-flags.
2021-12-18gnu: pgpdump: Update to 0.34.Tobias Geerinckx-Rice
* gnu/packages/gnupg.scm (pgpdump): Update to 0.34.
2021-12-18gnu: restinio: Update to 0.6.14.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (restinio): Update to 0.6.14. [arguments]: Don't explicitly return #t from phases.
2021-12-18gnu: microcom: Update to 2019.01.0.Tobias Geerinckx-Rice
* gnu/packages/microcom.scm (microcom): Update to 2019.01.0.
2021-12-18gnu: emacs-geiser-chez: Update to 0.17.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-geiser-chez): Update to 0.17.
2021-12-18gnu: gcompris-qt: Update to 2.0.Nicolas Goaziou
* gnu/packages/education.scm (gcompris-qt): Update to 2.0. [arguments]: Remove trailing #T. [native-inputs, inputs]: Remove labels. [license]: Change license from gpl3+ to agpl3+.
2021-12-18gnu: trytond: Ensure all modules are found.Hartmut Goebel
If the python package matching trytond is not installed alongside to trytond, PYTHONPATH is not set (or pointing to a wrong version) and trytond (and the trytond tools) would not find the trytond modules. This change introduces a new native-search-path GUIX_TRYTOND_MODULES_PATH. Trytond gets patched to honor this environment variable. Thanks to Maxim Cournoyer, whose code for guix-pythonpath-search-path was the template for guix-trytonpath-search-path. * gnu/packages/patches/trytond-add-guix_trytond_path.patch: New file. * gnu/local.mk: (dist_patch_DATA): Add it. * gnu/packages/tryton.scm (trytond): Use it. [native-search-paths]: New element. (guix-trytonpath-search-path): New function.
2021-12-18gnu: trytond: Fix import of trytond modules.Hartmut Goebel
For adding modules, trytond uses entry-points, anyhow relying on the modules being named "trytond.modules.xxx" and being placed in the same filesystem path as "trytond.modules". The package "trytond.modules" is not a namespace module, anyhow trytond modules must be sub-modules of "trytond.modules". This works well if all packages are installed into the same filesystem path "…/trytond/modules": The Python importer will find all sub_modules at this place. Anyhow, in Guix, modules don't share the same filesystem path and the Python importer will not find them. Solution is to add all trytond module's locations to "trytond.modules._path__". This will make "trytond.module" behave much like a namespace module and the importer pick up the module. * gnu/packages/patches/trytond-add-egg-modules-to-path.patch: New file. * gnu/packages/tryton.scm (trytond): Use it. * gnu/local.mk (dist_patch_DATA): Add it
2021-12-18gnu: python-stdnum: Update to 1.17.Hartmut Goebel
* gnu/packages/finance.scm (python-stdnum): Update to 1.17.
2021-12-18gnu: gajim: Add d-bus support.Raghav Gururajan
* gnu/packages/messaging.scm (gajim)[inputs]: Add python-dbus.
2021-12-18gnu: polari: Add missing newline to Exec line.Liliana Marie Prikler
This is a follow-up to 572cf0818cb60466bd4250c56e3896405995f5ff. * gnu/packages/polari.scm (fix-desktop-file): Add missing newline.
2021-12-17lint: Adjust patch file length check.Vagrant Cascadian
With the switch to "ustar" format in commit bdf5c16ac052af2ca9d5c3acc4acbc08fd9fdbea, the maximum file length has increased. * guix/lint.scm (check-patch-file-names): Adjust margin used to check for patch file lengths. Increase allowable patch file length appropriate to new tar format. Extend warning to explain that long files may break 'make dist'. * tests/lint.scm: Update tests accordingly.
2021-12-18gnu: mpd-mpc: Update to 0.34.Tobias Geerinckx-Rice
* gnu/packages/mpd.scm (mpd-mpc): Update to 0.34. [arguments]: Add a new 'remove-bogus-rsync-requirement phase.
2021-12-18gnu: ncmpc: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/mpd.scm (ncmpc)[native-inputs]: Remove input labels.
2021-12-18gnu: ncmpc: Update to 0.46.Tobias Geerinckx-Rice
* gnu/packages/mpd.scm (ncmpc): Update to 0.46. [arguments]: Remove obsolete #:configure-flags.
2021-12-18gnu: mpd: Update to 0.23.5.Tobias Geerinckx-Rice
* gnu/packages/mpd.scm (mpd): Update to 0.23.5.
2021-12-18gnu: fswatch: Omit static library.Tobias Geerinckx-Rice
* gnu/packages/monitoring.scm (fswatch)[arguments]: Add "--disable-static" to #:configure-flags.
2021-12-18gnu: fswatch: Update to 1.16.0.Tobias Geerinckx-Rice
* gnu/packages/monitoring.scm (fswatch): Update to 1.16.0.
2021-12-18gnu: guix: Update to 1.3.0-16.10ceb3e.Tobias Geerinckx-Rice
This follows up on commit a526f7336c5f088a7cc03155df0cee95b14e2509. * gnu/packages/package-management.scm (guix): Update to 1.3.0-16.10ceb3e.
2021-12-18import: cran: Fix description->package test.Tobias Geerinckx-Rice
This follows up on commit 5cd1019488c44081aaf030fbe8bc357d78daef23. * tests/cran.scm (description): Include a very long line. (description->package): Update the golden description to match the paragraph filling now performed by BEAUTIFY-DESCRIPTION.
2021-12-18gnu: guix: Update to 1.3.0-15.f98edfa.Tobias Geerinckx-Rice
* gnu/packages/package-management.scm (guix): Update to 1.3.0-15.f98edfa.
2021-12-18gnu: build: Register missing patches.Josselin Poiret via Guix-patches via
* gnu/local.mk (dist_patch_DATA): Add gcc-cross-gxx-include-dir.patch, gcc-10-cross-environment-variables.patch, gnome-session-support-elogind.patch, icedtea-7-hotspot-aarch64-use-c++98.patch, libvirt-create-machine-cgroup.patch, openjdk-14-builtins.patch, python-babel-fix-parse-future-test.patch, rust-wl-clipboard-rs-newer-wl.patch, streamlink-update-test.patch. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-12-17gnu: Syncthing: Update to 1.18.5.Leo Famulari
* gnu/packages/syncthing.scm (syncthing): Update to 1.18.5.
2021-12-17gnu: Go 1.17: Update to 1.17.5.Leo Famulari
* gnu/packages/golang.scm (go-1.17): Update to 1.17.5.
2021-12-17gnu: Go 1.16: Update to 1.16.12.Leo Famulari
* gnu/packages/golang.scm (go-1.16): Update to 1.16.12.
2021-12-17gnu: imake: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/xorg.scm (imake)[inputs]: Remove input labels. [arguments]: Gexp accordingly.
2021-12-17gnu: mutt: Update to 2.1.4.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (mutt): Update to 2.1.4.
2021-12-17gnu: interception-tools: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (interception-tools)[inputs]: Remove input labels.