Currently, architectures other than aarch64, arm32, or x86_64 will fail
to build the entire nonguix channel derivation due to string-append not
accepting the unspecified return value of the `cond` in the hugo package
definition. Adding the blank string `else` fixes this issue.