unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: Arun Isaac <arunisaac@systemreboot.net>
Cc: 62050@debbugs.gnu.org
Subject: [bug#62050] [PATCH] gnu: Add tissue.
Date: Thu, 16 Mar 2023 22:50:30 +0100	[thread overview]
Message-ID: <87bkks9xi1.fsf@gnu.org> (raw)
In-Reply-To: <20230308141221.7825-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Wed, 8 Mar 2023 14:12:21 +0000")

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	other threads:[~2023-03-16 21:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-08 14:12 [bug#62050] [PATCH] gnu: Add tissue Arun Isaac
2023-03-16 21:50 ` Ludovic Courtès [this message]
2023-03-17 13:43   ` Arun Isaac
2023-03-17 21:43     ` Ludovic Courtès
2023-03-18 17:28       ` bug#62050: " Arun Isaac
2023-04-04 11:20     ` [bug#62050] " Simon Tournier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bkks9xi1.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=62050@debbugs.gnu.org \
    --cc=arunisaac@systemreboot.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).