7 stdenv.mkDerivation rec {
12 url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
13 sha256 = "1w7yiljan8gf1ibiypi6hm3r363imm3sxl1j8hapjdq3m591qljn";
16 dontDisableStatic = true;
18 patches = [ ./autotools-define-conflict-debian-fix.patch ];
21 description = "Hash algorithms library";
23 Libmhash is a library that provides a uniform interface to several hash
24 algorithms. It supports the basics for message authentication by
25 following rfc2104 (HMAC). It also includes some key generation algorithms
26 which are based on hash algorithms.
28 homepage = "https://mhash.sourceforge.net";
30 platforms = lib.platforms.unix;