pgf: add license
This commit is contained in:
parent
d458a1869f
commit
142717e3ab
@ -15,8 +15,9 @@ stdenv.mkDerivation {
|
|||||||
cp -prd * $out/share/texmf-nix
|
cp -prd * $out/share/texmf-nix
|
||||||
";
|
";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
branch = "1";
|
branch = "1";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -15,8 +15,9 @@ stdenv.mkDerivation {
|
|||||||
cp -prd * $out/share/texmf-nix
|
cp -prd * $out/share/texmf-nix
|
||||||
";
|
";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
branch = "2";
|
branch = "2";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,8 +24,9 @@ stdenv.mkDerivation {
|
|||||||
cp -prd * $out/share/texmf-nix
|
cp -prd * $out/share/texmf-nix
|
||||||
";
|
";
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
branch = "3";
|
branch = "3";
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user