Add platforms for kmscon
Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
parent
6e2c60ad10
commit
e5c34ddb55
@ -45,5 +45,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "http://www.freedesktop.org/wiki/Software/kmscon/";
|
homepage = "http://www.freedesktop.org/wiki/Software/kmscon/";
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
maintainers = [ stdenv.lib.maintainers.shlevy ];
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user