lan-mouse: install desktop and icon file (#409262)

This commit is contained in:
Aleksana
2025-06-06 12:35:57 +08:00
committed by GitHub
+5
View File
@@ -50,6 +50,11 @@ rustPlatform.buildRustPackage rec {
useFetchCargoVendor = true;
cargoHash = "sha256-+UXRBYfbkb114mwDGj36oG5ZT3TQtcEzsbyZvtWTMxM=";
postInstall = ''
install -Dm444 de.feschber.LanMouse.desktop -t $out/share/applications
install -Dm444 lan-mouse-gtk/resources/de.feschber.LanMouse.svg -t $out/share/icons/hicolor/scalable/apps
'';
meta = {
description = "Software KVM switch for sharing a mouse and keyboard with multiple hosts through the network";
homepage = "https://github.com/feschber/lan-mouse";