Age | Commit message (Collapse) | Author |
|
* gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo.
|
|
* 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/packages/guile-xyz.scm (guile-imanifest): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* 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/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/packages/guile-xyz.scm (guile-quickcheck): New variable.
|
|
* 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/packages/guile-xyz.scm (emacsy-minimal)[native-inputs]:
Add autoconf, automake, gettext-minimal, libtool, pkg-config,
and texinfo.
|
|
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/packages/guile-xyz.scm (guile-email-latest): Update to 0.2.2-1.ca0520a.
|
|
* gnu/packages/guile-xyz.scm (guile-f-scm): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-9.b2ea97e.
|
|
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/packages/guile-xyz.scm (guile-cbor): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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/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/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/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-7.c8b1fa0.
|
|
* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-6.b5f1aee.
|
|
* gnu/packages/guile-xyz.scm (guile-commonmark)[arguments]: Add phase to fix
tests when building with Guile 3.0.5.
|
|
This is a followup to b54b3f5419849286611279231d8a2c61d3e935b4.
* gnu/packages/guile-xyz.scm (guile2.2-picture-language)[propagated-inputs]:
New field.
|
|
* gnu/packages/guile-xyz.scm (haunt)[inputs]: Use GUILE-3.0-LATEST
instead of GUILE-3.0.
|
|
* gnu/packages/guile-xyz.scm (guile-redis)[arguments]: Pass
GUILE_AUTO_COMPILE=0 as make-flag to prevent guild warnings.
|
|
* 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/packages/guile-xyz.scm (guile-libyaml): New variable.
|
|
* gnu/packages/guile-xyz.scm (guile-picture-language): Update to
0.0.1-4.291a746.
[propagated-inputs]: Add guile-cairo.
|
|
* gnu/packages/guile-xyz.scm (schmutz): New variable.
|
|
* gnu/packages/guile-xyz.scm (artanis): Fix typo.
|
|
* gnu/packages/guile-xyz.scm (guile-udev): New variable.
|
|
* gnu/packages/curl.scm (guile-jwt): New variable.
|
|
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/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/packages/guile-xyz.scm (guile-gi)[patch-references-to-extension]:
Use find-files to discover all modules.
|
|
* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.1.
|
|
* gnu/packages/guile-xyz.scm (guile2.0-pg): New variable.
|
|
* 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/packages/guile-xyz.scm (guile-studio): Update to 0.0.4-2.e9f2b46.
[inputs]: Add emacs-dired-sidebar.
|
|
* gnu/packages/guile-xyz.scm (guile-squee): Update to 0-2.c1497a2.
|
|
* 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.
|
|
* gnu/packages/guile-xyz.scm (guile-picture-language): Update to 0.0.1-2.bf4600b.
|
|
* gnu/packages/guile-xyz.scm (guile-shapefile): New variable.
|
|
* gnu/packages/guile-xyz.scm (guile-r6rs-protobuf): New variable.
|
|
* gnu/packages/guile-xyz.scm (guile-eris): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/guile-xyz.scm (guile-sodium): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-5.f8b7d81.
|
|
* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-5.35dc26c.
|
|
* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-4.f661edf.
|
|
* gnu/packages/guile-xyz.scm (guile-lib)[native-inputs]: Add guile-3.0.
(guile2.0-lib, guile2.2-lib)[native-inputs]: Explicitly specifiy pkg-config.
|
|
* gnu/packages/guile-xyz.scm (guile-email-latest): New variable.
|
|
* gnu/packages/guile-xyz.scm (guile-prometheus): Update to 0-3.2549c48.
|