mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
libtxc_dxtn: add license meta
This commit is contained in:
parent
e2f10b5a74
commit
a174f3ea97
1 changed files with 3 additions and 2 deletions
|
@ -13,9 +13,10 @@ stdenv.mkDerivation rec {
|
|||
nativeBuildInputs = [ autoreconfHook ];
|
||||
buildInputs = [ libGLU_combined ];
|
||||
|
||||
meta = {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://dri.freedesktop.org/wiki/S3TC;
|
||||
repositories.git = git://people.freedesktop.org/~mareko/libtxc_dxtn;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue