Commit 6c47f844 authored by 山下's avatar 山下
Browse files

abook: fix Darwin build by setting `CFLAGS=-std=gnu17`

parent 1b1259fa
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ stdenv.mkDerivation (finalAttrs: {
    readline
  ];

  configureFlags = [ "CFLAGS=-std=gnu17" ];

  meta = {
    homepage = "http://abook.sourceforge.net/";
    description = "Text-based addressbook program designed to use with mutt mail client";