{ lib, rustPlatform }: rustPlatform.buildRustPackage { pname = "deskwhich"; version = "0-unstable-2024-11-29"; src = lib.cleanSource ../.; cargoLock.lockFile = ../Cargo.lock; 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; }; }