gnu: libffcall: Set source file-name.

* gnu/packages/libffcall.scm (libffcall)[source]: Add file-name field.
[home-page]: Use https.
This commit is contained in:
Efraim Flashner 2017-03-22 22:36:04 +02:00
parent 359e9c4215
commit 283f04b053
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -36,6 +36,7 @@ (define-public libffcall
":pserver:anonymous@cvs.savannah.gnu.org:/sources/libffcall")
(module "ffcall")
(revision "2015-01-15")))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1lwdskc2w4rr98x9flr2726lmj4190l16r0izg7gqxy50801wwgd"))))
@ -45,5 +46,5 @@ (module "ffcall")
(description
"GNU Libffcall is a collection of libraries that can be used to build
foreign function call interfaces in embedded interpreters.")
(home-page "http://www.gnu.org/software/libffcall/")
(home-page "https://www.gnu.org/software/libffcall/")
(license l:gpl2+)))