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
|
cp -prd * $out/share/texmf-nix
|
||||||
";
|
";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
platforms = stdenv.lib.platforms.unix;
|
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