1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 17:10:48 +00:00

zeroc_ice: fix build with gcc8

This commit is contained in:
Franz Pletz 2019-01-11 14:38:28 +01:00
parent ef6e873beb
commit f411a31264
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
sha256 = "05xympbns32aalgcfcpxwfd7bvg343f16xpg6jv5s335ski3cjy2";
};
NIX_CFLAGS_COMPILE = [ "-Wno-error=class-memaccess" ];
patches = [ ./makefile.patch ];
buildInputs = [ mcpp bzip2 expat openssl db5 ]