swift-format: convert swiftpmFlags to a list

This commit is contained in:
figsoda 2023-05-29 20:15:20 -04:00
parent ee5d3342eb
commit 34233107b9

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation {
configurePhase = generated.configure;
# We only install the swift-format binary, so don't need the other products.
swiftpmFlags = "--product swift-format";
swiftpmFlags = [ "--product swift-format" ];
installPhase = ''
binPath="$(swiftpmBinPath)"