mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
xcbuild: add license
This commit is contained in:
parent
e707443caa
commit
361f3cb2fa
1 changed files with 1 additions and 0 deletions
|
@ -62,5 +62,6 @@ in stdenv.mkDerivation rec {
|
|||
homepage = https://github.com/facebook/xcbuild;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ copumpkin matthewbauer ];
|
||||
license = with licenses; [ bsd2 bsd3 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue