diff options
author | Zach van Rijn <me@zv.io> | 2023-12-01 17:12:48 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2023-12-01 17:55:44 -0600 |
commit | ec2ce3515c9d7785ede8f0e64db011ed20088e97 (patch) | |
tree | 31174be6042e146e773a6c83f44fb211df2393cc /user/gambit-c/remove-non-ascii-character-from-gambit-txi.patch | |
parent | 1c36ca44c5ba757f8dde36a3b3fd516f8ed66514 (diff) | |
download | packages-ec2ce3515c9d7785ede8f0e64db011ed20088e97.tar.gz packages-ec2ce3515c9d7785ede8f0e64db011ed20088e97.tar.bz2 packages-ec2ce3515c9d7785ede8f0e64db011ed20088e97.tar.xz packages-ec2ce3515c9d7785ede8f0e64db011ed20088e97.zip |
user/gambit-c: bump { 4.9.4 --> 4.9.5 }.
This provides SRFI 231, which "greatly improves upon" SRFI 179,
but also experiences the same build failures, so we disable it.
Ref: #934
Diffstat (limited to 'user/gambit-c/remove-non-ascii-character-from-gambit-txi.patch')
-rw-r--r-- | user/gambit-c/remove-non-ascii-character-from-gambit-txi.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/user/gambit-c/remove-non-ascii-character-from-gambit-txi.patch b/user/gambit-c/remove-non-ascii-character-from-gambit-txi.patch deleted file mode 100644 index 6bee6b2a1..000000000 --- a/user/gambit-c/remove-non-ascii-character-from-gambit-txi.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 9c01e39351ae958541b983961851a2474dabeb8d Mon Sep 17 00:00:00 2001 -From: Marc Feeley <feeley@iro.umontreal.ca> -Date: Tue, 4 Jan 2022 09:19:32 -0500 -Subject: [PATCH] Remove non-ASCII character from gambit.txi - ---- - doc/gambit.txi | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/doc/gambit.txi b/doc/gambit.txi -index 56187714b..a6a4caa90 100644 ---- a/doc/gambit.txi -+++ b/doc/gambit.txi -@@ -6658,7 +6658,7 @@ For example: - $ @b{gsi github.com/gambit/hello/demo @r{@i{# auto-install of github.com/gambit/hello package}}} - People customarily greet each other when they meet. - In English you can say: hello Bob, nice to see you! --In French you can say: bonjour Bob, je suis enchanté! -+In French you can say: bonjour Bob, je suis enchant@'e! - Demo source code: /Users/feeley/.gambit_userlib/github.com/gambit/hello/@@/demo.scm - $ @b{gsi github.com/feeley/roman/demo @r{@i{# no auto-install because not on whitelist}}} - *** ERROR IN ##main -- No such file or directory |