9 rustPlatform.buildRustPackage rec {
14 inherit pname version;
15 hash = "sha256-6wJ4UfiwpV9zFuBR8SYj6eBiRqQitFs7wRe5R51Z3SA=";
18 cargoHash = "sha256-xTmhgE4iHydhZBMrHWqQUcS9KDlZAzW2CmPGpJr40Fw=";
20 buildInputs = [ dbus ];
22 nativeBuildInputs = [ installShellFiles pkg-config ];
25 installManPage doc/citron.1
29 homepage = "https://git.sr.ht/~grtcdr/citron";
30 description = "System data via on-demand notifications";
31 license = lib.licenses.mit;
32 maintainers = with lib.maintainers; [ vuimuich ];
33 platforms = lib.platforms.linux;
34 mainProgram = "citron";