imlib: add license + description
This commit is contained in:
parent
c8e2b666a7
commit
cc476f04b8
@ -15,7 +15,9 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [libjpeg libXext libX11 xextproto libtiff libungif libpng];
|
buildInputs = [libjpeg libXext libX11 xextproto libtiff libungif libpng];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
description = "An image loading and rendering library for X11";
|
||||||
|
platforms = platforms.unix;
|
||||||
|
license = with licenses; [ gpl2 lgpl2 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user