mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +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;
|
dontNpmBuild = true;
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
# Remove broken symlinks
|
||||||
|
find "$out/lib/node_modules" -xtype l -delete
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
changelog = "https://github.com/mapbox/carto/blob/${src.rev}/CHANGELOG.md";
|
changelog = "https://github.com/mapbox/carto/blob/${src.rev}/CHANGELOG.md";
|
||||||
description = "Mapnik stylesheet compiler";
|
description = "Mapnik stylesheet compiler";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue