pgfplots: add meta data

This commit is contained in:
Markus Kowalewski
2018-11-14 23:40:09 +01:00
parent d190d8af0c
commit d458a1869f

View File

@@ -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;
};
}