Skip to content
Snippets Groups Projects
Unverified Commit 94be94cf authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: gpick: Fetch sources from git.

* gnu/packages/image.scm (gpick)[source]: Fetch from git.
parent bd7daf9c
No related branches found
No related tags found
No related merge requests found
...@@ -1392,12 +1392,14 @@ (define-public gpick ...@@ -1392,12 +1392,14 @@ (define-public gpick
(name "gpick") (name "gpick")
(version "0.2.5") (version "0.2.5")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/thezbyg/gpick/archive/" (uri (git-reference
name "-" version ".tar.gz")) (url "https://github.com/thezbyg/gpick.git")
(commit (string-append name "-" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0mxvxk15xhk2i5vfavjhnkk4j3bnii0gpf8di14rlbpq070hd5rs")))) "0mcj806zagh122qgrdkrg0macpzby97y89xi2sjyn3bh8vmmyxjy"))))
(build-system scons-build-system) (build-system scons-build-system)
(native-inputs (native-inputs
`(("boost" ,boost) `(("boost" ,boost)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment