summaryrefslogtreecommitdiff
path: root/gnu/packages/guile-xyz.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: guile-fibers: Update to 1.1.1.•••* gnu/packages/guile-xyz.scm (guile-fibers-1.1): Update to 1.1.1. Ludovic Courtès2022-06-071-70/+33
* gnu: guile-xapian: Update to 0.2.0.•••* gnu/packages/guile-xyz.scm (guile-xapian): Update to 0.2.0. [source]: Remove modules and snippet setting LD_LIBRARY_PATH. Arun Isaac2022-06-071-9/+2
* gnu: guile-ac-d-bus: Run test suite.•••* 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. Maxim Cournoyer2022-05-311-2/+13
* gnu: guile-ac-d-bus: Build and install info manual.•••* gnu/packages/guile-xyz.scm (guile-ac-d-bus) [arguments]: Use gexps. [phases]{build-doc, install-doc}: New phases. [native-inputs]: Add texinfo. Maxim Cournoyer2022-05-311-35/+43
* gnu: guile-parted: Depend on Parted 3.4.•••Fixes <https://issues.guix.gnu.org/55549>. * gnu/packages/guile-xyz.scm (guile-parted)[inputs]: Replace 'parted' by 'parted-3.4'. Ludovic Courtès2022-05-221-1/+3
* gnu: guile-fibers: Add 'upstream-name' property.•••* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[properties]: New field. Ludovic Courtès2022-05-221-0/+1
* gnu: guile-fibers@1.1: Update to c25dcb9.•••* gnu/packages/guile-xyz.scm (guile-fibers-1.1): Update to c25dcb9. [arguments]: Remove 'regenerate-autotools' phase. Ludovic Courtès2022-05-221-69/+69
* gnu: guile-redis: Update to 2.2.0.•••* gnu/packages/guile-xyz.scm (guile-redis): Update to 2.2.0. Ricardo Wurmus2022-05-181-2/+2
* gnu: guile-sjson: Update to 0.2.2.•••* gnu/packages/guile-xyz.scm (guile-sjson): Update to 0.2.2. Christine Lemmer-Webber2022-05-171-2/+2
* gnu: artanis: Remove input labels.•••* gnu/packages/guile-xyz.scm (artanis)[native-inputs]: Remove input labels. Use BASH-MINIMAL instead of BASH. Ludovic Courtès2022-05-131-3/+3
* gnu: artanis: Update to 0.5.1.•••* 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> Wamm K. D2022-05-131-3/+4
* gnu: guile-ics: Update to 0.2.1•••* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov2022-05-131-19/+10
* gnu: emacsy: Use webkitgtk-with-libsoup2.•••* gnu/packages/guile-xyz.scm (emacsy)[inputs]: Use webkitgtk-with-libsoup2. [phases]: Delete trailing #t. Maxim Cournoyer2022-05-121-6/+4
* gnu: guile-srfi-189: Build from upstream sources.•••* 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> Attila Lendvai2022-04-261-9/+5
* gnu: guile-fibers@1.1: Support cross-compilation.•••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. Ludovic Courtès2022-04-141-0/+19
* gnu: guile-fibers: Remove GNU/Hurd from 'supported-systems'.•••* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[supported-systems]: New field. Ludovic Courtès2022-03-241-1/+7
* gnu: guile-fibers: Support cross-compilation.•••* gnu/packages/guile-xyz.scm (guile-fibers-1.1)[native-inputs]: Add GUILE-3.0. (guile2.2-fibers)[inputs, native-inputs]: Adjust accordingly. Ludovic Courtès2022-03-241-2/+8
* gnu: guile-wisp: Update to 1.0.7.•••* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Arne Babenhauserheide2022-03-011-2/+2
* gnu: lokke: Build with Guile 3.0.8.•••* 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. Ludovic Courtès2022-02-111-1/+4
* gnu: nomad: Depends on proper version of g-golf.•••* gnu/packages/guile-xyz.scm (nomad)[inputs]: Replace 'g-golf' with 'guile2.2-g-golf'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zhu Zihao2022-02-081-1/+1
* gnu: Add guile2.2-g-golf.•••* gnu/packages/guile-xyz.scm (guile2.2-g-golf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zhu Zihao2022-02-081-0/+9
* gnu: Deprecate the 'g-golf' variable.•••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> Zhu Zihao2022-02-081-2/+5
* gnu: g-golf: Update to 0.0.1-1010-1824633.•••* 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> Zhu Zihao2022-02-081-61/+63
* gnu: guile-dsv: Update to 0.5.1•••* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.5.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Artyom V. Poptsov2022-02-081-2/+2
* gnu: haunt: Update to 0.2.6.•••* gnu/packages/guile-xyz.scm (haunt): Update to 0.2.6. Ludovic Courtès2022-02-071-2/+2
* gnu: guile-fibers: Add (fibers io-wakeup).•••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> Maxime Devos2022-02-051-2/+12
* gnu: guile-fibers: Add version 1.1.0.•••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. Christopher Baines2022-02-021-23/+50
* gnu: Add Lokke.•••* 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. Ludovic Courtès2022-02-011-1/+47
* gnu: guile-drmaa: Update to 0.1.1.•••* gnu/packages/guile-xyz.scm (guile-drmaa): Update to 0.1.1. Ricardo Wurmus2022-01-271-3/+3
* gnu: nomad: Fix missing webkit2gtk-4.0 compilation error.•••* 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> Zhu Zihao2022-01-241-0/+10
* gnu: Add guile-srfi-189.•••* gnu/packages/guile-xyz.scm (guile-srfi-189): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Attila Lendvai2022-01-181-0/+45
* gnu: guile-squee: Update to 0-3.a151fd0.•••* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-3.a151fd0. [arguments]: Use search-input-file and remove a trailing #t. Mathieu Othacehe2022-01-091-6/+5
* gnu: guile-udev: Update to 0.2.3•••* gnu/packages/guile-xyz.scm (guile-udev): Update to 0.2.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Artyom V. Poptsov2022-01-051-3/+3
* gnu: Add guile-kolam.•••* gnu/packages/guile-xyz.scm (guile-kolam): New variable. Arun Isaac2022-01-051-1/+28
* gnu: guile-gi: Depropagate inputs needed for testing only.•••* 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. Liliana Marie Prikler2022-01-011-8/+5
* gnu: guile-gi: Update to 0.3.2.•••* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.2. Liliana Marie Prikler2022-01-011-2/+2
* gnu: guile-gi: Use new input style.•••* gnu/packages/guile-xyz.scm (guile-gi)[inputs, native-inputs]: Use new style. Liliana Marie Prikler2022-01-011-11/+9
* gnu: Add guile-schemetran.•••* gnu/packages/guile-xyz.scm (guile-schemetran): New variable. Ricardo Wurmus2021-12-311-0/+30
* gnu: guile-raw-strings: Fix trailing whitespace in description.•••* gnu/packages/guile-xyz.scm (guile-raw-strings)[description]: Fix trailing whitespace. Vagrant Cascadian2021-12-291-1/+1
* gnu: guile-email-latest: Update to 0.2.2-2.ea60bb9.•••* gnu/packages/guile-xyz.scm (guile-email-latest): Update to 0.2.2-2.ea60bb9. Ricardo Wurmus2021-12-151-3/+3
* gnu: Further simplify package inputs.•••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.) Ludovic Courtès2021-12-131-18/+11
* gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès2021-12-131-429/+280
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-131-19/+3
|\
| * gnu: guile-netlink: Allow cross-compilation.•••* gnu/packages/guile-xyz.scm (guile-netlink)[arguments]: Remove, since #:tests? #f is unnecessary. [native-inputs]: Add GUILE-3.0. Ludovic Courtès2021-12-121-2/+1
| * gnu: guile-dsv: Update to 0.5.0•••* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.5.0. Artyom V. Poptsov2021-12-121-17/+2
| * gnu: guile-dsv: Update to 0.4.1•••* gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.4.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Artyom V. Poptsov2021-12-121-2/+2
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-101-2/+2
|\|
| * gnu: guile-netlink: Update to 1.1.1.•••* gnu/packages/guile.scm (guile-netlink): Update to 1.1.1. Julien Lepiller2021-12-071-2/+2
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-051-35/+220
|\|
| * gnu: Add guile-ini.•••* gnu/packages/guile-xyz.scm (guile-ini): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Artyom V. Poptsov2021-12-051-0/+36