Loading pkgs/applications/window-managers/hyprwm/hyprshade/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ , hatchling , more-itertools , click , hyprland , makeWrapper }: buildPythonPackage rec { Loading @@ -20,12 +22,15 @@ buildPythonPackage rec { nativeBuildInputs = [ hatchling makeWrapper ]; propagatedBuildInputs = [ more-itertools click ]; postFixup = '' wrapProgram $out/bin/hyprshade --set HYPRSHADE_SHADERS_DIR $out/share/hyprshade/shaders wrapProgram $out/bin/hyprshade \ --set HYPRSHADE_SHADERS_DIR $out/share/hyprshade/shaders \ --prefix PATH : ${lib.makeBinPath [ hyprland ]} ''; meta = with lib; { Loading Loading
pkgs/applications/window-managers/hyprwm/hyprshade/default.nix +6 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,8 @@ , hatchling , more-itertools , click , hyprland , makeWrapper }: buildPythonPackage rec { Loading @@ -20,12 +22,15 @@ buildPythonPackage rec { nativeBuildInputs = [ hatchling makeWrapper ]; propagatedBuildInputs = [ more-itertools click ]; postFixup = '' wrapProgram $out/bin/hyprshade --set HYPRSHADE_SHADERS_DIR $out/share/hyprshade/shaders wrapProgram $out/bin/hyprshade \ --set HYPRSHADE_SHADERS_DIR $out/share/hyprshade/shaders \ --prefix PATH : ${lib.makeBinPath [ hyprland ]} ''; meta = with lib; { Loading