mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: corrode: Use git-file-name.
* gnu/packages/haskell-apps.scm (corrode): Use git-file-name.
This commit is contained in:
parent
779ce96faf
commit
bb90beb5bf
1 changed files with 1 additions and 2 deletions
|
@ -113,8 +113,7 @@ (define-public corrode
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/jameysharp/corrode.git")
|
(url "https://github.com/jameysharp/corrode.git")
|
||||||
(commit "b6699fb2fa552a07c6091276285a44133e5c9789")))
|
(commit "b6699fb2fa552a07c6091276285a44133e5c9789")))
|
||||||
(file-name
|
(file-name (git-file-name name version))
|
||||||
(string-append name "-" version "-checkout"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "02v0yyj6sk4gpg2222wzsdqjxn8w66scbnf6b20x0kbmc69qcz4r"))))
|
(base32 "02v0yyj6sk4gpg2222wzsdqjxn8w66scbnf6b20x0kbmc69qcz4r"))))
|
||||||
(build-system haskell-build-system)
|
(build-system haskell-build-system)
|
||||||
|
|
Loading…
Reference in a new issue