yasr: make linux-only
This commit is contained in:
parent
f48cd9503d
commit
94acb5b780
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://yasr.sourceforge.net";
|
homepage = "http://yasr.sourceforge.net";
|
||||||
description = "A general-purpose console screen reader";
|
description = "A general-purpose console screen reader";
|
||||||
longDescription = "Yasr is a general-purpose console screen reader for GNU/Linux and other Unix-like operating systems.";
|
longDescription = "Yasr is a general-purpose console screen reader for GNU/Linux and other Unix-like operating systems.";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
maintainers = with stdenv.lib.maintainers; [ jhhuh ];
|
maintainers = with stdenv.lib.maintainers; [ jhhuh ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user