Commit 46b2d389 authored by MaxHearnden's avatar MaxHearnden
Browse files

haskellPackages.libfuse3: disable tests

parent ddcad449
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2629,4 +2629,6 @@ self: super: {
  llvm-ffi = super.llvm-ffi.override {
    LLVM = pkgs.llvmPackages_13.libllvm;
  };

  libfuse3 = dontCheck super.libfuse3;
} // import ./configuration-tensorflow.nix {inherit pkgs haskellLib;} self super
+0 −1
Original line number Diff line number Diff line
@@ -3074,7 +3074,6 @@ broken-packages:
  - lhslatex
  - LibClang
  - libexpect
  - libfuse3
  - libGenI
  - libhbb
  - libinfluxdb
+0 −2
Original line number Diff line number Diff line
@@ -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