tinyfugue: only works on linux

(cherry picked from commit 420352fae8ddb11da757bd2f2f10c2dc6650bc58)
This commit is contained in:
Matthew Bauer 2018-11-25 14:51:51 -06:00
parent e8a3c91b0e
commit b57f6b26a7

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
with any type of text MUD.
'';
license = licenses.gpl2;
platforms = ncurses.meta.platforms;
platforms = platforms.linux;
maintainers = [ maintainers.KibaFox ];
};
}