about summary refs log tree commit diff
path: root/pkgs/tools/networking/swagger-codegen3
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-05 17:49:00 +0200
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-05-05 17:49:00 +0200
commit58d8c4996f818d7ed71489c9a8f71312e3969be2 (patch)
treeb55c13e5f96bd6115fb62bd679c872843a7d7a61 /pkgs/tools/networking/swagger-codegen3
parent3419425b6de5a8dcfaf11556ba7545485ac3dbba (diff)
swagger-codegen3: set meta.platforms
Diffstat (limited to 'pkgs/tools/networking/swagger-codegen3')
-rw-r--r--pkgs/tools/networking/swagger-codegen3/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/networking/swagger-codegen3/default.nix b/pkgs/tools/networking/swagger-codegen3/default.nix
index 48db097e35b44..ca30bba0c35e9 100644
--- a/pkgs/tools/networking/swagger-codegen3/default.nix
+++ b/pkgs/tools/networking/swagger-codegen3/default.nix
@@ -36,5 +36,6 @@ stdenv.mkDerivation rec {
     license = licenses.asl20;
     maintainers = [ maintainers._1000101 ];
     mainProgram = "swagger-codegen3";
+    platforms = platforms.all;
   };
 }