gnu: reptyr: Remove mips64el support.

* gnu/packages/screen.scm (reptyr)[supported-systems]: New field, remove
support for mips64el.
This commit is contained in:
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

View file

@ -169,4 +169,6 @@ (define-public reptyr
it to a new terminal. Started a long-running process over @code{ssh}, but have 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 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 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))) (license expat)))