uptime-kuma: drop source reference

This commit is contained in:
Sandro Jäckel 2024-04-15 00:37:25 +02:00
parent 2fc8074584
commit 5a71df4edd
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -25,6 +25,9 @@ buildNpmPackage rec {
postInstall = '' postInstall = ''
cp -r dist $out/lib/node_modules/uptime-kuma/ 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 = '' postFixup = ''