swagger-cli: remove broken symlinks

This commit is contained in:
Piotr Kwiecinski
2025-04-16 19:35:15 +02:00
parent f171cc962d
commit e1ef77b401
+4
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/";