me
/
guix
Archived
1
0
Fork 0

gnu: corrode: Use git-file-name.

* gnu/packages/haskell-apps.scm (corrode): Use git-file-name.
master
Jakub Kądziołka 2020-02-20 22:46:40 +01:00
parent 779ce96faf
commit bb90beb5bf
No known key found for this signature in database
GPG Key ID: E315A75846131564
1 changed files with 1 additions and 2 deletions

View File

@ -113,8 +113,7 @@ installation of Haskell libraries and programs.")
(uri (git-reference
(url "https://github.com/jameysharp/corrode.git")
(commit "b6699fb2fa552a07c6091276285a44133e5c9789")))
(file-name
(string-append name "-" version "-checkout"))
(file-name (git-file-name name version))
(sha256
(base32 "02v0yyj6sk4gpg2222wzsdqjxn8w66scbnf6b20x0kbmc69qcz4r"))))
(build-system haskell-build-system)