gnu: simplescreenrecorder: Fetch sources from git.
* gnu/packages/video.scm (simplescreenrecorder)[source]: Fetch from git.
This commit is contained in:
parent
2f069a1fa7
commit
21309b8b1f
|
@ -2267,13 +2267,14 @@ making @dfn{screencasts}.")
|
||||||
(version "0.3.11")
|
(version "0.3.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/MaartenBaert/ssr/archive/"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/MaartenBaert/ssr.git")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(commit version)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0l6irdadqpajvv0dj3ngs1231n559l0y1pykhs2h7526qm4w7xal"))))
|
"0n702dnv4qshgn3b90ixvplfafjhgz6040yir5vy8khjdpciysq4"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
;; Although libx11, libxfixes, libxext are listed as build dependencies in
|
;; Although libx11, libxfixes, libxext are listed as build dependencies in
|
||||||
;; README.md, the program builds and functions properly without them.
|
;; README.md, the program builds and functions properly without them.
|
||||||
|
|
Loading…
Reference in New Issue