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:
parent
6cf48e8c20
commit
a0bdbf8b41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue