gnu: slop: Fetch sources from git.

* gnu/packages/xdisorg.scm (slop)[source]: Fetch from git.
master
Ricardo Wurmus 2018-11-29 22:12:57 +01:00
parent 4bb74ed5f2
commit 25d09f609e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 6 deletions

View File

@ -496,14 +496,14 @@ of the screen selected by mouse.")
(name "slop") (name "slop")
(version "7.4") (version "7.4")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/naelstrof/slop/archive/v" (url "https://github.com/naelstrof/slop.git")
version ".tar.gz")) (commit (string-append "v" version))))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1kpdrikgpjb4fpxalb6pjcih5njv1w9cnrjj5612ywdv1q5mjs48")))) "0fgd8a2dqkg64all0f96sca92sdss9r3pzmv5kck46b99z2325z6"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
'(#:tests? #f)) ; no "check" target '(#:tests? #f)) ; no "check" target