guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: libffcall: Remove aarch64-linux from supported systems.


From: Efraim Flashner
Subject: 01/02: gnu: libffcall: Remove aarch64-linux from supported systems.
Date: Thu, 23 Mar 2017 01:33:18 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 5302eba611d8eb333bfa0d5b7b7569f5d2553175
Author: Efraim Flashner <address@hidden>
Date:   Wed Mar 22 23:05:11 2017 +0200

    gnu: libffcall: Remove aarch64-linux from supported systems.
    
    * gnu/packages/libffcall.scm (libffcall)[supported-systems]: New field,
    remove aarch64-linux.
    [home-page]: Use https.
---
 gnu/packages/libffcall.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/libffcall.scm b/gnu/packages/libffcall.scm
index 74d6b63..5e12c6b 100644
--- a/gnu/packages/libffcall.scm
+++ b/gnu/packages/libffcall.scm
@@ -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+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]