mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 19:34:06 +00:00
wlinhibit: fix build, missing wayland-scanner
This commit is contained in:
parent
9d522cf362
commit
c3b3652708
@ -7,6 +7,7 @@
|
||||
pkg-config,
|
||||
wayland,
|
||||
wayland-protocols,
|
||||
wayland-scanner,
|
||||
}:
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "wlinhibit";
|
||||
@ -30,6 +31,7 @@ stdenv.mkDerivation rec {
|
||||
meson
|
||||
ninja
|
||||
pkg-config
|
||||
wayland-scanner
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user