summaryrefslogtreecommitdiff
path: root/gnu/packages/guile-xyz.scm
AgeCommit message (Collapse)Author
2022-06-17gnu: Add guile-termios.Antero Mejr
* gnu/packages/guile-xyz.scm (guile-termios): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-17gnu: Add guile-tap.Antero Mejr
* gnu/packages/guile-xyz.scm (guile-tap): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-06-07gnu: guile-fibers: Update to 1.1.1.Ludovic Courtès
* gnu/packages/guile-xyz.scm (guile-fibers-1.1): Update to 1.1.1.
2022-06-07gnu: guile-xapian: Update to 0.2.0.Arun Isaac
* gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.2.0. [source]: Remove modules and snippet setting LD_LIBRARY_PATH.
2022-05-31gnu: guile-ac-d-bus: Run test suite.Maxim Cournoyer
* gnu/packages/patches/guile-ac-d-bus-fix-tests.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/guile-xyz.scm (guile-ac-d-bus) [source]: Apply patch. [phases]{check}: New phase. [native-inputs]: Add bash-minimal.
2022-05-31gnu: guile-ac-d-bus: Build and install info manual.Maxim Cournoyer
* gnu/packages/guile-xyz.scm (guile-ac-d-bus) [arguments]: Use gexps. [phases]{build-doc, install-doc}: New phases. [native-inputs]: Add texinfo.
2022-05-22gnu: guile-parted: Depend on Parted 3.4.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/55549>. * gnu/packages/guile-xyz.scm (guile-parted)[inputs]: Replace 'parted' by 'parted-3.4'.
2022-05-22gnu: guile-fibers: Add 'upstream-name' property.Ludovic Courtès
* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[properties]: New field.
2022-05-22gnu: guile-fibers@1.1: Update to c25dcb9.Ludovic Courtès
* gnu/packages/guile-xyz.scm (guile-fibers-1.1): Update to c25dcb9. [arguments]: Remove 'regenerate-autotools' phase.
2022-05-18gnu: guile-redis: Update to 2.2.0.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (guile-redis): Update to 2.2.0.
2022-05-17gnu: guile-sjson: Update to 0.2.2.Christine Lemmer-Webber
* gnu/packages/guile-xyz.scm (guile-sjson): Update to 0.2.2.
2022-05-13gnu: artanis: Remove input labels.Ludovic Courtès
* gnu/packages/guile-xyz.scm (artanis)[native-inputs]: Remove input labels. Use BASH-MINIMAL instead of BASH.
2022-05-13gnu: artanis: Update to 0.5.1.Wamm K. D
* gnu/packages/guile-xyz.scm (artanis): Update to 0.5.1. [source]: Substitute "artanis/tpl/parser.scm". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-13gnu: guile-ics: Update to 0.2.1Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-12gnu: emacsy: Use webkitgtk-with-libsoup2.Maxim Cournoyer
* gnu/packages/guile-xyz.scm (emacsy)[inputs]: Use webkitgtk-with-libsoup2. [phases]: Delete trailing #t.
2022-04-26gnu: guile-srfi-189: Build from upstream sources.Attila Lendvai
* gnu/packages/guile-xyz.scm (guile-srfi-189): Retarget git-reference to the official repo, and increase revision by one. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-04-14gnu: guile-fibers@1.1: Support cross-compilation.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/54793>. Reported by Mathieu Othacehe <othacehe@gnu.org>. * gnu/packages/guile-xyz.scm (guile-fibers-1.1)[arguments]: Add 'support-cross-compilation' phase.
2022-03-24gnu: guile-fibers: Remove GNU/Hurd from 'supported-systems'.Ludovic Courtès
* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[supported-systems]: New field.
2022-03-24gnu: guile-fibers: Support cross-compilation.Ludovic Courtès
* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[native-inputs]: Add GUILE-3.0. (guile2.2-fibers)[inputs, native-inputs]: Adjust accordingly.
2022-03-01gnu: guile-wisp: Update to 1.0.7.Arne Babenhauserheide
* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-02-11gnu: lokke: Build with Guile 3.0.8.Ludovic Courtès
* gnu/packages/guile.scm (guile-3.0-for-lokke): Remove. * gnu/packages/patches/guile-3.0.7-psyntax-nil.patch: Remove. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/guile-xyz.scm (lokke)[native-inputs]: Replace GUILE-3.0-FOR-LOKKE by GUILE-3.0-LATEST.
2022-02-08gnu: nomad: Depends on proper version of g-golf.Zhu Zihao
* gnu/packages/guile-xyz.scm (nomad)[inputs]: Replace 'g-golf' with 'guile2.2-g-golf'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-08gnu: Add guile2.2-g-golf.Zhu Zihao
* gnu/packages/guile-xyz.scm (guile2.2-g-golf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-08gnu: Deprecate the 'g-golf' variable.Zhu Zihao
g-golf now supports both Guile 3.0 and 2.2. Assign a new name to identify the g-golf for different Guile version. * gnu/packages/guile-xyz.scm (g-golf): Rename to guile-g-golf. (g-golf): Define as deprecated by guile-g-golf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-08gnu: g-golf: Update to 0.0.1-1010-1824633.Zhu Zihao
* gnu/packages/guile-xyz.scm (g-golf)[arguments]: Use G-Expression. <phases>: Add phase 'fix-guile-site-directory'. Patch 'configure.ac' before bootstrapping, avoid breaking configure script in accident. In phase 'substitute-libs', use `search-input-file` for searching libraries. In phase 'start-xorg-server', simplify the X server startup script. [inputs]: Remove gtk+ and clutter. Use label-less style. [native-inputs]: Add gtk+ and clutter, they're now only needed in test. Use label-less style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-08gnu: guile-dsv: Update to 0.5.1Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.5.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2022-02-07gnu: haunt: Update to 0.2.6.Ludovic Courtès
* gnu/packages/guile-xyz.scm (haunt): Update to 0.2.6.
2022-02-05gnu: guile-fibers: Add (fibers io-wakeup).Maxime Devos
This patch is required by gnunet-scheme. It has been submitted upstream at <https://github.com/wingo/fibers/pull/50>, but there has not been any response so far. * gnu/packages/patches/guile-fibers-wait-for-io-readiness.patch: New file. * gnu/packages/guile-xyz.scm (guile-fibers-1.1)[source]{patches}: Add it. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-02-02gnu: guile-fibers: Add version 1.1.0.Christopher Baines
This release looks to break a few packages, so keep using fibers 1.0 to build things, and provide the new version to allow switching to when packages are compatible. * gnu/packages/guile-xyz.scm (guile-fibers-1.1): New variable. (guile-fibers): Inherit from guile-fibers-1.1. (guile2.0-fibers): Rename to guile2.2-fibers, and inherit from guile-fibers-1.1.
2022-02-01gnu: Add Lokke.Ludovic Courtès
* gnu/packages/guile.scm (guile-3.0-for-lokke): New variable. * gnu/packages/guile-xyz.scm (lokke): New variable. * gnu/packages/patches/guile-3.0.7-psyntax-nil.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2022-01-27gnu: guile-drmaa: Update to 0.1.1.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (guile-drmaa): Update to 0.1.1.
2022-01-24gnu: nomad: Fix missing webkit2gtk-4.0 compilation error.Zhu Zihao
* gnu/package/guile-xyz.scm (nomad)[arguments]<phases>: Add phase 'fix-webkitgtk' to update webkit2gtk-4.0 reference in file 'configure.ac' and 'typelib/Makefile.am'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-18gnu: Add guile-srfi-189.Attila Lendvai
* gnu/packages/guile-xyz.scm (guile-srfi-189): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-09gnu: guile-squee: Update to 0-3.a151fd0.Mathieu Othacehe
* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-3.a151fd0. [arguments]: Use search-input-file and remove a trailing #t.
2022-01-05gnu: guile-udev: Update to 0.2.3Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-udev): Update to 0.2.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-05gnu: Add guile-kolam.Arun Isaac
* gnu/packages/guile-xyz.scm (guile-kolam): New variable.
2022-01-01gnu: guile-gi: Depropagate inputs needed for testing only.Liliana Marie Prikler
* gnu/packages/guile-xyz.scm (guile-gi)[propagated-inputs]: Remove gsettings-desktop-schemas and guile-lib. Move glib, gtk+ and webkitgtk from here... [inputs]: ... to here.
2022-01-01gnu: guile-gi: Update to 0.3.2.Liliana Marie Prikler
* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.2.
2022-01-01gnu: guile-gi: Use new input style.Liliana Marie Prikler
* gnu/packages/guile-xyz.scm (guile-gi)[inputs, native-inputs]: Use new style.
2021-12-31gnu: Add guile-schemetran.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (guile-schemetran): New variable.
2021-12-29gnu: guile-raw-strings: Fix trailing whitespace in description.Vagrant Cascadian
* gnu/packages/guile-xyz.scm (guile-raw-strings)[description]: Fix trailing whitespace.
2021-12-15gnu: guile-email-latest: Update to 0.2.2-2.ea60bb9.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (guile-email-latest): Update to 0.2.2-2.ea60bb9.
2021-12-13gnu: Further simplify package inputs.Ludovic Courtès
This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-12-12gnu: guile-netlink: Allow cross-compilation.Ludovic Courtès
* gnu/packages/guile-xyz.scm (guile-netlink)[arguments]: Remove, since #:tests? #f is unnecessary. [native-inputs]: Add GUILE-3.0.
2021-12-12gnu: guile-dsv: Update to 0.5.0Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.5.0.
2021-12-12gnu: guile-dsv: Update to 0.4.1Artyom V. Poptsov
* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.4.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-12-07gnu: guile-netlink: Update to 1.1.1.Julien Lepiller
* gnu/packages/guile.scm (guile-netlink): Update to 1.1.1.