gnu: guile-gcrypt: Use git-file-name
* gnu/packages/gnupg.scm (guile-gcrypt): Use git-file-name.
This commit is contained in:
parent
123334fadd
commit
d47f96307b
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ gpgpme starting with version 1.7.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0n232iyayc46f7hywmjw0jr7pbmmz5h4b04jskhkzz9gxz0ci99c"))
|
"0n232iyayc46f7hywmjw0jr7pbmmz5h4b04jskhkzz9gxz0ci99c"))
|
||||||
(file-name (string-append name "-" version "-checkout"))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
|
||||||
Reference in a new issue