From 3d0ab76d81f7ee46e873f33d4f55e0b278cec598 Mon Sep 17 00:00:00 2001 From: oddlama Date: Sat, 29 Jul 2023 13:28:30 +0200 Subject: mxnet: fix darwin build --- pkgs/applications/science/math/mxnet/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/pkgs/applications/science/math/mxnet/default.nix b/pkgs/applications/science/math/mxnet/default.nix index 1e7af371c50..d65de87d8eb 100644 --- a/pkgs/applications/science/math/mxnet/default.nix +++ b/pkgs/applications/science/math/mxnet/default.nix @@ -56,7 +56,6 @@ stdenv.mkDerivation rec { env.NIX_CFLAGS_COMPILE = toString [ # Needed with GCC 12 - "-Wno-error=maybe-uninitialized" "-Wno-error=uninitialized" ]; -- cgit 1.4.1