swiftformat: Use Clang stdenv where possible
This commit is contained in:
parent
81befc5877
commit
a3004c769d
2 changed files with 3 additions and 5 deletions
|
@ -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 { };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue