guix-patches
[Top][All Lists]
Advanced

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

[bug#30940] [PATCH] gnu: Add twitchy.


From: Oleg Pykhalov
Subject: [bug#30940] [PATCH] gnu: Add twitchy.
Date: Mon, 26 Mar 2018 22:50:48 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux)

Marius Bakke <address@hidden> writes:

> Oleg Pykhalov <address@hidden> writes:
>
>> * gnu/packages/video.scm (twitchy): New public variable.
>
> [...]
>   
>> +(define-public twitchy
>> +  (let ((commit "0c0f925b9c7ff2aed4a3b0046561cb794143c398"))
>> +    (package
>> +      (name "twitchy")
>> +      (version (git-version "3.2" "1" commit))
>> +      (source
>> +       (origin
>> +         (method git-fetch)
>> +         (uri (git-reference
>> +               (url "https://github.com/BasioMeusPuga/twitchy.git";)
>> +               (commit commit)))
>> +         (file-name (git-file-name name version))
>> +         (sha256
>> +          (base32
>> +           "02aizvsr744sh8bdqvwwsmp2qpczlzn8fy76h5dyd3517n9nlcz9"))))
>
> Can you add a comment about why a git checkout is necessary?

OK.  Thank you for a review.

Pushed as e5e5eb1fcf4c0aab10e2d6ed7fa34257a3c87e58

I'll close the bug report.

Oleg.

Attachment: signature.asc
Description: PGP signature


reply via email to

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