6 rustPlatform.buildRustPackage rec {
7 pname = "wl-gammarelay-rs";
10 src = fetchFromGitHub {
11 owner = "MaxVerevkin";
12 repo = "wl-gammarelay-rs";
14 hash = "sha256-zmtC4xNNAK/TiB5TU6qsY5y0Z3roaEnTwHMZPjq6SbE=";
18 lockFile = ./Cargo.lock;
20 "rustbus-0.19.3" = "sha256-Eq3qCsjiNKe3Vdpx7a3J1icPGQmKfCyz1wcgCyztH64=";
21 "rustbus-service-0.1.0" = "sha256-9yuIPqOecTqP0zsFqSue4hL7ZEF9MQpTF1gCJpKV6nk=";
26 description = "Simple program that provides DBus interface to control display temperature and brightness under wayland without flickering";
27 homepage = "https://github.com/MaxVerevkin/wl-gammarelay-rs";
28 license = lib.licenses.gpl3Plus;
29 mainProgram = "wl-gammarelay-rs";
30 maintainers = with lib.maintainers; [ quantenzitrone ];
31 platforms = lib.platforms.unix;
32 badPlatforms = lib.platforms.darwin;