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

way-displays: 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 d474d6ef
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
, stdenv
, fetchFromGitHub
, pkg-config
, wayland-scanner
, wayland
, libinput
, yaml-cpp
@@ -20,9 +21,13 @@ stdenv.mkDerivation rec {

  strictDeps = true;

  depsBuildBuild = [
    pkg-config
  ];

  nativeBuildInputs = [
    pkg-config
    wayland
    wayland-scanner
  ];

  buildInputs = [