Merge pull request #334833 from paparodeo/ueberzugpp-strict-deps

ueberzugpp: fix strictDeps
This commit is contained in:
Weijia Wang
2024-08-15 15:03:52 +02:00
committed by GitHub
+3
View File
@@ -24,6 +24,7 @@
, extra-cmake-modules
, wayland
, wayland-protocols
, wayland-scanner
, enableX11 ? stdenv.isLinux
, xorg
}:
@@ -44,6 +45,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
pkg-config
] ++ lib.optionals enableWayland [
wayland-scanner
];
buildInputs = [