libungif: add license + description

This commit is contained in:
Markus Kowalewski 2018-10-08 23:05:56 +02:00
parent abbc68a756
commit b04da30d65
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -9,7 +9,9 @@ stdenv.mkDerivation {
hardeningDisable = [ "format" ];
meta = {
platforms = stdenv.lib.platforms.unix;
meta = with stdenv.lib; {
description = "Library and utilities for processing GIFs";
platforms = platforms.unix;
license = licenses.mit;
};
}