nixpkgs manual: add basic R documentation, fixes #13362
also fixes #13243
This commit is contained in:
committed by
Rok Garbas
parent
f1a65b3443
commit
312494180d
+4
-1
@@ -56,8 +56,11 @@ stdenv.mkDerivation {
|
||||
inputFile = ./../pkgs/development/idris-modules/README.md;
|
||||
outputFile = "languages-frameworks/idris.xml";
|
||||
}
|
||||
+ toDocbook {
|
||||
inputFile = ./../pkgs/development/r-modules/README.md;
|
||||
outputFile = "languages-frameworks/r.xml";
|
||||
}
|
||||
+ ''
|
||||
cat languages-frameworks/idris.xml
|
||||
echo ${nixpkgsVersion} > .version
|
||||
|
||||
xmllint --noout --nonet --xinclude --noxincludenode \
|
||||
|
||||
Reference in New Issue
Block a user