libicns: add licenses
This commit is contained in:
parent
3e85c53ca6
commit
592e998cd7
@ -10,7 +10,10 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ libpng jasper ];
|
buildInputs = [ libpng jasper ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user