Skip to content

Commit

Permalink
postfix: 3.4.10 -> 3.4.12
Browse files Browse the repository at this point in the history
`0001-Fix-build-with-glibx-2.30` was removed since the patch is already applied to upstream source.

(cherry picked from commit ae7b57c)
  • Loading branch information
asbachb authored and dotlambda committed Jun 15, 2020
1 parent 1594eb9 commit 41268a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
34 changes: 0 additions & 34 deletions pkgs/servers/mail/postfix/0001-Fix-build-with-glibc-2.30.patch

This file was deleted.

5 changes: 2 additions & 3 deletions pkgs/servers/mail/postfix/default.nix
Expand Up @@ -26,11 +26,11 @@ in stdenv.mkDerivation rec {

pname = "postfix";

version = "3.4.10";
version = "3.4.12";

src = fetchurl {
url = "ftp://ftp.cs.uu.nl/mirror/postfix/postfix-release/official/${pname}-${version}.tar.gz";
sha256 = "0m36wn5grm4cf8nnvlgsgwsm6v09xz01n7jnx13h0yjk73y6d2lh";
sha256 = "1v2xhnhf0bj6p3g3cf7grmq2g7vgr1wr4yb7c3ksjllbms1m2m8q";
};

nativeBuildInputs = [ makeWrapper m4 ];
Expand All @@ -48,7 +48,6 @@ in stdenv.mkDerivation rec {
./postfix-3.0-no-warnings.patch
./post-install-script.patch
./relative-symlinks.patch
./0001-Fix-build-with-glibc-2.30.patch
];

postPatch = stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) ''
Expand Down

0 comments on commit 41268a3

Please sign in to comment.