mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 ];
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue