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

View file

@ -318,7 +318,8 @@ (define-public chez-web
(("\\./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