guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#62050] [PATCH] gnu: Add tissue.


From: Ludovic Courtès
Subject: [bug#62050] [PATCH] gnu: Add tissue.
Date: Thu, 16 Mar 2023 22:50:30 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hi!

Arun Isaac <arunisaac@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’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]