guix-patches
[Top][All Lists]
Advanced

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

bug#41997: [PATCH] gnu: Add photoflare.


From: Marius Bakke
Subject: bug#41997: [PATCH] gnu: Add photoflare.
Date: Wed, 24 Jun 2020 21:05:16 +0200

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/photo.scm (photoflare): New variable.

[...]
  
> +(define-public photoflare
> +  (package
> +    (name "photoflare")
> +    (version "1.6.5")
> +    (source
> +     (origin
> +      (method git-fetch)
> +       (uri (git-reference
> +             (url "https://github.com/photoflare/photoflare";)
> +             (commit (string-append "v" version))))
> +       (file-name (git-file-name name version))
> +       (sha256
> +        (base32 "0a394324h7ds567z3i3pw6kkii78n4qwdn129kgkkm996yh03q89"))))
> +    (build-system gnu-build-system)
> +    (arguments
> +     '(#:tests? #f

I added a "no tests" comment here after having a peek in the upstream
repository.  Applied!

Attachment: signature.asc
Description: PGP signature


reply via email to

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