pgf: add license

This commit is contained in:
Markus Kowalewski 2018-11-14 23:42:23 +01:00
parent d458a1869f
commit 142717e3ab
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
3 changed files with 9 additions and 6 deletions

View File

@ -15,8 +15,9 @@ stdenv.mkDerivation {
cp -prd * $out/share/texmf-nix
";
meta = {
meta = with stdenv.lib; {
branch = "1";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.gpl2;
};
}

View File

@ -15,8 +15,9 @@ stdenv.mkDerivation {
cp -prd * $out/share/texmf-nix
";
meta = {
meta = with stdenv.lib; {
branch = "2";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.gpl2;
};
}

View File

@ -24,8 +24,9 @@ stdenv.mkDerivation {
cp -prd * $out/share/texmf-nix
";
meta = {
meta = with stdenv.lib; {
branch = "3";
platforms = stdenv.lib.platforms.unix;
platforms = platforms.unix;
license = licenses.gpl2;
};
}