1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

muffin: fixup build, missing wayland-scanner

https://hydra.nixos.org/build/270768939/nixlog/2/tail
This commit is contained in:
Vladimír Čunát 2024-08-30 13:43:30 +02:00
parent 9b88d05935
commit ff065c28ba
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -32,6 +32,7 @@
, udev
, wayland
, wayland-protocols
, wayland-scanner
, wrapGAppsHook3
, xorgserver
, xwayland
@ -68,6 +69,7 @@ stdenv.mkDerivation rec {
wrapGAppsHook3
xorgserver # for cvt command
gobject-introspection
wayland-scanner
];
buildInputs = [