Merge pull request #304121 from SuperSandro2000/uptime-kuma-source

uptime-kuma: drop source reference
This commit is contained in:
Sandro 2024-04-18 19:21:18 +02:00 committed by GitHub
commit 06dfdd24ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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 = ''