From a1a2455f53bde1235b221a842d3c888c51fcecac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 2 Jan 2021 02:32:12 +0100 Subject: Add opendmarc flake --- pkgs/opendmarc/default.nix | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 pkgs/opendmarc/default.nix (limited to 'pkgs/opendmarc/default.nix') diff --git a/pkgs/opendmarc/default.nix b/pkgs/opendmarc/default.nix deleted file mode 100644 index 1c50248..0000000 --- a/pkgs/opendmarc/default.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ stdenv, fetchurl, pkgconfig, libbsd, openssl, libmilter , perl, makeWrapper, libspf2 }: - -stdenv.mkDerivation rec { - name = "opendmarc-${version}"; - version = "1.3.2"; - - src = fetchurl { - url = "mirror://sourceforge/opendmarc/files/${name}.tar.gz"; - sha256 = "1yrggj8yq0915y2i34gfz2xpl1w2lgb1vggp67rwspgzm40lng11"; - }; - - configureFlags= [ - "--with-spf" - "--with-spf2-include=${libspf2}/include/spf2" - "--with-spf2-lib=${libspf2}/lib/" - "--with-milter=${libmilter}" - ]; - - buildInputs = [ libspf2 libbsd openssl libmilter perl ]; - - meta = with stdenv.lib; { - description = "Free open source software implementation of the DMARC specification"; - homepage = http://www.trusteddomain.org/opendmarc/; - platforms = platforms.unix; - }; -} -- cgit v1.2.3