summary refs log tree commit diff
diff options
context:
space:
mode:
authoroddlama <oddlama@oddlama.org>2023-07-29 13:28:30 +0200
committeroddlama <oddlama@oddlama.org>2023-07-29 13:28:30 +0200
commit3d0ab76d81f7ee46e873f33d4f55e0b278cec598 (patch)
tree6f5b902eb8cfeed2c9149ea46e02bc49d60b5c95
parent78faafa6e6684acd1ec9770161a85d3b83caf7c5 (diff)
downloadnixpkgs-3d0ab76d81f7ee46e873f33d4f55e0b278cec598.tar
nixpkgs-3d0ab76d81f7ee46e873f33d4f55e0b278cec598.tar.gz
nixpkgs-3d0ab76d81f7ee46e873f33d4f55e0b278cec598.tar.bz2
nixpkgs-3d0ab76d81f7ee46e873f33d4f55e0b278cec598.tar.lz
nixpkgs-3d0ab76d81f7ee46e873f33d4f55e0b278cec598.tar.xz
nixpkgs-3d0ab76d81f7ee46e873f33d4f55e0b278cec598.tar.zst
nixpkgs-3d0ab76d81f7ee46e873f33d4f55e0b278cec598.zip
mxnet: fix darwin build
-rw-r--r--pkgs/applications/science/math/mxnet/default.nix1
1 files changed, 0 insertions, 1 deletions
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"
   ];