Unverified Commit 54dca64f authored by Aliaksandr's avatar Aliaksandr
Browse files

activitywatch, aw-webui: fix build

parent f2bd99d2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
{
  lib,
  stdenv,
  fetchFromGitHub,
  fetchpatch,
  rustPlatform,
  makeWrapper,
  pkg-config,
@@ -233,6 +231,7 @@ rec {
    npmDepsHash = "sha256-fPk7UpKuO3nEN1w+cf9DIZIG1+XRUk6PJfVmtpC30XE=";

    makeCacheWritable = true;
    npmFlags = [ "--legacy-peer-deps" ];

    patches = [
      # Hardcode version to avoid the need to have the Git repo available at build time.