mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
carto: remove orphaned symlinks
This commit is contained in:
parent
cab5790ecc
commit
4183f9bf1f
1 changed files with 5 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue