swagger-cli: remove broken symlinks (#399268)

This commit is contained in:
Pol Dellaiera
2025-04-16 17:56:51 +00:00
committed by GitHub
+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/";