hyprlock: fix strict deps

requires wayland-scanner (wayland) in nativeBuildInputs
This commit is contained in:
Reno Dakota
2024-07-25 07:19:28 +00:00
parent fe9118678b
commit bf282d8921
+2
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 = [