mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
mpack: format with nixfmt-rfc-style
This commit is contained in:
parent
0b43348b06
commit
86a7622c74
@ -1,4 +1,8 @@
|
|||||||
{ lib, stdenv, fetchurl }:
|
{
|
||||||
|
lib,
|
||||||
|
stdenv,
|
||||||
|
fetchurl,
|
||||||
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "mpack";
|
pname = "mpack";
|
||||||
@ -9,7 +13,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0k590z96509k96zxmhv72gkwhrlf55jkmyqlzi72m61r7axhhh97";
|
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 = ''
|
postPatch = ''
|
||||||
for f in *.{c,man,pl,unix} ; do
|
for f in *.{c,man,pl,unix} ; do
|
||||||
|
Loading…
Reference in New Issue
Block a user