pgfplots: add meta data

This commit is contained in:
Markus Kowalewski
2018-11-15 09:04:56 +01:00
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;
};
}