mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
mailman: Fix attempts to chmod g+s during installation
This commit is contained in:
parent
c7278cfc0b
commit
179936d75c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user