mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
maliit-framework: 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
158cce9f41
commit
2bc828695e
@ -20,6 +20,7 @@
|
||||
, doxygen
|
||||
, pkg-config
|
||||
, wayland-protocols
|
||||
, wayland-scanner
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
@ -62,6 +63,7 @@ mkDerivation rec {
|
||||
doxygen
|
||||
pkg-config
|
||||
wayland-protocols
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user