18 src = fetchFromGitHub {
22 hash = "sha256-kayzaNOV2xTjbMeGUJ1jMLGxcVZzYkMLr6qWlAupPKM=";
28 ./000-add-nixos-dirs-to-default-wallpapers.patch
32 "./pkg/event/cmd" # Development tools
49 ldflags = [ "-s" "-w" ];
52 export XDG_RUNTIME_DIR=$(mktemp -d)
58 "TestClosest" # Requiring Wayland or X
59 "TestEveryMinute" # Blocking
60 "TestNewSimpleEvent" # Blocking
63 [ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
66 description = "Utilities for handling monitors, resolutions, and (timed) wallpapers";
67 inherit (src.meta) homepage;
68 license = lib.licenses.bsd3;
69 maintainers = [ lib.maintainers.AndersonTorres ];
70 inherit (wayland.meta) platforms;
71 badPlatforms = lib.platforms.darwin;