ajout zones meta

This commit is contained in:
2016-12-19 17:37:12 +01:00
parent d560998507
commit 3fa541dc14
5 changed files with 25 additions and 0 deletions

View File

@@ -14,4 +14,9 @@ stdenv.mkDerivation rec {
buildInputs = [ jekyll ];
buildPhase = "jekyll build";
installPhase = "cp -R _site \$out";
meta = with stdenv.lib; {
maintainers = [ "Jean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>" ];
platforms = platforms.linux;
};
}

View File

@@ -15,4 +15,9 @@ stdenv.mkDerivation rec {
buildInputs = [ jekyll ];
buildPhase = "jekyll build";
installPhase = "cp -R _site \$out";
meta = with stdenv.lib; {
maintainers = [ "Jean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>" ];
platforms = platforms.linux;
};
}

View File

@@ -65,4 +65,9 @@ stdenv.mkDerivation rec {
buildInputs = [ jekyll ];
buildPhase = "jekyll build";
installPhase = "cp -R _site \$out";
meta = with stdenv.lib; {
maintainers = [ "Jean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>" ];
platforms = platforms.linux;
};
}

View File

@@ -14,4 +14,9 @@ stdenv.mkDerivation rec {
};
installPhase = "cp -R . \$out";
meta = with stdenv.lib; {
maintainers = [ "Jean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>" ];
platforms = platforms.linux;
};
}

View File

@@ -14,4 +14,9 @@ stdenv.mkDerivation rec {
};
installPhase = "cp -R . \$out";
meta = with stdenv.lib; {
maintainers = [ "Jean-Pierre PRUNARET <jean-pierre+git@prunetwork.fr>" ];
platforms = platforms.linux;
};
}