~ruther/guix-local

ref: be58d01a7e60601eb7b00a5fd3b724fdafb8dd29 guix-local/gnu/packages/patches/lsh-guile-compat.patch -rw-r--r-- 345 bytes
be58d01a — Ludovic Courtès build-system/gnu: Write debug files to the "debug" sub-derivation, if any. 12 years ago
                                                                                
1
2
3
4
5
6
7
8
9
Use (ice-9 rdelim) for `read-line'.

--- lsh-2.0.4/src/scm/guile-compat.scm	2012-12-03 23:28:01.000000000 +0100
+++ lsh-2.0.4/src/scm/guile-compat.scm	2012-12-03 23:28:04.000000000 +0100
@@ -21,3 +21,4 @@
 ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 (use-syntax (ice-9 syncase))
+(use-modules (ice-9 rdelim))