about summary refs log tree commit diff
path: root/pkgs/tools/system/osquery
diff options
context:
space:
mode:
authormagenbluten <magenbluten@codemonkey.cc>2019-04-29 08:18:02 +0200
committerLassulus <github@lassul.us>2019-06-19 15:01:27 +0200
commitb54b5f9ad88b5138e4e4ca4a49cbd2d89559e897 (patch)
tree468b76e9a7246b45129c59c137c9b97fa6aab1f5 /pkgs/tools/system/osquery
parent4f02f80be0ee770228440c2e880e48ed3d07c5af (diff)
rocksdb: 5.11.3 -> 6.1.2
- mark osquery as broken
- mark ceph as broken

both osquery and ceph packages are outdated. furthermore, ceph has its
own inline rocksdb source tree which isn't use in the current nixpkg.
this needs to be fixed.
Diffstat (limited to 'pkgs/tools/system/osquery')
-rw-r--r--pkgs/tools/system/osquery/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/osquery/default.nix b/pkgs/tools/system/osquery/default.nix
index 36d28098b0be8..80341e88dd064 100644
--- a/pkgs/tools/system/osquery/default.nix
+++ b/pkgs/tools/system/osquery/default.nix
@@ -144,5 +144,6 @@ stdenv.mkDerivation rec {
     license = licenses.bsd3;
     platforms = platforms.linux;
     maintainers = with maintainers; [ cstrahan ma27 ];
+    broken = true;
   };
 }