imlib: add license + description

This commit is contained in:
Markus Kowalewski 2018-11-01 20:47:54 +01:00
parent c8e2b666a7
commit cc476f04b8
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -15,7 +15,9 @@ stdenv.mkDerivation {
buildInputs = [libjpeg libXext libX11 xextproto libtiff libungif libpng];
meta = {
platforms = stdenv.lib.platforms.unix;
meta = with stdenv.lib; {
description = "An image loading and rendering library for X11";
platforms = platforms.unix;
license = with licenses; [ gpl2 lgpl2 ];
};
}