orc: add missing license (bsd3)
This commit is contained in:
parent
094ffb2b08
commit
8e023d078c
@ -11,6 +11,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "The Oil Runtime Compiler";
|
description = "The Oil Runtime Compiler";
|
||||||
homepage = "http://code.entropywave.com/orc/";
|
homepage = "http://code.entropywave.com/orc/";
|
||||||
|
license = stdenv.lib.license.bsd3;
|
||||||
platform = stdenv.lib.platforms.linux;
|
platform = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user