From 1f978b7422061b055cbb092789d2bc4792fe8940 Mon Sep 17 00:00:00 2001 From: Robin Gloster Date: Sun, 3 Apr 2016 12:27:29 +0000 Subject: [PATCH] Revert "abook: fix compiling with gcc5" This reverts commit 37918bdc7a09e34985c57a3fe64000edf92362b3. has been fixed on master differently --- pkgs/applications/misc/abook/default.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/applications/misc/abook/default.nix b/pkgs/applications/misc/abook/default.nix index c9d35efc6cd..2c4bc0f2128 100644 --- a/pkgs/applications/misc/abook/default.nix +++ b/pkgs/applications/misc/abook/default.nix @@ -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";