t1lib: add meta data
This commit is contained in:
parent
f32543dbbc
commit
6ab64b3db8
@ -30,7 +30,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
postInstall = stdenv.lib.optional (!stdenv.isDarwin) "chmod +x $out/lib/*.so.*"; # ??
|
postInstall = stdenv.lib.optional (!stdenv.isDarwin) "chmod +x $out/lib/*.so.*"; # ??
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
description = "A type 1 font rasterizer library for UNIX/X11";
|
||||||
|
homepage = http://www.t1lib.org/;
|
||||||
|
license = with licenses; [ gpl2 lgpl2 ];
|
||||||
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user