abook: fix compiling with gcc5
This commit is contained in:
parent
2f1567ad33
commit
37918bdc7a
@ -11,6 +11,11 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ pkgconfig ncurses readline ];
|
buildInputs = [ pkgconfig 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…
x
Reference in New Issue
Block a user