mailman: Fix attempts to chmod g+s during installation

This commit is contained in:
Will Dietz 2017-06-28 13:34:21 -05:00
parent c7278cfc0b
commit 179936d75c

View file

@ -16,6 +16,8 @@ stdenv.mkDerivation rec {
installTargets = "doinstall"; # Leave out the 'update' target that's implied by 'install'.
makeFlags = [ "DIRSETGID=:" ];
meta = {
homepage = "http://www.gnu.org/software/mailman/";
description = "Free software for managing electronic mail discussion and e-newsletter lists";