me
/
guix
Archived
1
0
Fork 0
Commit Graph

323 Commits (84759b7c20fa4ee7e8004f2fc0ddec694cf9aedd)

Author SHA1 Message Date
divoplade 0d2400ceca
gnu: Remove 'guile-mkdir-p'.
* gnu/packages/guile-xyz.scm: Remove guile-mkdir-p

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-10-18 10:07:56 +02:00
Arun Isaac c98c9c5142
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.
2021-10-03 19:32:51 +05:30
Arun Isaac 2b9e6f1521
gnu: Add guile-dbd-mysql.
* gnu/packages/guile-xyz.scm (guile-dbd-mysql): New variable.
2021-10-03 19:32:50 +05:30
Arun Isaac 9a8ce7e859
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.
2021-10-03 19:32:50 +05:30
Arun Isaac 8f1d146033
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.
2021-10-03 19:32:50 +05:30
Arun Isaac c4698e50f2
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.
2021-10-03 19:32:50 +05:30
Arun Isaac 658cc8b25f
gnu: guile-dbi: Update to 2.1.8.
* gnu/packages/guile-xyz.scm (guile-dbi): Update to 2.1.8.
[arguments]: Add chdir phase.
2021-10-03 19:32:50 +05:30
Arun Isaac 362e33700d
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.
2021-10-03 19:32:50 +05:30
Arun Isaac 9a63dc335f
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.
2021-10-03 19:32:50 +05:30
Arun Isaac caa4f7cd78
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.
2021-10-03 19:32:49 +05:30
Arun Isaac 6849b60f1b
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.
2021-10-03 19:32:44 +05:30
jgart 8827ef8a50
gnu: Add guile-pipe.
* gnu/packages/guile-xyz.scm (guile-pipe): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-10-01 20:27:04 +02:00
Liliana Marie Prikler 719bbcc15e
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.
2021-09-25 09:34:36 +02:00
Ludovic Courtès ff68088eaa
gnu: guile-syntax-highlight: Move Gitile variant to guile-xyz.scm.
Fixes a regression introduced in
5dac09e263 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.
2021-09-03 10:41:55 +02:00
Léo Le Bouter 96e487b310
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>
2021-09-01 17:09:42 +05:30
Arun Isaac e265ca6414
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.
2021-09-01 17:09:42 +05:30
Jan (janneke) Nieuwenhuizen 8ef38cd1bf
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.
2021-08-30 07:56:49 +02:00
Christopher Lemmer Webber 9455143907
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.
2021-08-15 14:15:37 -04:00
Xinglu Chen fd3f1e8092
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>
2021-08-05 13:00:02 -04:00
zimoun 0ca7435fe0
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>
2021-07-31 01:03:24 +02:00
zimoun 82cfefc2a0
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>
2021-07-31 01:03:24 +02:00
Maxim Cournoyer e81228166e
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.
2021-07-29 22:03:33 -04:00
Amirouche 51194ca1e8
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>
2021-07-13 22:41:04 -04:00
swedebugia 5fa078ccfd
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>
2021-07-13 09:26:42 -04:00
Mathieu Othacehe f1a71be028
gnu: guile-parted: Update to 0.0.5.
* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.5.
2021-06-17 10:10:08 +02:00
Ricardo Wurmus 055d0fa324
gnu: Add guile-drmaa.
* gnu/packages/guile-xyz.scm (guile-drmaa): New variable.
2021-05-29 23:14:25 +02:00
Ricardo Wurmus 036f9980c4
gnu: guile-studio: Update to 0.1.1.
* gnu/packages/guile-xyz.scm (guile-studio): Update to 0.1.1.
2021-05-29 22:18:08 +02:00
Ricardo Wurmus 7dc75d5fd3
gnu: guile-redis: Update to 2.1.1.
* gnu/packages/guile-xyz.scm (guile-redis): Update to 2.1.1.
2021-05-19 23:11:17 +02:00
Ricardo Wurmus 43f93503e8
gnu: guile-redis: Update to 2.1.0.
* gnu/packages/guile-xyz.scm (guile-redis): Update to 2.1.0.
2021-05-19 17:09:17 +02:00
Julien Lepiller b7c7a61dd6
gnu: Add guile-netlink.
* gnu/package/guile-xyz.scm (guile-netlink): New variable.
2021-05-19 01:41:00 +02:00
Xinglu Chen 909caad6be
gnu: Add guile-raw-strings.
* gnu/packages/guile-xyz.scm (guile-raw-strings): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-14 14:47:16 +02:00
Oleg Pykhalov 827656c370
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.
2021-05-13 08:48:54 +03:00
Oleg Pykhalov 08814ccc54
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.
2021-05-13 08:45:36 +03:00
Zelphir Kaltstahl 767c3df815
gnu: Add guile-fslib.
* gnu/packages/guile-xyz.scm (guile-fslib): New variable.
2021-05-10 12:09:40 +02:00
Tobias Geerinckx-Rice b4d809b063
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.
2021-05-07 20:06:31 +02:00
Leo Prikler d94e9cb774
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.
2021-05-03 18:04:23 +02:00
Morgan Smith d47d50d5a4
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>
2021-05-01 15:56:42 +02:00
Ricardo Wurmus 8b0ae1eb72
gnu: guile-wisp: Update to 1.0.4.
* gnu/packages/guile-xyz.scm (guile-wisp): Update to 1.0.4.
2021-04-24 08:00:11 +02:00
David Thompson e7548afbad
gnu: haunt: Update to 0.2.5. 2021-04-15 13:17:19 -04:00
Ricardo Wurmus 1bbed20332
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.
2021-04-12 21:51:38 +02:00
Tobias Geerinckx-Rice e6eb021652
gnu: guile-eris: Fix typo in description.
* gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo.
2021-04-10 14:11:34 +02:00
Tobias Geerinckx-Rice 48a2887a8f
gnu: guile-eris: Fix typo in description.
* gnu/packages/guile-xyz.scm (guile-eris)[description]: Fix typo.
2021-04-10 14:11:28 +02:00
Masaya Tojo 4b83f820dd
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>
2021-04-09 17:46:38 +02:00
Xinglu Chen fa76e52d87
gnu: Add guile-imanifest.
* gnu/packages/guile-xyz.scm (guile-imanifest): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2021-03-31 07:24:59 +01:00
Mathieu Othacehe d999fc689e
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.
2021-03-24 19:22:43 +01:00
Leo Le Bouter 69b3907adf
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>
2021-03-23 23:19:56 -07:00
Timothy Sample 4cd88522f2
gnu: Add guile-quickcheck.
* gnu/packages/guile-xyz.scm (guile-quickcheck): New variable.
2021-03-21 12:05:54 +01:00
Maxim Cournoyer cec4f5f556
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.
2021-03-20 15:55:18 -04:00
Tobias Geerinckx-Rice bb8a0d8057
gnu: emacsy-minimal: Fix build.
* gnu/packages/guile-xyz.scm (emacsy-minimal)[native-inputs]:
Add autoconf, automake, gettext-minimal, libtool, pkg-config,
and texinfo.
2021-03-18 21:07:46 +01:00
Maxime Devos ce10e2b3e9
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>
2021-03-17 23:10:19 +01:00