git-series: format parameters as multiple lines

This commit is contained in:
edef 2019-11-23 02:14:30 +00:00
parent b339f29a27
commit 77539c6dad

View file

@ -1,4 +1,6 @@
{ stdenv, fetchFromGitHub, fetchpatch, rustPlatform, openssl, cmake, perl, pkgconfig, zlib, curl, libgit2 }:
{ stdenv, fetchFromGitHub, fetchpatch, rustPlatform
, openssl, cmake, perl, pkgconfig, zlib, curl, libgit2
}:
with rustPlatform;