swiftformat: Use Clang stdenv where possible

This commit is contained in:
Spotlight 2023-09-24 16:19:29 -05:00
parent 81befc5877
commit a3004c769d
Signed by: spotlight
GPG key ID: 874AA355B3209BDC
2 changed files with 3 additions and 5 deletions

View file

@ -1,7 +1,5 @@
self: super:
{
monaco-powerline = super.callPackage ./monaco-powerline/default.nix { };
# Building with Swift requires using the Clang stdenv.
# For more information: https://github.com/NixOS/nixpkgs/issues/242779#issuecomment-1732558769
swiftformat = super.callPackage ./swiftformat.nix { stdenv = self.pkgs.clangStdenv; };
swiftformat = super.callPackage ./swiftformat.nix { };
}