hyprlock: fix strict deps

requires wayland-scanner (wayland) in nativeBuildInputs
This commit is contained in:
Reno Dakota 2024-06-19 01:48:56 +00:00
parent fe9118678b
commit bf282d8921
No known key found for this signature in database

View File

@ -11,6 +11,7 @@
pam,
wayland,
wayland-protocols,
wayland-scanner,
cairo,
file,
libjpeg,
@ -37,6 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
pkg-config
wayland-scanner
];
buildInputs = [