Merge pull request #334205 from risicle/ris-cassandra-source-provenance

This commit is contained in:
Sandro
2024-08-22 14:04:42 +02:00
committed by GitHub
+4
View File
@@ -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;
}