gnu: laminar: Do not use auto-generated tarball.

* gnu/packages/ci.scm (laminar)[source]: Use git-fetch.
This commit is contained in:
Arun Isaac 2022-08-25 13:46:41 +05:30
parent a36fb3d131
commit ee221461c3
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -196,14 +196,14 @@ (define-public laminar
(name "laminar") (name "laminar")
(version "1.2") (version "1.2")
(source (source
(origin (method url-fetch) (origin (method git-fetch)
(uri (string-append "https://github.com/ohwgiles/laminar/archive/" (uri (git-reference
version (url "https://github.com/ohwgiles/laminar")
".tar.gz")) (commit version)))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0vcgpp8g67mlhqnyhkihxz9j5jz1pal79jrdhnmjl5ddbhkvji8i")))) "1sg0kccp3nczkn2vxcsqv10vyvmjnhpaykc1nfhh55jyda4xzf9w"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ; TODO Can't build tests `(#:tests? #f ; TODO Can't build tests