xcbuild: add license

This commit is contained in:
Markus Kowalewski 2018-11-08 21:00:50 +01:00
parent e707443caa
commit 361f3cb2fa
No known key found for this signature in database
GPG key ID: D865C8A91D7025EB

View file

@ -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 ];
};
}