~ruther/guix-local

5895f193c9ff70969993875b431f5b7c60fc4fa7 — Efraim Flashner 9 years ago cda5e76
gnu: reptyr: Remove mips64el support.

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

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