summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-04-10 11:36:49 -0700
committerJon <jonringer@users.noreply.github.com>2020-04-12 10:24:18 -0700
commit976cb854fd0f92f5ff8c77334a048ab25afbe710 (patch)
tree49d3ba1a2ad3728ebc8819aaef0d1b3d0819e700
parent539b7f1e3be971c2860316be25d11c048a1b2cbd (diff)
downloadnixpkgs-976cb854fd0f92f5ff8c77334a048ab25afbe710.tar
nixpkgs-976cb854fd0f92f5ff8c77334a048ab25afbe710.tar.gz
nixpkgs-976cb854fd0f92f5ff8c77334a048ab25afbe710.tar.bz2
nixpkgs-976cb854fd0f92f5ff8c77334a048ab25afbe710.tar.lz
nixpkgs-976cb854fd0f92f5ff8c77334a048ab25afbe710.tar.xz
nixpkgs-976cb854fd0f92f5ff8c77334a048ab25afbe710.tar.zst
nixpkgs-976cb854fd0f92f5ff8c77334a048ab25afbe710.zip
fluidasserts: mark broken
The dependency tree pins many versions to a patch number,
makes it too fragile with how often the packages get bumped.
-rw-r--r--pkgs/development/python-modules/fluidasserts/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/fluidasserts/default.nix b/pkgs/development/python-modules/fluidasserts/default.nix
index 7275199fca4..13e6f14d9d0 100644
--- a/pkgs/development/python-modules/fluidasserts/default.nix
+++ b/pkgs/development/python-modules/fluidasserts/default.nix
@@ -205,5 +205,6 @@ buildPythonPackage rec {
     maintainers = with maintainers; [
       kamadorueda
     ];
+    broken = true; # dependency tree is too fragile for nixpkgs
   };
 }