guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: chez-web: Return #t from all phases.


From: guix-commits
Subject: 01/15: gnu: chez-web: Return #t from all phases.
Date: Sat, 16 Feb 2019 14:52:33 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a0bdbf8b4129899b5f00335e3412a6752a26f816
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Feb 15 15:32:51 2019 +0100

    gnu: chez-web: Return #t from all phases.
    
    * gnu/packages/chez.scm (chez-web)[arguments]: Always return #t from phases.
---
 gnu/packages/chez.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/chez.scm b/gnu/packages/chez.scm
index 10601f0..c99f8a8 100644
--- a/gnu/packages/chez.scm
+++ b/gnu/packages/chez.scm
@@ -318,7 +318,8 @@ and 32-bit PowerPC architectures.")
                               (("\\./chezweave" all)
                                (string-append "chez-scheme --program " all)))
                             (substitute* "installit"
-                              (("-g \\$GROUP -o \\$OWNER") "")))))))
+                              (("-g \\$GROUP -o \\$OWNER") ""))
+                            #t)))))
       (home-page "https://github.com/arcfide/ChezWEB";)
       (synopsis "Hygienic Literate Programming for Chez Scheme")
       (description "ChezWEB is a system for doing Knuthian style WEB



reply via email to

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