12 stdenv.mkDerivation rec {
17 url = "http://abook.sourceforge.net/devel/abook-${version}.tar.gz";
18 sha256 = "1yf0ifyjhq2r003pnpn92mn0924bn9yxjifxxj2ldcsgd7w0vagh";
23 url = "https://projects.archlinux.org/svntogit/packages.git/plain/trunk/gcc5.patch?h=packages/abook";
25 sha256 = "13n3qd6yy45i5n8ppjn9hj6y63ymjrq96280683xk7f7rjavw5nn";
39 homepage = "http://abook.sourceforge.net/";
40 description = "Text-based addressbook program designed to use with mutt mail client";
41 license = lib.licenses.gpl2;
42 maintainers = [ lib.maintainers.edwtjo ];
43 platforms = with lib.platforms; unix;
44 mainProgram = "abook";