mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03: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 New Issue
Block a user