Unverified Commit 1a676e6d authored by Alyssa Ross's avatar Alyssa Ross Committed by GitHub
Browse files

abook: fix Darwin build by setting `CFLAGS=-std=gnu17` (#512942)

parents f089ab9d 6c47f844
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";