GNU bug report logs -
#62050
[PATCH] gnu: Add tissue.
Previous Next
Reported by: Arun Isaac <arunisaac <at> systemreboot.net>
Date: Wed, 8 Mar 2023 14:14:02 UTC
Severity: normal
Tags: patch
Done: Arun Isaac <arunisaac <at> systemreboot.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi!
Arun Isaac <arunisaac <at> systemreboot.net> skribis:
> * gnu/packages/web.scm (tissue): New variable.
[...]
> + (source (origin
> + (method url-fetch)
> + (uri (string-append "https://tissue.systemreboot.net/releases/tissue-"
> + version ".tar.lz"))
Note that Disarchive does not support lzip (yet).
Thus it’s be a bit more archival-friendly if you would instead either
refer to a gzip tarball or refer to the Git repo. It’s not a blocker
though.
> + (list #:make-flags #~(list (string-append "prefix=" #$output))
> + #:modules `(((guix build guile-build-system)
> + #:select (target-guile-effective-version))
> + ,@%gnu-build-system-modules)
You can change the last line to just (guix build gnu-build-system).
The rest LGTM!
Next step is a system service I guess? :-)
Thanks,
Ludo’.
This bug report was last modified 2 years and 44 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.