Age | Commit message (Expand) | Author |
2021-07-13 | gnu: guile-pfds: Apply a bug fix to hamts.sls....* gnu/packages/guile-xyz.scm (guile-pfds): Remove trailing #t.
[phases]{patch-sources}: New phase.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Amirouche |
2021-07-13 | gnu: guile-lib: Add modules list to description....* gnu/packages/guile.scm (guile-lib)[description]: Add modules list.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| swedebugia |
2021-06-17 | gnu: guile-parted: Update to 0.0.5....* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.5.
| Mathieu Othacehe |
2021-05-29 | gnu: Add guile-drmaa....* gnu/packages/guile-xyz.scm (guile-drmaa): New variable.
| Ricardo Wurmus |
2021-05-29 | gnu: guile-studio: Update to 0.1.1....* gnu/packages/guile-xyz.scm (guile-studio): Update to 0.1.1.
| Ricardo Wurmus |
2021-05-19 | gnu: guile-redis: Update to 2.1.1....* gnu/packages/guile-xyz.scm (guile-redis): Update to 2.1.1.
| Ricardo Wurmus |
2021-05-19 | gnu: guile-redis: Update to 2.1.0....* gnu/packages/guile-xyz.scm (guile-redis): Update to 2.1.0.
| Ricardo Wurmus |
2021-05-19 | gnu: Add guile-netlink....* gnu/package/guile-xyz.scm (guile-netlink): New variable.
| Julien Lepiller |
2021-05-14 | gnu: Add guile-raw-strings....* gnu/packages/guile-xyz.scm (guile-raw-strings): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Xinglu Chen |
2021-05-13 | gnu: guile2.0-bash: Change name field....This commit follows 08814ccc.
* gnu/packages/guile-xyz.scm (guile2.0-bash)[name]: Rename to guile2.0-bash.
| Oleg Pykhalov |
2021-05-13 | gnu: guile-bash: Build with Guile 3.0....* gnu/packages/guile-xyz.scm (guile2.0-bash): New variable.
(guile-bash): Build with Guile 3.0.
| Oleg Pykhalov |
2021-05-10 | gnu: Add guile-fslib....* gnu/packages/guile-xyz.scm (guile-fslib): New variable.
| Zelphir Kaltstahl |
2021-05-07 | gnu: guile-ncurses-with-gpm: Fix Guile version....* gnu/packages/guile-xyz.scm (guile-ncurses/gpm)[inputs]: Use guile-3.0,
not guile-2.2.
| Tobias Geerinckx-Rice |
2021-05-03 | gnu: guile-wisp: Update to 1.0.5....* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.5.
[license]: Add license:expat and clarify conditions.
| Leo Prikler |
2021-05-01 | gnu: guile-studio: Add missing input....* gnu/packages/guile-xyz.scm (guile-studio)[inputs]:
Add emacs-geiser-guile.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
| Morgan Smith |
2021-04-24 | gnu: guile-wisp: Update to 1.0.4....* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.4.
| Ricardo Wurmus |
2021-04-15 | gnu: haunt: Update to 0.2.5. | David Thompson |
2021-04-12 | gnu: guile-picture-language: Update to 0.0.1-5.a1322bf....* gnu/packages/guile-xyz.scm (guile-picture-language): Update to
0.0.1-5.a1322bf.
| Ricardo Wurmus |
2021-04-10 | gnu: guile-eris: Fix typo in description....* gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-10 | gnu: guile-eris: Fix typo in description....* gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo.
| Tobias Geerinckx-Rice |
2021-04-09 | gnu: guile-cv: Use guile2.2 version of guile-lib....* 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>
| Masaya Tojo |
2021-03-31 | gnu: Add guile-imanifest....* gnu/packages/guile-xyz.scm (guile-imanifest): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Xinglu Chen |
2021-03-24 | gnu: guile-mastodon: Update to 0.0.1-1.74b75bc....* 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.
| Mathieu Othacehe |
2021-03-23 | gnu: guile-avahi: Fix compilation on powerpc64le-linux....* 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>
| Leo Le Bouter |
2021-03-21 | gnu: Add guile-quickcheck....* gnu/packages/guile-xyz.scm (guile-quickcheck): New variable.
| Timothy Sample |
2021-03-20 | gnu: guile-lib: Update to 0.2.7....* 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.
| Maxim Cournoyer |
2021-03-18 | gnu: emacsy-minimal: Fix build....* gnu/packages/guile-xyz.scm (emacsy-minimal)[native-inputs]:
Add autoconf, automake, gettext-minimal, libtool, pkg-config,
and texinfo.
| Tobias Geerinckx-Rice |
2021-03-17 | gnu: Use autoconf instead of autoconf-wrapper when possible....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>
| Maxime Devos |
2021-03-15 | gnu: guile-email-latest: Update to 0.2.2-1.ca0520a....* gnu/packages/guile-xyz.scm (guile-email-latest): Update to 0.2.2-1.ca0520a.
| Ricardo Wurmus |
2021-03-13 | gnu: Add guile-f-scm....* gnu/packages/guile-xyz.scm (guile-f-scm): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Xinglu Chen |
2021-03-10 | gnu: guile-simple-zmq: Update to 0.0.0-9.b2ea97e....* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-9.b2ea97e.
| Mathieu Othacehe |
2021-03-08 | gnu: guile-lib: Fix cross compilation....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.
| Christopher Baines |
2021-03-01 | gnu: Add guile-cbor....* gnu/packages/guile-xyz.scm (guile-cbor): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| pukkamustard |
2021-02-25 | gnu: guile-simple-zmq: Update to 0.0.0-8.e944617....* 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.
| Mathieu Othacehe |
2021-02-22 | gnu: guile-dsv: Update to 0.4.0....* 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>
| Jack Hill |
2021-02-22 | gnu: guile-mastodon: Build with Guile 3.0....* 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.
| Mathieu Othacehe |
2021-02-18 | gnu: guile-simple-zmq: Update to 0.0.0-7.c8b1fa0....* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-7.c8b1fa0.
| Mathieu Othacehe |
2021-02-13 | gnu: guile-simple-zmq: Update to 0.0.0-6.b5f1aee....* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-6.b5f1aee.
| Mathieu Othacehe |
2021-02-06 | gnu: guile-commonmark: Fix build with Guile 3.0.5....* gnu/packages/guile-xyz.scm (guile-commonmark)[arguments]: Add phase to fix
tests when building with Guile 3.0.5.
| Ricardo Wurmus |
2021-02-04 | gnu: guile2.2-picture-language: Use the 2.2 dependencies....This is a followup to b54b3f5419849286611279231d8a2c61d3e935b4.
* gnu/packages/guile-xyz.scm (guile2.2-picture-language)[propagated-inputs]:
New field.
| Ludovic Courtès |
2021-02-03 | gnu: haunt: Switch to 'guile-3.0-latest'....* gnu/packages/guile-xyz.scm (haunt)[inputs]: Use GUILE-3.0-LATEST
instead of GUILE-3.0.
| Ludovic Courtès |
2021-01-27 | gnu: guile-redis: Remove guild warnings....* gnu/packages/guile-xyz.scm (guile-redis)[arguments]: Pass
GUILE_AUTO_COMPILE=0 as make-flag to prevent guild warnings.
| Efraim Flashner |
2021-01-27 | gnu: guile-redis: Update to 2.0.0....* 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>
| BonfaceKilz |
2021-01-18 | gnu: Add guile-libyaml....* gnu/packages/guile-xyz.scm (guile-libyaml): New variable.
| Ricardo Wurmus |
2021-01-11 | gnu: guile-picture-language: Update to 0.0.1-4.291a746....* gnu/packages/guile-xyz.scm (guile-picture-language): Update to
0.0.1-4.291a746.
[propagated-inputs]: Add guile-cairo.
| Ricardo Wurmus |
2021-01-08 | gnu: Add schmutz....* gnu/packages/guile-xyz.scm (schmutz): New variable.
| Ricardo Wurmus |
2021-01-05 | gnu: artanis: Fix typo....* gnu/packages/guile-xyz.scm (artanis): Fix typo.
| Ricardo Wurmus |
2021-01-05 | gnu: Add guile-udev....* gnu/packages/guile-xyz.scm (guile-udev): New variable.
| Ricardo Wurmus |
2021-01-05 | gnu: Add guile-jwt....* gnu/packages/curl.scm (guile-jwt): New variable.
| Ricardo Wurmus |
2021-01-04 | gnu: emacsy: Partially unbreak build and switch to Guile 3.0....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.
| Ludovic Courtès |