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.
This commit is contained in:
magenbluten
2019-06-19 15:01:27 +02:00
committed by Lassulus
parent 4f02f80be0
commit b54b5f9ad8
5 changed files with 42 additions and 70 deletions
+1
View File
@@ -167,6 +167,7 @@ stdenv.mkDerivation {
license = licenses.lgpl21;
maintainers = with maintainers; [ adev ak ];
platforms = platforms.unix;
broken = true;
};
passthru.version = version;