swiftformat: Leverage Swift stdenv

Previously, a generic clang stdenv was required. We erroneously continued to use such instead of switching to the new Swift-specific one.
This commit is contained in:
Spotlight 2025-01-22 17:58:06 -06:00
parent 4e2487b1ab
commit b5921d52ea
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{ clangStdenv, lib, fetchFromGitHub, swift, swiftpm, swiftPackages }:
clangStdenv.mkDerivation rec {
swiftPackages.stdenv.mkDerivation rec {
pname = "swiftformat";
version = "0.55.5";