Vinicius Monego 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!