emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#28744: closed (guile-colorized)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#28744: closed (guile-colorized)
Date: Sun, 08 Oct 2017 19:52:02 +0000

Your message dated Sun, 08 Oct 2017 21:51:08 +0200
with message-id <address@hidden>
and subject line Re: [bug#28744] guile-colorized
has caused the debbugs.gnu.org bug report #28744,
regarding guile-colorized
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
28744: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=28744
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: guile-colorized Date: Sun, 8 Oct 2017 10:36:37 +0000
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

Attachment: 0001-gnu-Add-guile-colorized.patch
Description: Text document

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#28744] guile-colorized Date: Sun, 08 Oct 2017 21:51:08 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)
Hi!

ng0 <address@hidden> 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 <address@hidden>
> 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’.

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"

--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]