mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
plasma5Packages.kwin: 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
5f7c8fe1fd
commit
d23c5a444e
@ -2,6 +2,7 @@
|
||||
, lib
|
||||
, extra-cmake-modules
|
||||
, kdoctools
|
||||
, wayland-scanner
|
||||
, fetchpatch
|
||||
, libepoxy
|
||||
, lcms2
|
||||
@ -61,7 +62,7 @@
|
||||
|
||||
mkDerivation {
|
||||
pname = "kwin";
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wayland-scanner ];
|
||||
buildInputs = [
|
||||
libepoxy
|
||||
lcms2
|
||||
|
Loading…
Reference in New Issue
Block a user