Age | Commit message (Expand) | Author |
2021-10-18 | gnu: Remove 'guile-mkdir-p'....* gnu/packages/guile-xyz.scm: Remove guile-mkdir-p
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| divoplade |
2021-10-03 | gnu: guile-dbd-sqlite3: Use normal variable instead of @ reference....* gnu/packages/guile-xyz.scm (guile-dbd-sqlite3)[inputs]: Replace (@ (gnu
packages compression) zlib) with zlib.
| Arun Isaac |
2021-10-03 | gnu: Add guile-dbd-mysql....* gnu/packages/guile-xyz.scm (guile-dbd-mysql): New variable.
| Arun Isaac |
2021-10-03 | gnu: guile-dbi-bootstrap: Remove package....guile-dbi-bootstrap was formerly used by guile-dbd-sqlite3 and
guile-dbd-postgresql. It is no longer required now that guile-dbi uses
native-search-paths to find guile-dbd-* libraries.
* gnu/packages/guile-xyz.scm (guile-dbi-bootstrap): Delete variable.
| Arun Isaac |
2021-10-03 | gnu: guile-dbd-postgresql: Inherit from guile-dbi....* gnu/packages/guile-xyz.scm (guile-dbd-postgresql): Inherit from
guile-dbi. Remove version, source, build-system, home-page and license fields.
[arguments]: Remove patch-src/Makefile.am phase. Do not return #t from phases.
[native-inputs]: Replace guile-dbi-bootstrap with guile-dbi.
| Arun Isaac |
2021-10-03 | gnu: guile-dbd-sqlite3: Inherit from guile-dbi....* gnu/packages/guile-xyz.scm (guile-dbd-sqlite3): Inherit from
guile-dbi. Remove version, source, build-system, home-page and license fields.
[arguments]: Replace chdir phase. Delete patch-extension-path phase.
[native-inputs]: Replace guile-dbi-bootstrap with guile-dbi.
| Arun Isaac |
2021-10-03 | gnu: guile-dbi: Update to 2.1.8....* gnu/packages/guile-xyz.scm (guile-dbi): Update to 2.1.8.
[arguments]: Add chdir phase.
| Arun Isaac |
2021-10-03 | gnu: guile-dbi: Do not return #t from custom phases....* gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Do not return #t from
custom phases.
| Arun Isaac |
2021-10-03 | gnu: guile-dbi: Search for dbd libraries using native-search-paths....* gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Do not set LDFLAGS and
RPATH in #:make-flags.
[inputs]: Remove guile-dbd-sqlite3 and guile-dbd-postgresql.
[native-search-paths]: Add GUILE_DBD_PATH.
| Arun Isaac |
2021-10-03 | gnu: guile-dbi: Remove hard-coded guile effective version....* gnu/packages/guile-xyz.scm (guile-dbi)[arguments]: Import
target-guile-effective-version from (guix build guile-build-system). Use
target-guile-effective-version to determine the guile effective version.
| Arun Isaac |
2021-10-03 | gnu: guile-dbi: Update upstream source....* gnu/packages/guile-xyz.scm (guile-dbi)[source]: Use git-fetch. Update URI.
[home-page]: Update URI.
[native-inputs]: Add autoconf, automake, libtool, perl and texinfo.
| Arun Isaac |
2021-10-01 | gnu: Add guile-pipe....* gnu/packages/guile-xyz.scm (guile-pipe): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| jgart |
2021-09-25 | Update copyright assignments for Liliana Marie Prikler....* doc/guix.texi: Update copyright name for Liliana Marie Prikler.
* gnu/packages/build-tools.scm: Update copyright name and email for Liliana
Marie Prikler.
* gnu/packages/convmv.scm: Likewise.
* gnu/packages/emacs-xyz.scm: Likewise.
* gnu/packages/emacs.scm: Likewise.
* gnu/packages/esolangs.scm: Likewise.
* gnu/packages/game-development.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/gnome-xyz.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/gstreamer.scm: Likewise.
* gnu/packages/guile-xyz.scm: Likewise.
* gnu/packages/minetest.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/patches/minetest-add-MINETEST_MOD_PATH.patch: Likewise.
* gnu/packages/patches/ppsspp-disable-upgrade-and-gold.patch: Likewise.
* gnu/packages/patches/webkitgtk-bind-all-fonts.patch: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/unicode.scm: Likewise.
* gnu/packages/xorg.scm: Likewise.
* gnu/services/sound.scm: Likewise.
* guix/build-system/renpy.scm: Likewise.
* guix/build/emacs-utils.scm: Likewise.
* guix/build/renpy-build-system.scm: Likewise.
| Liliana Marie Prikler |
2021-09-03 | gnu: guile-syntax-highlight: Move Gitile variant to guile-xyz.scm....Fixes a regression introduced in
5dac09e263d566ccf99776df97c47eed0d30c172 whereby version-control.scm
would inherit from GUILE-SYNTAX-HIGHLIGHT, which is in guile-xyz.scm,
thereby leading to unbound variable errors.
Reported by vivien on #guix.
* gnu/packages/version-control.scm (guile-syntax-highlight-for-gitile):
Move to...
* gnu/packages/guile-xyz.scm (guile-syntax-highlight-for-gitile):
... here. New variable. Add 'properties' field.
| Ludovic Courtès |
2021-09-01 | gnu: artanis: Update to 0.5....* gnu/packages/guile-xyz.scm (artanis): Update to 0.5.
[inputs]: Replace guile-2.2 with guile-3.0. Add nspr.
[propagated-inputs]: Replace guile-json-1 with guile-json-3, guile2.2-readline
with guile-readline, and guile2.2-redis with guile-redis.
[arguments]: Do not return #t from custom phases.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Léo Le Bouter |
2021-09-01 | gnu: artanis: Remove hard-coded guile effective version....* gnu/packages/guile-xyz.scm (artanis)[arguments]: Import
target-guile-effective-version from (guix build guile-build-system). Use
target-guile-effective-version to determine the guile effective version.
| Arun Isaac |
2021-08-30 | gnu: guile-websocket: Update to 0.1-d17878f6....* gnu/packages/guile-xyz.scm (guile-websocket)[source]: Update to
0.1-d17878f6. Use https:// url.
[phases]: Remove "update-guile-version" stage.
[native-inputs]: Add pkg-config.
| Jan (janneke) Nieuwenhuizen |
2021-08-15 | Update copyright/name notices for Christine Lemmer-Webber....* doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber.
* gnu/build/image.scm: Likewise.
* gnu/build/vm.scm: Likewise.
* gnu/packages/admin.scm: Likewise.
* gnu/packages/assembly.scm: Likewise.
* gnu/packages/audio.scm: Likewise.
* gnu/packages/backup.scm: Likewise.
* gnu/packages/check.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/emacs-xyz.scm: Likewise.
* gnu/packages/finance.scm: Likewise.
* gnu/packages/gnupg.scm: Likewise.
* gnu/packages/guile-xyz.scm: Likewise.
* gnu/packages/guile.scm: Likewise.
* gnu/packages/haskell-xyz.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/mail.scm: Likewise.
* gnu/packages/password-utils.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/sphinx.scm: Likewise.
* gnu/packages/ssh.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/services/networking.scm: Likewise.
* gnu/system/vm.scm: Likewise.
| Christopher Lemmer Webber |
2021-08-05 | gnu: mcron: Update to 1.2.1....* gnu/packages/guile-xyz.scm (mcron): Update to 1.2.1.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Xinglu Chen |
2021-07-31 | gnu: guile-dbd-sqlite3: Replace 'url-fetch' by 'git-fetch'....Fixes https://debbugs.gnu.org/25913.
* gnu/packages/guile-xyz.scm (guile-dbi)[source]: Replace 'url-fetch'
by'git-fetch'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| zimoun |
2021-07-31 | gnu: guile-dbi: Replace 'url-fetch' by 'git-fetch'....Fixes https://debbugs.gnu.org/25913.
* gnu/packages/guile-xyz.scm (guile-dbi)[source]: Replace 'url-fetch'
by'git-fetch'.
[home-page]: Update.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| zimoun |
2021-07-29 | gnu: web: Move libyaml and libcyaml to (gnu packages serialization)....Files to be adjusted were searched with the following command:
$ git ls-files | xargs grep -l -E ',libc?yaml' | \
xargs grep -L '(gnu packages serialization)'
* gnu/packages/web.scm (libyaml, libyaml+static, libcyaml): Move to...
* gnu/packages/serialization.scm: ... here.
| Maxim Cournoyer |
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 |