wayv: install docs
This commit is contained in:
parent
5833da6ad5
commit
eeef599ced
@ -13,6 +13,15 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ libX11 ];
|
buildInputs = [ libX11 ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
make -C doc install
|
||||||
|
mkdir -p "$out"/share/doc/wayv
|
||||||
|
cp [A-Z][A-Z]* "$out"/share/doc/wayv
|
||||||
|
cp doc/[A-Z][A-Z]* "$out"/share/doc/wayv
|
||||||
|
cp doc/*.txt "$out"/share/doc/wayv
|
||||||
|
cp doc/*.jpg "$out"/share/doc/wayv
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
inherit version;
|
inherit version;
|
||||||
description = "A gesture control for X11";
|
description = "A gesture control for X11";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user