Skip to content

Commit

Permalink
maildrop: 2.6.0 -> 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
avnik committed Jan 8, 2025
1 parent 6e0cdc7 commit 75ff311
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ma/maildrop/maildrop.configure.hack.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/maildrop/configure 2012-09-06 01:52:13.000000000 +0100
+++ b/maildrop/configure 2013-01-04 03:00:57.095628327 +0000
@@ -17562,8 +17562,8 @@
--- a/libs/maildrop/configure 2012-09-06 01:52:13.000000000 +0100
+++ b/libs/maildrop/configure 2013-01-04 03:00:57.095628327 +0000
@@ -19857,8 +19862,8 @@
check_spooldir() {
if test "$CHECKED_SPOOLDIR" != 1
then
Expand Down
12 changes: 8 additions & 4 deletions pkgs/by-name/ma/maildrop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,26 @@
lib,
stdenv,
pkg-config,
pcre,
courier-unicode,
pcre2,
libidn2,
perl,
}:

stdenv.mkDerivation rec {
pname = "maildrop";
version = "2.6.0";
version = "3.1.8";

src = fetchurl {
url = "mirror://sourceforge/courier/maildrop/${version}/maildrop-${version}.tar.bz2";
sha256 = "1a94p2b41iy334cwfwmzi19557dn5j61abh0cp2rfc9dkc8ibhdg";
sha256 = "sha256-foJsAxkXRE8berccH82QODWVZEhG4rOyYONSsc4D6VA=";
};

nativeBuildInputs = [ pkg-config ];
buildInputs = [
pcre
courier-unicode
libidn2
pcre2
perl
];

Expand Down

0 comments on commit 75ff311

Please sign in to comment.