gnu: lvtk: Fetch sources from git.

* gnu/packages/audio.scm (lvtk)[source]: Fetch from git.
master
Ricardo Wurmus 2018-11-10 22:44:57 +01:00
parent 78eff85770
commit b255365cd1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 6 additions and 6 deletions

View File

@ -1879,14 +1879,14 @@ software.")
(name "lvtk") (name "lvtk")
(version "1.2.0") (version "1.2.0")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/lvtk/lvtk/archive/" (uri (git-reference
version (url "https://github.com/lvtk/lvtk.git")
".tar.gz")) (commit version)))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"03nbj2cqcklqwh50zj2gwm07crh5iwqbpxbpzwbg5hvgl4k4rnjd")))) "1b01zvzl70ana6l1kn8fgyr7msnn3c7x61cgw7fdpp50322352p8"))))
(build-system waf-build-system) (build-system waf-build-system)
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target