orc: add missing license (bsd3)

This commit is contained in:
Song Wenwu 2013-08-11 12:07:57 +08:00
parent 094ffb2b08
commit 8e023d078c

View file

@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
meta = {
description = "The Oil Runtime Compiler";
homepage = "http://code.entropywave.com/orc/";
license = stdenv.lib.license.bsd3;
platform = stdenv.lib.platforms.linux;
};
}