mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
postgresqlPackages.pg_net: fix build with gcc
This commit is contained in:
parent
7ad32769f4
commit
3bb3711ded
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user