ajout zones meta

master
Jean-Pierre PRUNARET 9 years ago
parent d560998507
commit 3fa541dc14

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

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

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

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

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

Loading…
Cancel
Save