tinyfugue: only works on linux
(cherry picked from commit 420352fae8ddb11da757bd2f2f10c2dc6650bc58)
This commit is contained in:
parent
e8a3c91b0e
commit
b57f6b26a7
@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
|
|||||||
with any type of text MUD.
|
with any type of text MUD.
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
platforms = ncurses.meta.platforms;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.KibaFox ];
|
maintainers = [ maintainers.KibaFox ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user