forked from mirrors/nixpkgs
Merge pull request #228618 from MaxHearnden/libfuse3
haskellPackages.libfuse3: disable tests
This commit is contained in:
commit
cbd40e1eb2
|
@ -2629,4 +2629,7 @@ self: super: {
|
|||
llvm-ffi = super.llvm-ffi.override {
|
||||
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
|
||||
|
|
|
@ -3074,7 +3074,6 @@ broken-packages:
|
|||
- lhslatex
|
||||
- LibClang
|
||||
- libexpect
|
||||
- libfuse3
|
||||
- libGenI
|
||||
- libhbb
|
||||
- libinfluxdb
|
||||
|
|
|
@ -180486,8 +180486,6 @@ self: {
|
|||
benchmarkHaskellDepends = [ base bytestring criterion unix ];
|
||||
description = "A Haskell binding for libfuse-3.x";
|
||||
license = lib.licenses.mit;
|
||||
hydraPlatforms = lib.platforms.none;
|
||||
broken = true;
|
||||
}) {inherit (pkgs) fuse3;};
|
||||
|
||||
"libgit" = callPackage
|
||||
|
|
Loading…
Reference in a new issue