deepin.dde-network-core: fix build, missing wayland-scanner

https://hydra.nixos.org/build/270530713/nixlog/2/tail
This commit is contained in:
Vladimír Čunát 2024-08-31 09:35:04 +02:00
parent 027642ab36
commit 7c3fb2d64b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -8,6 +8,7 @@
doxygen,
wrapQtAppsHook,
wrapGAppsHook3,
wayland-scanner,
dtkwidget,
qt5integration,
qt5platform-plugins,
@ -46,6 +47,7 @@ stdenv.mkDerivation rec {
doxygen
wrapQtAppsHook
wrapGAppsHook3
wayland-scanner
];
dontWrapGApps = true;