summaryrefslogtreecommitdiff
path: root/gnu/packages/guile-xyz.scm
Commit message (Collapse)AuthorAge
* gnu: artanis: Remove input labels.Ludovic Courtès2022-05-13
| | | | | * gnu/packages/guile-xyz.scm (artanis)[native-inputs]: Remove input labels. Use BASH-MINIMAL instead of BASH.
* gnu: artanis: Update to 0.5.1.Wamm K. D2022-05-13
| | | | | | | * 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>
* gnu: guile-ics: Update to 0.2.1Artyom V. Poptsov2022-05-13
| | | | | | * gnu/packages/guile-xyz.scm (guile-ics): Update to 0.2.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacsy: Use webkitgtk-with-libsoup2.Maxim Cournoyer2022-05-12
| | | | | * gnu/packages/guile-xyz.scm (emacsy)[inputs]: Use webkitgtk-with-libsoup2. [phases]: Delete trailing #t.
* gnu: guile-srfi-189: Build from upstream sources.Attila Lendvai2022-04-26
| | | | | | | * 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>
* gnu: guile-fibers@1.1: Support cross-compilation.Ludovic Courtès2022-04-14
| | | | | | | | 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.
* gnu: guile-fibers: Remove GNU/Hurd from 'supported-systems'.Ludovic Courtès2022-03-24
| | | | | * gnu/packages/guile-xyz.scm (guile-fibers-1.1)[supported-systems]: New field.
* gnu: guile-fibers: Support cross-compilation.Ludovic Courtès2022-03-24
| | | | | * gnu/packages/guile-xyz.scm (guile-fibers-1.1)[native-inputs]: Add GUILE-3.0. (guile2.2-fibers)[inputs, native-inputs]: Adjust accordingly.
* gnu: guile-wisp: Update to 1.0.7.Arne Babenhauserheide2022-03-01
| | | | | | * gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.7. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: lokke: Build with Guile 3.0.8.Ludovic Courtès2022-02-11
| | | | | | | | * 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.
* gnu: nomad: Depends on proper version of g-golf.Zhu Zihao2022-02-08
| | | | | | * gnu/packages/guile-xyz.scm (nomad)[inputs]: Replace 'g-golf' with 'guile2.2-g-golf'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add guile2.2-g-golf.Zhu Zihao2022-02-08
| | | | | | * gnu/packages/guile-xyz.scm (guile2.2-g-golf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Deprecate the 'g-golf' variable.Zhu Zihao2022-02-08
| | | | | | | | | | 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>
* gnu: g-golf: Update to 0.0.1-1010-1824633.Zhu Zihao2022-02-08
| | | | | | | | | | | | | | | | | | | | | * 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>
* gnu: guile-dsv: Update to 0.5.1Artyom V. Poptsov2022-02-08
| | | | | | * gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.5.1. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: haunt: Update to 0.2.6.Ludovic Courtès2022-02-07
| | | | * gnu/packages/guile-xyz.scm (haunt): Update to 0.2.6.
* gnu: guile-fibers: Add (fibers io-wakeup).Maxime Devos2022-02-05
| | | | | | | | | | | | 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>
* gnu: guile-fibers: Add version 1.1.0.Christopher Baines2022-02-02
| | | | | | | | | | | 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.
* gnu: Add Lokke.Ludovic Courtès2022-02-01
| | | | | | | * 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.
* gnu: guile-drmaa: Update to 0.1.1.Ricardo Wurmus2022-01-27
| | | | * gnu/packages/guile-xyz.scm (guile-drmaa): Update to 0.1.1.
* gnu: nomad: Fix missing webkit2gtk-4.0 compilation error.Zhu Zihao2022-01-24
| | | | | | | | * 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>
* gnu: Add guile-srfi-189.Attila Lendvai2022-01-18
| | | | | | * gnu/packages/guile-xyz.scm (guile-srfi-189): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-squee: Update to 0-3.a151fd0.Mathieu Othacehe2022-01-09
| | | | | * gnu/packages/guile-xyz.scm (guile-squee): Update to 0-3.a151fd0. [arguments]: Use search-input-file and remove a trailing #t.
* gnu: guile-udev: Update to 0.2.3Artyom V. Poptsov2022-01-05
| | | | | | * gnu/packages/guile-xyz.scm (guile-udev): Update to 0.2.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add guile-kolam.Arun Isaac2022-01-05
| | | | * gnu/packages/guile-xyz.scm (guile-kolam): New variable.
* gnu: guile-gi: Depropagate inputs needed for testing only.Liliana Marie Prikler2022-01-01
| | | | | | | * 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.
* gnu: guile-gi: Update to 0.3.2.Liliana Marie Prikler2022-01-01
| | | | * gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.2.
* gnu: guile-gi: Use new input style.Liliana Marie Prikler2022-01-01
| | | | * gnu/packages/guile-xyz.scm (guile-gi)[inputs, native-inputs]: Use new style.
* gnu: Add guile-schemetran.Ricardo Wurmus2021-12-31
| | | | * gnu/packages/guile-xyz.scm (guile-schemetran): New variable.
* gnu: guile-raw-strings: Fix trailing whitespace in description.Vagrant Cascadian2021-12-29
| | | | | * gnu/packages/guile-xyz.scm (guile-raw-strings)[description]: Fix trailing whitespace.
* gnu: guile-email-latest: Update to 0.2.2-2.ea60bb9.Ricardo Wurmus2021-12-15
| | | | * gnu/packages/guile-xyz.scm (guile-email-latest): Update to 0.2.2-2.ea60bb9.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | 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.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
|\
| * gnu: guile-netlink: Allow cross-compilation.Ludovic Courtès2021-12-12
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-netlink)[arguments]: Remove, since #:tests? #f is unnecessary. [native-inputs]: Add GUILE-3.0.
| * gnu: guile-dsv: Update to 0.5.0Artyom V. Poptsov2021-12-12
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.5.0.
| * gnu: guile-dsv: Update to 0.4.1Artyom V. Poptsov2021-12-12
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.4.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\|
| * gnu: guile-netlink: Update to 1.1.1.Julien Lepiller2021-12-07
| | | | | | | | * gnu/packages/guile.scm (guile-netlink): Update to 1.1.1.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * gnu: Add guile-ini.Artyom V. Poptsov2021-12-05
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-ini): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: Add guile-smcArtyom V. Poptsov2021-12-04
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-smc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: guile-udev: Update to 0.2.0Artyom V. Poptsov2021-12-02
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-udev): Update to 0.2.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: guile-wisp: Update to 1.0.6.Ricardo Wurmus2021-11-30
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.6.
| * gnu: guile-wisp: Remove trailing #T.Ricardo Wurmus2021-11-30
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-wisp)[arguments]: Remove trailing #T.
| * gnu: guile-gitlab: Update to 0.2.1.Artyom V. Poptsov2021-11-28
| | | | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-gitlab): Update to 0.2.1. [inputs]: Use guile2.2-json instead of guile-json-1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: Add guile-gitlab.Artyom V. Poptsov2021-11-28
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-gitlab): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: guile-xosd: Update to 0.2.2.Alex Kost2021-11-27
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-xosd): Update to 0.2.2. [arguments]: Add 'set-cpath' phase. [inputs]: Use guile-3.0 as "guile".
| * gnu: guile-daemon: Build with Guile 3.0.Alex Kost2021-11-27
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-daemon)[inputs]: Use guile-3.0 as "guile".
| * gnu: guile-libyaml: Update to 0-2.2bdacb7.Arun Isaac2021-11-25
| | | | | | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-libyaml): Update to 0-2.2bdacb7. [arguments]: Do not attempt to delete non-existent files. Use (system ffi-help-rt) from nyacc package. Do not return #t from custom phases. [native-inputs]: Move nyacc to ... [propagated-inputs]: ... here.