river-tag-overlay: 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.
This commit is contained in:
parent
e2c1352232
commit
4fad15058d
@ -1,5 +1,11 @@
|
|||||||
{ lib, stdenv, fetchFromSourcehut, fetchpatch
|
{ lib
|
||||||
, wayland, pixman, pkg-config, wayland-scanner
|
, stdenv
|
||||||
|
, fetchFromSourcehut
|
||||||
|
, fetchpatch
|
||||||
|
, wayland
|
||||||
|
, pixman
|
||||||
|
, pkg-config
|
||||||
|
, wayland-scanner
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
Loading…
Reference in New Issue
Block a user