mpack: format with nixfmt-rfc-style

This commit is contained in:
Tomo 2024-05-20 15:51:54 -07:00 committed by Tomo
parent 0b43348b06
commit 86a7622c74

View File

@ -1,4 +1,8 @@
{ lib, stdenv, fetchurl }:
{
lib,
stdenv,
fetchurl,
}:
stdenv.mkDerivation rec {
pname = "mpack";
@ -9,7 +13,11 @@ stdenv.mkDerivation rec {
sha256 = "0k590z96509k96zxmhv72gkwhrlf55jkmyqlzi72m61r7axhhh97";
};
patches = [ ./build-fix.patch ./sendmail-via-execvp.diff ./CVE-2011-4919.patch ];
patches = [
./build-fix.patch
./sendmail-via-execvp.diff
./CVE-2011-4919.patch
];
postPatch = ''
for f in *.{c,man,pl,unix} ; do