zeroc-ice: add disable-warnings-if-gcc13
This commit is contained in:
@@ -36908,7 +36908,7 @@ with pkgs;
|
||||
|
||||
zerobin = callPackage ../applications/networking/zerobin { };
|
||||
|
||||
zeroc-ice = callPackage ../development/libraries/zeroc-ice { };
|
||||
zeroc-ice = disable-warnings-if-gcc13 (callPackage ../development/libraries/zeroc-ice { });
|
||||
|
||||
zeroc-ice-cpp11 = zeroc-ice.override { cpp11 = true; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user