xcbuild: add license

This commit is contained in:
Markus Kowalewski
2018-11-08 21:00:50 +01:00
parent e707443caa
commit 361f3cb2fa

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