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

* gnu/packages/chez.scm (chez-web)[arguments]: Always return #t from phases.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-15 15:32:51 +01:00
parent 6cf48e8c20
commit a0bdbf8b41
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

View File

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