ajout zones meta
This commit is contained in:
@@ -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;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user