mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -05:00
gnu: libffcall: Remove aarch64-linux from supported systems.
* gnu/packages/libffcall.scm (libffcall)[supported-systems]: New field, remove aarch64-linux. [home-page]: Use https.
This commit is contained in:
parent
e20dafd0a1
commit
5302eba611
1 changed files with 2 additions and 1 deletions
|
@ -45,5 +45,6 @@ (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/")
|
||||
(supported-systems (delete "aarch64-linux" %supported-systems))
|
||||
(license l:gpl2+)))
|
||||
|
|
Loading…
Reference in a new issue