libtxc_dxtn: add license meta

This commit is contained in:
Leon Schuermann 2018-10-11 14:27:14 +02:00
parent e2f10b5a74
commit a174f3ea97

View file

@ -13,9 +13,10 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook ]; nativeBuildInputs = [ autoreconfHook ];
buildInputs = [ libGLU_combined ]; buildInputs = [ libGLU_combined ];
meta = { meta = with stdenv.lib; {
homepage = http://dri.freedesktop.org/wiki/S3TC; homepage = http://dri.freedesktop.org/wiki/S3TC;
repositories.git = git://people.freedesktop.org/~mareko/libtxc_dxtn; repositories.git = git://people.freedesktop.org/~mareko/libtxc_dxtn;
platforms = stdenv.lib.platforms.unix; license = licenses.mit;
platforms = platforms.unix;
}; };
} }