Revert "abook: fix compiling with gcc5"
This reverts commit 37918bdc7a
.
has been fixed on master differently
This commit is contained in:
parent
025cedc606
commit
1f978b7422
@ -19,11 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ ncurses readline ];
|
buildInputs = [ ncurses readline ];
|
||||||
|
|
||||||
# Changed inline semantics in GCC5, need to export symbols for inline funcs
|
|
||||||
postPatch = ''
|
|
||||||
substituteInPlace database.c --replace inline extern
|
|
||||||
'';
|
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://abook.sourceforge.net/";
|
homepage = "http://abook.sourceforge.net/";
|
||||||
description = "Text-based addressbook program designed to use with mutt mail client";
|
description = "Text-based addressbook program designed to use with mutt mail client";
|
||||||
|
Loading…
Reference in New Issue
Block a user