mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: tilda: Fetch sources from git.
* gnu/packages/terminals.scm (tilda)[source]: Fetch from git.
This commit is contained in:
parent
ab3159f89d
commit
cf8478e5d5
1 changed files with 6 additions and 4 deletions
|
@ -71,12 +71,14 @@ (define-public tilda
|
||||||
(name "tilda")
|
(name "tilda")
|
||||||
(version "1.4.1")
|
(version "1.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/lanoxx/tilda/archive/"
|
(uri (git-reference
|
||||||
"tilda-" version ".tar.gz"))
|
(url "https://github.com/lanoxx/tilda.git")
|
||||||
|
(commit (string-append "tilda-" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0w2hry2bqcqrkik4l100b1a9jlsih6sq8zwhfpl8zzfq20i00lfs"))))
|
"154rsldqjv2m1bddisb930qicb0y35kx7bxq392n2hn68jr2pxkj"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue