mailutils: Fix attempts to set unsupported ownership and perms
This commit is contained in:
parent
179936d75c
commit
d339dc762c
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
patches = [ ./path-to-cat.patch ./no-gets.patch ./scm_c_string.patch ];
|
patches = [ ./path-to-cat.patch ./no-gets.patch ./scm_c_string.patch ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
sed -i -e '/chown root:mail/d' \
|
||||||
|
-e 's/chmod [24]755/chmod 0755/' \
|
||||||
|
*/Makefile{,.in,.am}
|
||||||
|
'';
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--with-gsasl"
|
"--with-gsasl"
|
||||||
"--with-gssapi=${gss}"
|
"--with-gssapi=${gss}"
|
||||||
|
|
Loading…
Reference in a new issue