haskellPackages.libfuse3: add note explaining why tests are disabled
This commit is contained in:
parent
46b2d38933
commit
b91f1c6624
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue