libdecor: disable unused demo

This commit is contained in:
Kiskae 2023-04-21 18:21:47 +02:00
parent 25a7e7d934
commit fcde5da649

View file

@ -7,11 +7,9 @@
, wayland , wayland
, wayland-protocols , wayland-protocols
, wayland-scanner , wayland-scanner
, egl-wayland
, cairo , cairo
, dbus , dbus
, pango , pango
, libxkbcommon
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -28,6 +26,10 @@ stdenv.mkDerivation rec {
strictDeps = true; strictDeps = true;
mesonFlags = [
(lib.mesonBool "demo" false)
];
nativeBuildInputs = [ nativeBuildInputs = [
meson meson
ninja ninja
@ -38,11 +40,9 @@ stdenv.mkDerivation rec {
buildInputs = [ buildInputs = [
wayland wayland
wayland-protocols wayland-protocols
egl-wayland
cairo cairo
dbus dbus
pango pango
libxkbcommon
]; ];
meta = with lib; { meta = with lib; {