all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49889] [PATCH 0/5] Add build system for Gerbil Scheme
@ 2021-08-05 14:06 Xinglu Chen
  2021-08-05 14:09 ` [bug#49889] [PATCH 1/5] gnu: gerbil: Move to (gnu packages gerbil) Xinglu Chen
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Xinglu Chen @ 2021-08-05 14:06 UTC (permalink / raw)
  To: 49889

This series adds the ‘gerbil-build-system’ for building Gerbil packages.

The first patch moves the ‘gerbil’ package from (gnu packages scheme) to
(gnu packages gerbil).

The third patch adds the build system itself, and the fourth and fifth
patches add two Gerbil packages that use the new ‘gerbil-build-system’.

I don’t know if Gerbil packages should be ‘inputs’ or
‘propagated-inputs’.  I found two Gerbil packages that depended on other
Gerbil packages, but they both require a newer, unreleased Gerbil
package (Gerbil hasn’t had a new release for more than a year).  Maybe
we should add a ‘gerbil-next’ package?  ;-)

Xinglu Chen (5):
  gnu: gerbil: Move to (gnu packages gerbil).
  gnu: gerbil: Add 'native-search-paths' field.
  guix: Add 'gerbil-build-system'.
  gnu: Add gerbil-srfi-54.
  gnu: Add gerbil-clojerbil.

 Makefile.am                           |   2 +
 doc/guix.texi                         |  21 +++
 etc/snippets/scheme-mode/guix-package |   1 +
 gnu/local.mk                          |   2 +
 gnu/packages/gerbil.scm               | 199 ++++++++++++++++++++++++++
 gnu/packages/scheme.scm               | 105 +-------------
 guix/build-system/gerbil.scm          | 138 ++++++++++++++++++
 guix/build/gerbil-build-system.scm    |  78 ++++++++++
 8 files changed, 442 insertions(+), 104 deletions(-)
 create mode 100644 gnu/packages/gerbil.scm
 create mode 100644 guix/build-system/gerbil.scm
 create mode 100644 guix/build/gerbil-build-system.scm


base-commit: 517dacdb99e15f35c0ead462c9156896b5728be4
-- 
2.32.0






^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-02-04 21:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-05 14:06 [bug#49889] [PATCH 0/5] Add build system for Gerbil Scheme Xinglu Chen
2021-08-05 14:09 ` [bug#49889] [PATCH 1/5] gnu: gerbil: Move to (gnu packages gerbil) Xinglu Chen
2021-08-05 14:09 ` [bug#49889] [PATCH 2/5] gnu: gerbil: Add 'native-search-paths' field Xinglu Chen
2021-08-05 14:10 ` [bug#49889] [PATCH 3/5] guix: Add 'gerbil-build-system' Xinglu Chen
2021-08-05 14:10 ` [bug#49889] [PATCH 4/5] gnu: Add gerbil-srfi-54 Xinglu Chen
2021-08-05 14:10 ` [bug#49889] [PATCH 5/5] gnu: Add gerbil-clojerbil Xinglu Chen
2021-08-07 16:59   ` Maxime Devos
2021-08-15  7:41     ` Xinglu Chen
2022-02-04 21:42 ` [bug#49889] [PATCH 0/5] Add build system for Gerbil Scheme Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.