mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
plasma5Packages.xdg-desktop-portal-kde: depend on wayland-scanner
Otherwise, wayland-scanner would be picked up from the wayland in buildInputs, which isn't cross-friendly and will stop working when we split wayland-scanner into a separate package.
This commit is contained in:
parent
11ed329b6d
commit
75ea55bdfe
@ -2,6 +2,7 @@
|
||||
, extra-cmake-modules
|
||||
, gettext
|
||||
, kdoctools
|
||||
, wayland-scanner
|
||||
, cups
|
||||
, libepoxy
|
||||
, mesa
|
||||
@ -25,7 +26,7 @@
|
||||
|
||||
mkDerivation {
|
||||
pname = "xdg-desktop-portal-kde";
|
||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools ];
|
||||
nativeBuildInputs = [ extra-cmake-modules gettext kdoctools wayland-scanner ];
|
||||
buildInputs = [
|
||||
cups
|
||||
libepoxy
|
||||
|
Loading…
Reference in New Issue
Block a user