Unverified Commit 1433d5f7 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #300424 from catouc/update-hyprshade

Fix Hyprshade not having default shaders
parents 049e7c7f f2535787
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -24,6 +24,10 @@ buildPythonPackage rec {

  propagatedBuildInputs = [ more-itertools click ];

  postFixup = ''
    wrapProgram $out/bin/hyprshade --set HYPRSHADE_SHADERS_DIR $out/share/hyprshade/shaders
  '';

  meta = with lib; {
    homepage = "https://github.com/loqusion/hyprshade";
    description = "Hyprland shade configuration tool";