2024-05-07 23:31:41 +02:00
|
|
|
{
|
|
|
|
fetchFromGitea,
|
|
|
|
lib,
|
|
|
|
rustPlatform,
|
2024-04-30 22:04:17 +02:00
|
|
|
}:
|
2024-05-11 22:55:59 +02:00
|
|
|
rustPlatform.buildRustPackage {
|
2024-04-30 22:04:17 +02:00
|
|
|
pname = "deskwhich";
|
|
|
|
version = "unstable-2024-04-30";
|
|
|
|
|
|
|
|
src = fetchFromGitea {
|
2024-06-13 22:56:30 +02:00
|
|
|
domain = "git.grimmauld.de";
|
|
|
|
owner = "grimmauld";
|
2024-04-30 22:04:17 +02:00
|
|
|
repo = "deskwhich";
|
2024-06-13 22:56:30 +02:00
|
|
|
rev = "ed412216666a6a22918e57c5dd1fde3855eb0f5f";
|
|
|
|
hash = "sha256-uSXxUehZY1Sp08X3khSQtQc8AT00jJTAsQ+OfTTTkss=";
|
2024-04-30 22:04:17 +02:00
|
|
|
};
|
|
|
|
|
2024-06-13 22:56:30 +02:00
|
|
|
cargoHash = "sha256-x0ARqeMdmnjMF0o2oZlxHnUUj9hEdqg4a+Z/WYax2Co=";
|
2024-04-30 22:04:17 +02:00
|
|
|
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
}
|