On Wed, Sep 14, 2016 at 11:31:59AM +0530, Arun Isaac wrote: > * gnu/packages/web.scm (darkhttpd): New variable. Thanks for the updated patch! > + (uri (git-reference > + (url (string-append "https://unix4lyfe.org/git/darkhttpd")) > + (commit "41b68476c35270f47dcd2ddebe27cbcd87e43d41")) ^ There was a missing parentheses here -------------------------------| > + #:tests? #f ; No test suite I found some tests! See attached. Part of the test suite wants some static library from Clang / LLVM; I couldn't make that work in 5 minutes so I gave up ;) I think it's okay to commit in this state. What do you think?