Revert "abook: fix compiling with gcc5"

This reverts commit 37918bdc7a.

has been fixed on master differently
This commit is contained in:
Robin Gloster 2016-04-03 12:27:29 +00:00
parent 025cedc606
commit 1f978b7422

View File

@ -19,11 +19,6 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig ];
buildInputs = [ ncurses readline ];
# Changed inline semantics in GCC5, need to export symbols for inline funcs
postPatch = ''
substituteInPlace database.c --replace inline extern
'';
meta = {
homepage = "http://abook.sourceforge.net/";
description = "Text-based addressbook program designed to use with mutt mail client";