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
|
@ -45,5 +45,6 @@
|
|||
(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 New Issue