kmscon: Build man pages

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2014-01-15 01:13:45 -05:00
parent c056a69fdd
commit b6a1673308

View File

@ -1,4 +1,16 @@
{ stdenv, fetchurl, libtsm, systemd, libxkbcommon, libdrm, mesa, pango, pixman, pkgconfig }:
{ stdenv
, fetchurl
, libtsm
, systemd
, libxkbcommon
, libdrm
, mesa
, pango
, pixman
, pkgconfig
, docbook_xsl
, libxslt
}:
stdenv.mkDerivation rec {
name = "kmscon-8";
@ -8,7 +20,18 @@ stdenv.mkDerivation rec {
sha256 = "0axfwrp3c8f4gb67ap2sqnkn75idpiw09s35wwn6kgagvhf1rc0a";
};
buildInputs = [ libtsm systemd libxkbcommon libdrm mesa pango pixman pkgconfig ];
buildInputs = [
libtsm
systemd
libxkbcommon
libdrm
mesa
pango
pixman
pkgconfig
docbook_xsl
libxslt
];
configureFlags = [
"--enable-multi-seat"