summaryrefslogtreecommitdiff
path: root/nongnu/packages/hugo.scm
AgeCommit message (Collapse)Author
47 hoursnongnu: hugo: Update to 0.158.0.Hilton Chain
* modules/nongnu/packages/hugo.scm (hugo): Update to 0.158.0. [native-inputs]: Update vendored Go dependencies. Remove libwebp source. [arguments] <#:phases>: Remove now unnecessary libwebp fix. <#:go>: Use go 1.26. <#:build-flags, #:test-flags>: Remove ‘withdeploy’ tag.
2025-10-30nongnu: hugo: Update to 0.152.2.Hilton Chain
* nongnu/packages/hugo.scm (hugo): Update to 0.152.2. [source]: Fetch source with git-fetch. [build-system]: Switch to go-build-system. [native-inputs]: Add vendored Go dependencies, sources of libsass and libwebp.
2025-02-22nongnu: hugo: Don't fail on unsupported architectures.Skylar "The Cobra" Astaroth
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. * nongnu/packages/hugo.scm (hugo)[source]: Don't fail on unsupported architectures.
2025-01-26nongnu: Add hugo.Romain GARBAGE
* nongnu/packages/hugo: New module. (hugo): New variable. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>