sway-beta: make man flag depend on parameter
This commit is contained in:
parent
77b094c515
commit
e5a937bbdf
@ -36,9 +36,9 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
"-Dxwayland=enabled" "-Dgdk-pixbuf=enabled" "-Dman-pages=enabled"
|
"-Dxwayland=enabled" "-Dgdk-pixbuf=enabled"
|
||||||
"-Dtray=enabled"
|
"-Dtray=enabled"
|
||||||
];
|
] ++ stdenv.lib.optional buildDocs "-Dman-pages=enabled";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "i3-compatible window manager for Wayland";
|
description = "i3-compatible window manager for Wayland";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user