{ lib, rustPlatform }: rustPlatform.buildRustPackage { pname = "deskwhich"; version = "unstable-2024-05-19"; src = lib.cleanSource ../.; cargoHash = "sha256-FnJQJ7VC+xkySD4BgF2DSaKlgM7bPhHGBhnfFhRnMxs="; meta = { description = "tool to find the path of desktop entries"; homepage = "https://codeberg.org/axtlos/deskwhich"; license = lib.licenses.gpl3Only; mainProgram = "deskwhich"; maintainers = with lib.maintainers; [ grimmauld ]; platforms = lib.platforms.linux; }; }