mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 11:34:13 +00:00
wlvncc: fix build, missing wayland-scanner
This commit is contained in:
parent
c3b3652708
commit
20766c84e8
@ -19,6 +19,7 @@
|
||||
, pkg-config
|
||||
, pixman
|
||||
, wayland
|
||||
, wayland-scanner
|
||||
, zlib
|
||||
}:
|
||||
stdenv.mkDerivation {
|
||||
@ -36,6 +37,7 @@ stdenv.mkDerivation {
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user