mkShell: add builder (#30975)

This commit is contained in:
zimbatm
2017-12-20 23:42:07 +00:00
committed by GitHub
parent 02d361cea9
commit adc5c9b83d
4 changed files with 72 additions and 0 deletions
+4
View File
@@ -49,6 +49,10 @@ pkgs.stdenv.mkDerivation {
outputFile = "introduction.xml";
useChapters = true;
}
+ toDocbook {
inputFile = ./shell.md;
outputFile = "shell.xml";
}
+ toDocbook {
inputFile = ./languages-frameworks/python.md;
outputFile = "./languages-frameworks/python.xml";