Rustdesk: fix desktop item not being created
Due to copyDesktopItems not being present in nativeBuildInputs, the desktop items for Rustdesk were not created.
This commit is contained in:
parent
8e6bd4aa5e
commit
a77b665dc8
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue