gnu: reptyr: Remove mips64el support.

* gnu/packages/screen.scm (reptyr)[supported-systems]: New field, remove
support for mips64el.
master
Efraim Flashner 2016-09-22 22:17:11 +03:00
parent cda5e76f51
commit 5895f193c9
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 0 deletions

View File

@ -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)))