Unverified Commit 5a71df4e authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

uptime-kuma: drop source reference

parent 2fc80745
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@ buildNpmPackage rec {

  postInstall = ''
    cp -r dist $out/lib/node_modules/uptime-kuma/

    # remove references to nodejs source
    rm -r $out/lib/node_modules/uptime-kuma/node_modules/@louislam/sqlite3/build-tmp-napi-v6
  '';

  postFixup = ''