mailutils: add debug info

This commit is contained in:
Alyssa Ross 2022-02-15 21:01:31 +00:00
parent 5e0e0da480
commit 24278c45af

View file

@ -33,6 +33,8 @@ stdenv.mkDerivation rec {
hash = "sha256-wMWzj+qLRaSvzUNkh/Knb9VSUJLQN4gTputVQsIScTk=";
};
separateDebugInfo = true;
postPatch = ''
sed -i -e '/chown root:mail/d' \
-e 's/chmod [24]755/chmod 0755/' \