mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
ueberzugpp: fix strictDeps
add wayland-scanner to fix strictDeps
This commit is contained in:
parent
c46d43c625
commit
1c3f1d0877
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user