mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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.*"; # ??
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
meta = with stdenv.lib; {
|
||||
description = "A type 1 font rasterizer library for UNIX/X11";
|
||||
homepage = http://www.t1lib.org/;
|
||||
license = with licenses; [ gpl2 lgpl2 ];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user