Merge pull request #228618 from MaxHearnden/libfuse3

haskellPackages.libfuse3: disable tests
This commit is contained in:
Dennis Gosnell 2023-04-29 15:48:55 +09:00 committed by GitHub
commit cbd40e1eb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

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

View file

@ -3074,7 +3074,6 @@ broken-packages:
- lhslatex
- LibClang
- libexpect
- libfuse3
- libGenI
- libhbb
- libinfluxdb

View file

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