Merge pull request #334205 from risicle/ris-cassandra-source-provenance
This commit is contained in:
@@ -122,6 +122,10 @@ stdenv.mkDerivation rec {
|
||||
description = "Massively scalable open source NoSQL database";
|
||||
platforms = platforms.unix;
|
||||
license = licenses.asl20;
|
||||
sourceProvenance = with sourceTypes; [
|
||||
binaryBytecode
|
||||
binaryNativeCode # bundled dependency libsigar
|
||||
];
|
||||
maintainers = [ maintainers.roberth ];
|
||||
} // extraMeta;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user