cassandra: add meta.sourceProvenance information

This commit is contained in:
Robert Scott
2024-08-12 19:48:45 +01:00
parent 26685837b7
commit 46c3afb271
+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;
}