pgf: add license

This commit is contained in:
Markus Kowalewski
2018-11-15 09:05:02 +01:00
parent d458a1869f
commit 142717e3ab
3 changed files with 9 additions and 6 deletions
+3 -2
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;
};
}
+3 -2
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;
};
}
+3 -2
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;
};
}