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

waylock: depend on wayland-scanner

Currently wayland-scanner is defined to be wayland.bin, but we want to
split wayland-scanner into a separate package.
parent f043fe4a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
  pkg-config,
  scdoc,
  wayland,
  wayland-scanner,
  wayland-protocols,
  zig_0_12,
}:
@@ -30,11 +31,12 @@ stdenv.mkDerivation (finalAttrs: {
  nativeBuildInputs = [
    pkg-config
    scdoc
    wayland
    wayland-scanner
    zig_0_12.hook
  ];

  buildInputs = [
    wayland
    wayland-protocols
    libxkbcommon
    pam