Commit e733c0f7 authored by Artturin's avatar Artturin
Browse files

swayidle: Pre-emptively fix finding `wayland-scanner`

Once a new swayidle version is released this will be needed https://www.github.com/swaywm/swayidle/commit/b3f4f9c921331470ed029d8529919ffe8588e861

The pc file for `wayland-scanner` was split from `wayland` which causes
the need to `buildBuild` `pkg-config` (in the future) 921bd99f.
parent 0a17c072
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ stdenv.mkDerivation rec {
  };

  strictDeps = true;
  depsBuildBuild = [ pkg-config ];
  nativeBuildInputs = [ meson ninja pkg-config scdoc wayland-scanner ];
  buildInputs = [ wayland wayland-protocols ]
                ++ lib.optionals systemdSupport [ systemd ];