mailpile: mark as insecure, pending removal
This commit is contained in:
parent
9614ebf137
commit
85b47bbd5e
@ -33,5 +33,8 @@ python2Packages.buildPythonApplication rec {
|
|||||||
license = [ licenses.asl20 licenses.agpl3 ];
|
license = [ licenses.asl20 licenses.agpl3 ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ maintainers.domenkozar ];
|
maintainers = [ maintainers.domenkozar ];
|
||||||
|
knownVulnerabilities = [
|
||||||
|
"Numerous and uncounted, upstream has requested we not package it. See more: https://github.com/NixOS/nixpkgs/pull/23058#issuecomment-283515104"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user