Unverified Commit 3dde49b2 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

cloud-init: python specify dependencies package as arguments (#395366)

parents 2c8d3f48 6ee754ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2231,7 +2231,7 @@ with pkgs;
  clickgen = with python3Packages; toPythonApplication clickgen;
  cloud-init = python3.pkgs.callPackage ../tools/virtualization/cloud-init { inherit systemd; };
  cloud-init = callPackage ../tools/virtualization/cloud-init { inherit systemd; };
  cloudflared = callPackage ../applications/networking/cloudflared { };