Unverified Commit 2e0944ad authored by Aliaksandr's avatar Aliaksandr
Browse files

hushboard: fix runtime error

parent 0fac6241
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
  librsvg,
  wrapGAppsHook3,
  nix-update-script,
  fetchpatch,
}:

python3Packages.buildPythonApplication {
@@ -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 = [