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:
Efraim Flashner 2017-03-22 23:05:11 +02:00
parent e20dafd0a1
commit 5302eba611
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 1 deletions

View File

@ -45,5 +45,6 @@
(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/")
(supported-systems (delete "aarch64-linux" %supported-systems))
(license l:gpl2+))) (license l:gpl2+)))