guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: reptyr: Remove mips64el support.


From: Efraim Flashner
Subject: 04/04: gnu: reptyr: Remove mips64el support.
Date: Thu, 22 Sep 2016 19:43:27 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 5895f193c9ff70969993875b431f5b7c60fc4fa7
Author: Efraim Flashner <address@hidden>
Date:   Thu Sep 22 22:17:11 2016 +0300

    gnu: reptyr: Remove mips64el support.
    
    * gnu/packages/screen.scm (reptyr)[supported-systems]: New field, remove
    support for mips64el.
---
 gnu/packages/screen.scm |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/screen.scm b/gnu/packages/screen.scm
index 8c90082..e0e4641 100644
--- a/gnu/packages/screen.scm
+++ b/gnu/packages/screen.scm
@@ -169,4 +169,6 @@ window manager as well as the Tmux terminal multiplexer.")
 it to a new terminal.  Started a long-running process over @code{ssh}, but have
 to leave and don't want to interrupt it?  Just start a @code{screen}, use
 reptyr to grab it, and then kill the @code{ssh} session and head on home.")
+    ;; Reptyr currently does not support mips.
+    (supported-systems (delete "mips64el-linux" %supported-systems))
     (license expat)))



reply via email to

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