Merge pull request #307221 from Wint3rmute/rustdesk-fix-desktop-item-creation

Rustdesk: fix desktop item not being created
This commit is contained in:
Aleksana 2024-04-27 23:16:47 +08:00 committed by GitHub
commit e012af610b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@
, darwin , darwin
, alsa-lib , alsa-lib
, makeDesktopItem , makeDesktopItem
, copyDesktopItems
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
@ -83,6 +84,7 @@ rustPlatform.buildRustPackage rec {
]; ];
nativeBuildInputs = [ nativeBuildInputs = [
copyDesktopItems
pkg-config pkg-config
rustPlatform.bindgenHook rustPlatform.bindgenHook
wrapGAppsHook wrapGAppsHook