guix-patches
[Top][All Lists]
Advanced

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

[bug#48810] [PATCH] gnu: Add matterbridge.


From: Mathieu Othacehe
Subject: [bug#48810] [PATCH] gnu: Add matterbridge.
Date: Fri, 04 Jun 2021 14:07:50 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)

Hello,

The linter reports two problems:

--8<---------------cut here---------------start------------->8---
gnu/packages/messaging.scm:2977:5: matterbridge@1.22.2: the source file name 
should contain the package name
gnu/packages/messaging.scm:2977:5: matterbridge@1.22.2: the source URI should 
not be an autogenerated tarball
--8<---------------cut here---------------end--------------->8---

which means that you should use:

> +      (method url-fetch)

git-fetch here,

> +      (sha256
> +       (base32
> +        "1p3mkfzv4xwm7vz8ja7qsa99qwxb9s61hnjjv65dkkjivlsif5hk"))))

and introduce something like:

--8<---------------cut here---------------start------------->8---
       (file-name (git-file-name name version))
--8<---------------cut here---------------end--------------->8---

here. Could you please send an updated patch?

Thanks,

Mathieu





reply via email to

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