carto: remove orphaned symlinks

This commit is contained in:
FKouhai 2025-05-03 23:06:57 +02:00
parent cab5790ecc
commit 4183f9bf1f
No known key found for this signature in database

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";