pgfplots: add meta data
This commit is contained in:
parent
d190d8af0c
commit
d458a1869f
@ -19,7 +19,10 @@ stdenv.mkDerivation {
|
||||
cp -prd * $out/share/texmf-nix
|
||||
";
|
||||
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
meta = with stdenv.lib; {
|
||||
description = "TeX package to draw plots directly in TeX in two and three dimensions";
|
||||
homepage = http://pgfplots.sourceforge.net;
|
||||
platforms = platforms.unix;
|
||||
license = licenses.gpl3Plus;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user