summary refs log tree commit diff
path: root/pkgs/servers/mail/postfix/2.11.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/mail/postfix/2.11.nix')
-rw-r--r--pkgs/servers/mail/postfix/2.11.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/servers/mail/postfix/2.11.nix b/pkgs/servers/mail/postfix/2.11.nix
index bfd10fb591b..7c936bf1244 100644
--- a/pkgs/servers/mail/postfix/2.11.nix
+++ b/pkgs/servers/mail/postfix/2.11.nix
@@ -13,7 +13,10 @@ stdenv.mkDerivation rec {
     sha256 = "11riz8ggaa09pi8d6xv2807qp7yjn918mrylfvkfwmvcdlgwck0a";
   };
 
-  patches = [ ./postfix-2.11.0.patch ];
+  patches = [
+    ./postfix-2.11.0.patch
+    ./postfix-script-shell.patch
+  ];
 
   buildInputs = [ makeWrapper gnused db openssl cyrus_sasl ];