about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
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/filesystems
parent4f02f80be0ee770228440c2e880e48ed3d07c5af (diff)
downloadnixlib-b54b5f9ad88b5138e4e4ca4a49cbd2d89559e897.tar
nixlib-b54b5f9ad88b5138e4e4ca4a49cbd2d89559e897.tar.gz
nixlib-b54b5f9ad88b5138e4e4ca4a49cbd2d89559e897.tar.bz2
nixlib-b54b5f9ad88b5138e4e4ca4a49cbd2d89559e897.tar.lz
nixlib-b54b5f9ad88b5138e4e4ca4a49cbd2d89559e897.tar.xz
nixlib-b54b5f9ad88b5138e4e4ca4a49cbd2d89559e897.tar.zst
nixlib-b54b5f9ad88b5138e4e4ca4a49cbd2d89559e897.zip
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/filesystems')
-rw-r--r--pkgs/tools/filesystems/ceph/generic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/ceph/generic.nix b/pkgs/tools/filesystems/ceph/generic.nix
index cb17a10cb738..6ecc65149c49 100644
--- a/pkgs/tools/filesystems/ceph/generic.nix
+++ b/pkgs/tools/filesystems/ceph/generic.nix
@@ -167,6 +167,7 @@ stdenv.mkDerivation {
     license = licenses.lgpl21;
     maintainers = with maintainers; [ adev ak ];
     platforms = platforms.unix;
+    broken = true;
   };
 
   passthru.version = version;