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