Commit 3bb3711d authored by Mario Rodas's avatar Mario Rodas
Browse files

postgresqlPackages.pg_net: fix build with gcc

parent 7ad32769
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
    hash   = "sha256-ZPsRPWV1G3lMM2mT+H139Wvgoy8QnmeUbzEnGeDJmZA=";
  };

  env.NIX_CFLAGS_COMPILE = "-Wno-error";

  installPhase = ''
    mkdir -p $out/{lib,share/postgresql/extension}