Commit 2aa25051 authored by Alyssa Ross's avatar Alyssa Ross Committed by Florian Klink
Browse files

wio: depend on wayland-scanner

Otherwise, wayland-scanner would be picked up from the wayland in
buildInputs, which isn't cross-friendly and will stop working when we
split wayland-scanner into a separate package.
parent b46f93f0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
, meson
, ninja
, pkg-config
, wayland-scanner
, udev
, unstableGitUpdater
, wayland
@@ -34,6 +35,7 @@ stdenv.mkDerivation (finalAttrs: {
    meson
    ninja
    pkg-config
    wayland-scanner
  ];

  buildInputs = [