Skip to content

Commit

Permalink
waagent: fix build
Browse files Browse the repository at this point in the history
Use latest Python to avoid NixOS#353830

Co-authored-by: Sarah Stoltze <[email protected]>
  • Loading branch information
camelpunch and sstoltze committed Nov 7, 2024
1 parent 8f3c3f6 commit c73f4a5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkgs/by-name/wa/waagent/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@
coreutils,
fetchFromGitHub,
lib,
python39,
python3,
bash,
}:

let
# the latest python version that waagent test against according to https://github.com/Azure/WALinuxAgent/blob/28345a55f9b21dae89472111635fd6e41809d958/.github/workflows/ci_pr.yml#L75
python = python39;
python = python3;

in
python.pkgs.buildPythonApplication rec {
Expand Down

0 comments on commit c73f4a5

Please sign in to comment.