From 25c945df289dbb064a9afc96ac1b665dd08d6b7a Mon Sep 17 00:00:00 2001 From: Vladimír Čunát Date: Sat, 6 Jul 2024 09:00:37 +0200 Subject: swift: fixup build after upgrade to python-3.12 https://hydra.nixos.org/build/264423982/nixlog/4/tail I tested only building on x86_64-linux. --- pkgs/development/compilers/swift/compiler/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs') diff --git a/pkgs/development/compilers/swift/compiler/default.nix b/pkgs/development/compilers/swift/compiler/default.nix index f788bcef370a3..4e164f25e9eef 100644 --- a/pkgs/development/compilers/swift/compiler/default.nix +++ b/pkgs/development/compilers/swift/compiler/default.nix @@ -10,7 +10,7 @@ , pkg-config , clang , bintools -, python3 +, python3Packages , git , fetchpatch , makeWrapper @@ -42,6 +42,7 @@ }: let + python3 = python3Packages.python.withPackages (p: [ p.setuptools ]); # python 3.12 compat. inherit (stdenv) hostPlatform targetPlatform; -- cgit 1.4.1