mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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+)))
|
||||
|
|
Loading…
Reference in a new issue