Include Dispatch in swiftformat build inputs
This commit is contained in:
parent
a3004c769d
commit
57d1daa766
1 changed files with 1 additions and 4 deletions
|
@ -12,10 +12,7 @@ clangStdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ swift swiftpm ];
|
||||
buildInputs = [ swiftPackages.Foundation ];
|
||||
|
||||
# We only install the swiftformat binary, so don't need the other products.
|
||||
swiftpmFlags = [ "--product swiftformat" ];
|
||||
buildInputs = [ swiftPackages.Dispatch swiftPackages.Foundation ];
|
||||
|
||||
installPhase = ''
|
||||
binPath="$(swiftpmBinPath)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue