thelounge: unbreak sqlite (#476732)

This commit is contained in:
Sandro
2026-01-24 03:42:59 +00:00
committed by GitHub
+3 -1
View File
@@ -81,9 +81,11 @@ stdenv.mkDerivation (finalAttrs: {
'';
postInstall = ''
rm -r $out/lib/node_modules/thelounge/node_modules/sqlite3/build/
rm -rf node_modules/sqlite3/build-tmp-napi-v6/{Release/obj.target,node_sqlite3.target.mk}
'';
disallowedReferences = [ nodejs.src ];
dontNpmPrune = true;
# Takes way, way, way too long.