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