lightdm-mobile-greeter: include .desktop file in output

This commit is contained in:
colin 2022-10-20 07:19:49 -07:00
parent e6adfe95fa
commit f3bec7bf0a

View File

@ -29,6 +29,13 @@ rustPlatform.buildRustPackage rec {
pkg-config
];
postInstall = ''
mkdir -p $out/share/applications
substitute lightdm-mobile-greeter.desktop \
$out/share/applications/lightdm-mobile-greeter.desktop \
--replace lightdm-mobile-greeter $out/bin/lightdm-mobile-greeter
'';
meta = with lib; {
description = "A simple log in screen for use on touch screens.";
homepage = "https://git.uninsane.org/colin/lightdm-mobile-greeter";