Unverified Commit 57e8e345 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

libnixxml: fix darwin build (#353179)

parents 237eb53d 5175000c
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -29,7 +29,10 @@ stdenv.mkDerivation {
  '';

  configureFlags = [ "--with-gd" "--with-glib" ];
  CFLAGS = "-Wall";
  CFLAGS = [
    "-Wall"
    "-std=c90"
  ];

  strictDeps = true;
  nativeBuildInputs = [