Commit b91f1c66 authored by MaxHearnden's avatar MaxHearnden
Browse files

haskellPackages.libfuse3: add note explaining why tests are disabled

parent 46b2d389
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2630,5 +2630,6 @@ self: super: {
    LLVM = pkgs.llvmPackages_13.libllvm;
  };

  # libfuse3 fails to mount fuse file systems within the build environment
  libfuse3 = dontCheck super.libfuse3;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super