~ruther/guix-local

5302eba611d8eb333bfa0d5b7b7569f5d2553175 — Efraim Flashner 9 years ago e20dafd
gnu: libffcall: Remove aarch64-linux from supported systems.

* gnu/packages/libffcall.scm (libffcall)[supported-systems]: New field,
remove aarch64-linux.
[home-page]: Use https.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/libffcall.scm
M gnu/packages/libffcall.scm => gnu/packages/libffcall.scm +2 -1
@@ 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+)))