Commit 027a84d6 authored by Robert Scott's avatar Robert Scott
Browse files

opentsdb: add meta.sourceProvenance

parent 2f018f0a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -305,6 +305,10 @@ in stdenv.mkDerivation rec {
    homepage = "http://opentsdb.net";
    license = licenses.lgpl21Plus;
    platforms = lib.platforms.linux;
    sourceProvenance = with sourceTypes; [
      fromSource
      binaryBytecode  # maven dependencies
    ];
    maintainers = [ ];
  };
}