giflib-4.1: add license + description

This commit is contained in:
Markus Kowalewski 2018-08-20 19:57:41 +02:00
parent dbc97ef68c
commit 1bf19218d7
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -10,9 +10,11 @@ stdenv.mkDerivation {
hardeningDisable = [ "format" ];
meta = {
meta = with stdenv.lib; {
description = "A library for reading and writing gif images";
branch = "4.1";
platforms = stdenv.lib.platforms.unix;
license = licenses.mit;
platforms = platforms.unix;
};
}