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:
parent
359e9c4215
commit
283f04b053
|
@ -36,6 +36,7 @@
|
||||||
":pserver:anonymous@cvs.savannah.gnu.org:/sources/libffcall")
|
":pserver:anonymous@cvs.savannah.gnu.org:/sources/libffcall")
|
||||||
(module "ffcall")
|
(module "ffcall")
|
||||||
(revision "2015-01-15")))
|
(revision "2015-01-15")))
|
||||||
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lwdskc2w4rr98x9flr2726lmj4190l16r0izg7gqxy50801wwgd"))))
|
"1lwdskc2w4rr98x9flr2726lmj4190l16r0izg7gqxy50801wwgd"))))
|
||||||
|
@ -45,5 +46,5 @@
|
||||||
(description
|
(description
|
||||||
"GNU Libffcall is a collection of libraries that can be used to build
|
"GNU Libffcall is a collection of libraries that can be used to build
|
||||||
foreign function call interfaces in embedded interpreters.")
|
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+)))
|
(license l:gpl2+)))
|
||||||
|
|
Loading…
Reference in New Issue