summaryrefslogtreecommitdiff
path: root/gnu/packages/guile-xyz.scm
Commit message (Collapse)AuthorAge
* gnu: Add guile-raw-strings.Xinglu Chen2021-05-14
| | | | | | * gnu/packages/guile-xyz.scm (guile-raw-strings): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile2.0-bash: Change name field.Oleg Pykhalov2021-05-13
| | | | | | This commit follows 08814ccc. * gnu/packages/guile-xyz.scm (guile2.0-bash)[name]: Rename to guile2.0-bash.
* gnu: guile-bash: Build with Guile 3.0.Oleg Pykhalov2021-05-13
| | | | | * gnu/packages/guile-xyz.scm (guile2.0-bash): New variable. (guile-bash): Build with Guile 3.0.
* gnu: Add guile-fslib.Zelphir Kaltstahl2021-05-10
| | | | * gnu/packages/guile-xyz.scm (guile-fslib): New variable.
* gnu: guile-ncurses-with-gpm: Fix Guile version.Tobias Geerinckx-Rice2021-05-07
| | | | | * gnu/packages/guile-xyz.scm (guile-ncurses/gpm)[inputs]: Use guile-3.0, not guile-2.2.
* gnu: guile-wisp: Update to 1.0.5.Leo Prikler2021-05-03
| | | | | * gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.5. [license]: Add license:expat and clarify conditions.
* gnu: guile-studio: Add missing input.Morgan Smith2021-05-01
| | | | | | | * gnu/packages/guile-xyz.scm (guile-studio)[inputs]: Add emacs-geiser-guile. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
* gnu: guile-wisp: Update to 1.0.4.Ricardo Wurmus2021-04-24
| | | | * gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.4.
* gnu: haunt: Update to 0.2.5.David Thompson2021-04-15
|
* gnu: guile-picture-language: Update to 0.0.1-5.a1322bf.Ricardo Wurmus2021-04-12
| | | | | * gnu/packages/guile-xyz.scm (guile-picture-language): Update to 0.0.1-5.a1322bf.
* gnu: guile-eris: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo.
* gnu: guile-eris: Fix typo in description.Tobias Geerinckx-Rice2021-04-10
| | | | * gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo.
* gnu: guile-cv: Use guile2.2 version of guile-lib.Masaya Tojo2021-04-09
| | | | | | | * gnu/packages/guile-xyz.scm (guile-cv)[propagated-inputs]: Change from guile-lib to guile2.2-lib. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add guile-imanifest.Xinglu Chen2021-03-31
| | | | | | * gnu/packages/guile-xyz.scm (guile-imanifest): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: guile-mastodon: Update to 0.0.1-1.74b75bc.Mathieu Othacehe2021-03-24
| | | | | | * gnu/packages/guile-xyz.scm (guile-mastodon): Update to 0.0.1-1.74b75bc. [source]: Remove Guile-3.0 snippet since this new release brings Guile-3.0 support.
* gnu: guile-avahi: Fix compilation on powerpc64le-linux.Leo Le Bouter2021-03-23
| | | | | | | * gnu/packages/guile-xyz.scm (guile-avahi)[arguments]: Parallel builds fail on powerpc64le-linux. Set "#:parallel-build?" to "#f". Signed-off-by: Chris Marusich <cmmarusich@gmail.com>
* gnu: Add guile-quickcheck.Timothy Sample2021-03-21
| | | | * gnu/packages/guile-xyz.scm (guile-quickcheck): New variable.
* gnu: guile-lib: Update to 0.2.7.Maxim Cournoyer2021-03-20
| | | | | | | * gnu/packages/guile-xyz.scm (guile-lib): Remove trailing #t. [source]: Remove snippet and modules field. [phases]{patch-for-cross-compilation}: Remove phase. [native-inputs]: Add pkg-config.
* gnu: emacsy-minimal: Fix build.Tobias Geerinckx-Rice2021-03-18
| | | | | | * gnu/packages/guile-xyz.scm (emacsy-minimal)[native-inputs]: Add autoconf, automake, gettext-minimal, libtool, pkg-config, and texinfo.
* gnu: Use autoconf instead of autoconf-wrapper when possible.Maxime Devos2021-03-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should reduce confusion on when to use the "autoconf" package and when to use "autoconf-wrapper" instead in package definitions. Fixes <https://bugs.gnu.org/46564>. * gnu/packages/autotools.scm (autoconf-wrapper): advise to use the "autoconf" package instead where possible. * gnu/packages/game-development.scm (tsukundere)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/gimp.scm (glimpse)[native-inputs]: likewise. (gimp-resynthesizer)[native-inputs]: add comment on why "autoconf-wrapper" is used. * gnu/packages/gnunet.scm (gnunet)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/gnupg.scm (signing-party)[native-inputs]: add comment on why "autoconf-wrapper" is used. * gnu/packages/guile-xyz.scm (guile-bash,guile-filesystem,guile-ics,guile-udev)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/libevent.scm (libuv)[native-inputs]: indicates "autoconf-wrapper" needs to be replaced with "autoconf" on core-updates. * gnu/packages/logging.scm (glog)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/mail.scm (libetpan)[native-inputs]: likewise. * gnu/packages/mate.scm (mate-icon-theme-faenza)[native-inputs]: add comment on why "autoconf-wrapper" is used. (mate-screensaver)[native-inputs]: use "autoconf" instead of "autoconf-wrapper". * gnu/packages/package-management.scm (guix)[native-inputs]: likewise. * gnu/packages/sawfish.scm (librep)[native-inputs]: likewise. * gnu/packages/video.scm (motion)[native-inputs]: likewise. * gnu/packages/zile.scm (zile)[native-inputs]: likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-email-latest: Update to 0.2.2-1.ca0520a.Ricardo Wurmus2021-03-15
| | | | * gnu/packages/guile-xyz.scm (guile-email-latest): Update to 0.2.2-1.ca0520a.
* gnu: Add guile-f-scm.Xinglu Chen2021-03-13
| | | | | | * gnu/packages/guile-xyz.scm (guile-f-scm): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: guile-simple-zmq: Update to 0.0.0-9.b2ea97e.Mathieu Othacehe2021-03-10
| | | | * gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-9.b2ea97e.
* gnu: guile-lib: Fix cross compilation.Christopher Baines2021-03-08
| | | | | | | | | | | | | | | These changes were sent upstream as https://lists.gnu.org/archive/html/guile-devel/2021-02/msg00004.html Without this change, the .go files are built for the host architecture, rather than the target. I noticed this when cross building the guix-build-coordinator (for which guile-lib is an input) to the Hurd. * gnu/packages/guile-xyz.scm (guile-lib)[arguments]: Add 'patch-for-cross-compilation phase. [native-inputs]: Add autoconf, automake and gettext. (guile2.0-lib): Adjust to use alist-replace. (guile2.2-lib): Adjust to use alist-replace.
* gnu: Add guile-cbor.pukkamustard2021-03-01
| | | | | | * gnu/packages/guile-xyz.scm (guile-cbor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-simple-zmq: Update to 0.0.0-8.e944617.Mathieu Othacehe2021-02-25
| | | | | | | * gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-8.e944617. [build-system]: Switch to gnu-build-system. [arguments]: Remove the set-libzmq-file-name phase. [inputs]: Add autoconf, automake and pkg-config.
* gnu: guile-dsv: Update to 0.4.0.Jack Hill2021-02-22
| | | | | | | * gnu/packages/guile-xyz.scm (guile-dsv): Update to 0.4.0 [arguments]: Remove phase "configure-support-guile3.0". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-mastodon: Build with Guile 3.0.Mathieu Othacehe2021-02-22
| | | | | | | * gnu/packages/guile-xyz.scm (guile-mastodon)[source]: Modify configure.ac to add Guile 3.0 support. [native-inputs]: Add "emacs" and "texinfo". [inputs]: Use Guile 3.0 and Guile Json 4.0.
* gnu: guile-simple-zmq: Update to 0.0.0-7.c8b1fa0.Mathieu Othacehe2021-02-18
| | | | * gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-7.c8b1fa0.
* gnu: guile-simple-zmq: Update to 0.0.0-6.b5f1aee.Mathieu Othacehe2021-02-13
| | | | * gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-6.b5f1aee.
* gnu: guile-commonmark: Fix build with Guile 3.0.5.Ricardo Wurmus2021-02-06
| | | | | * gnu/packages/guile-xyz.scm (guile-commonmark)[arguments]: Add phase to fix tests when building with Guile 3.0.5.
* gnu: guile2.2-picture-language: Use the 2.2 dependencies.Ludovic Courtès2021-02-04
| | | | | | | This is a followup to b54b3f5419849286611279231d8a2c61d3e935b4. * gnu/packages/guile-xyz.scm (guile2.2-picture-language)[propagated-inputs]: New field.
* gnu: haunt: Switch to 'guile-3.0-latest'.Ludovic Courtès2021-02-03
| | | | | * gnu/packages/guile-xyz.scm (haunt)[inputs]: Use GUILE-3.0-LATEST instead of GUILE-3.0.
* gnu: guile-redis: Remove guild warnings.Efraim Flashner2021-01-27
| | | | | * gnu/packages/guile-xyz.scm (guile-redis)[arguments]: Pass GUILE_AUTO_COMPILE=0 as make-flag to prevent guild warnings.
* gnu: guile-redis: Update to 2.0.0.BonfaceKilz2021-01-27
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-redis): Update to 2.0.0. (guile2.0-redis)[arguments]: Add phase to adjust module imports. This patch was co-authored with Efraim Flashner. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add guile-libyaml.Ricardo Wurmus2021-01-18
| | | | * gnu/packages/guile-xyz.scm (guile-libyaml): New variable.
* gnu: guile-picture-language: Update to 0.0.1-4.291a746.Ricardo Wurmus2021-01-11
| | | | | | * gnu/packages/guile-xyz.scm (guile-picture-language): Update to 0.0.1-4.291a746. [propagated-inputs]: Add guile-cairo.
* gnu: Add schmutz.Ricardo Wurmus2021-01-08
| | | | * gnu/packages/guile-xyz.scm (schmutz): New variable.
* gnu: artanis: Fix typo.Ricardo Wurmus2021-01-05
| | | | * gnu/packages/guile-xyz.scm (artanis): Fix typo.
* gnu: Add guile-udev.Ricardo Wurmus2021-01-05
| | | | * gnu/packages/guile-xyz.scm (guile-udev): New variable.
* gnu: Add guile-jwt.Ricardo Wurmus2021-01-05
| | | | * gnu/packages/curl.scm (guile-jwt): New variable.
* gnu: emacsy: Partially unbreak build and switch to Guile 3.0.Ludovic Courtès2021-01-04
| | | | | | | | | | Previously it would fail to build. Now it fails tests. * gnu/packages/guile-xyz.scm (emacsy)[source]: Adjust 'uri'. Add 'snippet' and 'modules'. [native-inputs]: Remove AUTOCONF and AUTOMAKE. Replace GUILE-2.2 by GUILE-3.0. [inputs]: Replace GUILE-2.2 by GUILE-3.0.
* gnu: guile-studio: Update to 0.1.0-1.93622e7.Ricardo Wurmus2021-01-03
| | | | | | * gnu/packages/guile-xyz.scm (guile-studio): Update to 0.1.0-1.93622e7. [arguments]: Remove ICONS_DIR from make-flags. [inputs]: Add emacs-all-the-icons-dired.
* gnu: guile-gi: Patch all references to libguile-gi.Leo Prikler2021-01-03
| | | | | * gnu/packages/guile-xyz.scm (guile-gi)[patch-references-to-extension]: Use find-files to discover all modules.
* gnu: guile-gi: Update to 0.3.1.Leo Prikler2021-01-03
| | | | * gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.1.
* gnu: Add guile2.0-pg.Christopher Baines2021-01-03
| | | | * gnu/packages/guile-xyz.scm (guile2.0-pg): New variable.
* gnu: guile-picture-language: Update to 0.0.1-3.7e5982a.Ricardo Wurmus2021-01-03
| | | | | | | | * gnu/packages/guile-xyz.scm (guile-picture-language): Update to 0.0.1-3.7e5982a. [propagated-inputs]: Add guile-rsvg. [native-inputs]: Remove imagemagick; add librsvg. [license]: Add GPLv3+.
* gnu: guile-studio: Update to 0.0.4-2.e9f2b46.Ricardo Wurmus2021-01-01
| | | | | * gnu/packages/guile-xyz.scm (guile-studio): Update to 0.0.4-2.e9f2b46. [inputs]: Add emacs-dired-sidebar.
* gnu: guile-squee: Update to 0-2.c1497a2.Mathieu Othacehe2021-01-01
| | | | * gnu/packages/guile-xyz.scm (guile-squee): Update to 0-2.c1497a2.
* gnu: guile-studio: Update to 0.0.4-1.84d4e8d.Ricardo Wurmus2020-12-31
| | | | | | * gnu/packages/guile-xyz.scm (guile-studio): Update to 0.0.4-1.84d4e8d. [inputs]: Remove emacs-smart-mode-line; add emacs-f, emacs-memoize, emacs-all-the-icons, emacs-doom-modeline, emacs-modus-themes, and emacs-ivy.