Commit 34233107 authored by figsoda's avatar figsoda
Browse files

swift-format: convert swiftpmFlags to a list

parent ee5d3342
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)"