gnu: obs: Fetch sources from git.

* gnu/packages/video.scm (obs)[source]: Fetch from git.
This commit is contained in:
Ricardo Wurmus 2018-11-29 21:46:49 +01:00
parent 520b5d06a4
commit 2f069a1fa7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 5 deletions

View File

@ -2104,13 +2104,14 @@ be used for realtime video capture via Linux-specific APIs.")
(name "obs")
(version "20.1.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/jp9000/obs-studio"
"/archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/jp9000/obs-studio.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1g5z6z050v25whc7n3xvg6l238wmg5crp7ihvk73qngvzxr8bg28"))))
"0qdpa2xxiiw53ksvlrf80jm8gz6kxsn56sffv2v2ijxvy7kw5zcg"))))
(build-system cmake-build-system)
(arguments
`(#:tests? #f)) ; no tests