mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
orc: add missing license (bsd3)
This commit is contained in:
parent
094ffb2b08
commit
8e023d078c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue