libicns: add licenses

This commit is contained in:
Markus Kowalewski 2018-10-17 20:45:44 +02:00
parent 3e85c53ca6
commit 592e998cd7
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -10,7 +10,10 @@ stdenv.mkDerivation rec {
buildInputs = [ libpng jasper ];
meta = {
platforms = stdenv.lib.platforms.unix;
meta = with stdenv.lib; {
description = "Library for manipulation of the Mac OS icns resource format";
homepage = https://icns.sourceforge.io;
license = with licenses; [ gpl2 lgpl2 lgpl21 ];
platforms = platforms.unix;
};
}