Skip to content

Commit

Permalink
swift: fixup build after upgrade to python-3.12
Browse files Browse the repository at this point in the history
https://hydra.nixos.org/build/264423982/nixlog/4/tail
I tested only building on x86_64-linux.
  • Loading branch information
vcunat committed Jul 6, 2024
1 parent 8145bb8 commit 25c945d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/compilers/swift/compiler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
, pkg-config
, clang
, bintools
, python3
, python3Packages
, git
, fetchpatch
, makeWrapper
Expand Down Expand Up @@ -42,6 +42,7 @@
}:

let
python3 = python3Packages.python.withPackages (p: [ p.setuptools ]); # python 3.12 compat.

inherit (stdenv) hostPlatform targetPlatform;

Expand Down

0 comments on commit 25c945d

Please sign in to comment.