12 buildPythonPackage rec {
17 src = fetchFromGitHub {
20 rev = "refs/tags/${version}";
21 hash = "sha256-MlbNE9n//Qb6OJc3DMkOpnPtoodfV8JlG/I5rOfWMtQ=";
29 propagatedBuildInputs = [
35 wrapProgram $out/bin/hyprshade \
36 --set HYPRSHADE_SHADERS_DIR $out/share/hyprshade/shaders \
37 --prefix PATH : ${lib.makeBinPath [ hyprland ]}
41 homepage = "https://github.com/loqusion/hyprshade";
42 description = "Hyprland shade configuration tool";
43 mainProgram = "hyprshade";
44 license = licenses.mit;
45 maintainers = with maintainers; [ willswats ];
46 platforms = platforms.linux;