swagger-cli: remove broken symlinks

This commit is contained in:
Piotr Kwiecinski 2025-04-16 19:35:15 +02:00
parent f171cc962d
commit e1ef77b401
No known key found for this signature in database
GPG key ID: EC0DE1CB9D5258B4

View file

@ -21,6 +21,10 @@ buildNpmPackage rec {
npm run bump
'';
postInstall = ''
find $out/lib/node_modules -xtype l -delete
'';
meta = with lib; {
description = "Swagger 2.0 and OpenAPI 3.0 command-line tool";
homepage = "https://apitools.dev/swagger-cli/";