mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
kwayland: add missing dependency
This commit is contained in:
parent
444ddcbcc5
commit
2b22167ad7
@ -1,7 +1,7 @@
|
||||
{
|
||||
mkDerivation, lib, propagateBin,
|
||||
extra-cmake-modules,
|
||||
qtbase, wayland
|
||||
qtbase, wayland, wayland-protocols
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
@ -11,7 +11,7 @@ mkDerivation {
|
||||
broken = builtins.compareVersions qtbase.version "5.7.0" < 0;
|
||||
};
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ wayland ];
|
||||
buildInputs = [ wayland wayland-protocols ];
|
||||
propagatedBuildInputs = [ qtbase ];
|
||||
setupHook = propagateBin; # XDG_CONFIG_DIRS
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user