Loading pkgs/by-name/hu/hushboard/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ librsvg, wrapGAppsHook3, nix-update-script, fetchpatch, }: python3Packages.buildPythonApplication { Loading @@ -23,6 +24,14 @@ python3Packages.buildPythonApplication { hash = "sha256-z5ZSqcdKUHWt7kgW7ISZJei2YzVZHJGOqJ2IXv3qiWQ="; }; patches = [ # https://github.com/stuartlangridge/hushboard/pull/30 (fetchpatch { url = "https://github.com/stuartlangridge/hushboard/commit/b17b58cd00eb9af8184f8dcb010bbae7f9bc470c.patch"; hash = "sha256-C03hq2ttXY8DJzrarQvFIzo29d+owZVIHZRA28fq7Z8="; }) ]; build-system = with python3Packages; [ setuptools ]; nativeBuildInputs = [ Loading Loading
pkgs/by-name/hu/hushboard/package.nix +9 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,7 @@ librsvg, wrapGAppsHook3, nix-update-script, fetchpatch, }: python3Packages.buildPythonApplication { Loading @@ -23,6 +24,14 @@ python3Packages.buildPythonApplication { hash = "sha256-z5ZSqcdKUHWt7kgW7ISZJei2YzVZHJGOqJ2IXv3qiWQ="; }; patches = [ # https://github.com/stuartlangridge/hushboard/pull/30 (fetchpatch { url = "https://github.com/stuartlangridge/hushboard/commit/b17b58cd00eb9af8184f8dcb010bbae7f9bc470c.patch"; hash = "sha256-C03hq2ttXY8DJzrarQvFIzo29d+owZVIHZRA28fq7Z8="; }) ]; build-system = with python3Packages; [ setuptools ]; nativeBuildInputs = [ Loading