carto: remove orphaned symlinks (#404008)

This commit is contained in:
Weijia Wang
2025-05-04 22:06:17 +02:00
committed by GitHub
+5
View File
@@ -19,6 +19,11 @@ buildNpmPackage rec {
dontNpmBuild = true;
postInstall = ''
# Remove broken symlinks
find "$out/lib/node_modules" -xtype l -delete
'';
meta = {
changelog = "https://github.com/mapbox/carto/blob/${src.rev}/CHANGELOG.md";
description = "Mapnik stylesheet compiler";