Commit 46c3afb2 authored by Robert Scott's avatar Robert Scott
Browse files

cassandra: add meta.sourceProvenance information

parent 26685837
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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;
}