haskellPackages.libfuse3: add note explaining why tests are disabled

This commit is contained in:
MaxHearnden 2023-04-28 10:45:22 +01:00
parent 46b2d38933
commit b91f1c6624

View file

@ -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