GNU bug report logs -
#28744
guile-colorized
Previous Next
Reported by: ng0 <ng0 <at> infotropique.org>
Date: Sun, 8 Oct 2017 10:38:01 UTC
Severity: normal
Done: ludo <at> gnu.org (Ludovic Courtès)
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#28744: guile-colorized
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 28744 <at> debbugs.gnu.org.
--
28744: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28744
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Hi!
ng0 <ng0 <at> infotropique.org> skribis:
> Colors for your REPL.
>
> In the light of recent github mismatches:
> should this use the git checkout instead?
I think it’s (still) fine this way.
> From d5160f7e3ca160dd6ee9336770fdf2d6dc7b279f Mon Sep 17 00:00:00 2001
> From: ng0 <ng0 <at> infotropique.org>
> Date: Sun, 8 Oct 2017 10:30:39 +0000
> Subject: [PATCH] gnu: Add guile-colorized.
>
> * gnu/packages/guile.scm (guile-colorized): New variable.
Pushed with the slight simplification below.
Thank you!
Ludo’.
[Message part 4 (text/x-patch, inline)]
diff --git a/gnu/packages/guile.scm b/gnu/packages/guile.scm
index caecd2b6b..e32ca84a7 100644
--- a/gnu/packages/guile.scm
+++ b/gnu/packages/guile.scm
@@ -1995,12 +1995,9 @@ It has a nice, simple s-expression based syntax.")
(guild (string-append (assoc-ref inputs "guile")
"/bin/guild")))
;; The original 'make install' is too primitive.
- (mkdir-p module-dir)
- (mkdir-p language-dir)
;; copy the source
- (copy-file "ice-9/colorized.scm"
- (string-append language-dir "/colorized.scm"))
+ (install-file "ice-9/colorized.scm" language-dir)
;; compile to the destination
(compile-file "ice-9/colorized.scm"
[Message part 5 (message/rfc822, inline)]
[Message part 6 (text/plain, inline)]
Colors for your REPL.
In the light of recent github mismatches:
should this use the git checkout instead?
--
ng0
GnuPG: A88C8ADD129828D7EAC02E52E22F9BBFEE348588
GnuPG: https://dist.krosos.org/dist/keys/
https://www.infotropique.org https://krosos.org
[0001-gnu-Add-guile-colorized.patch (text/plain, attachment)]
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 7 years and 223 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.