summary refs log tree commit diff
path: root/doc/default.nix
diff options
context:
space:
mode:
authorJoachim Schiele <js@lastlog.de>2018-03-18 13:34:46 +0100
committerGitHub <noreply@github.com>2018-03-18 13:34:46 +0100
commitf41a3e7d7d327ea66459d17bfbe4a751b2496cb1 (patch)
treeaebc1382dfa04bc080be776421868f1f92cfde49 /doc/default.nix
parent705fee515050b23f0b8d9371ee3edd18879d50af (diff)
downloadnixpkgs-f41a3e7d7d327ea66459d17bfbe4a751b2496cb1.tar
nixpkgs-f41a3e7d7d327ea66459d17bfbe4a751b2496cb1.tar.gz
nixpkgs-f41a3e7d7d327ea66459d17bfbe4a751b2496cb1.tar.bz2
nixpkgs-f41a3e7d7d327ea66459d17bfbe4a751b2496cb1.tar.lz
nixpkgs-f41a3e7d7d327ea66459d17bfbe4a751b2496cb1.tar.xz
nixpkgs-f41a3e7d7d327ea66459d17bfbe4a751b2496cb1.tar.zst
nixpkgs-f41a3e7d7d327ea66459d17bfbe4a751b2496cb1.zip
Emscripten 1.37.16 to 1.37.36 (#37291)
* trying to build emscriptenPackages not all fail

* reading the console.log it turns out python executable is not in place and that is why emconfigure didnt work

* backup commit

* much more targets are compiling now

* added common revisioning

* revision bump to 1.37.36 (not tested)

* fixed xmllint

* forcing unit testing, will implement the tests after i get home

* json_c test working

* added tests

* tiny fixes

* added documentation
Diffstat (limited to 'doc/default.nix')
-rw-r--r--doc/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/default.nix b/doc/default.nix
index 60c613878c7..ec458634a42 100644
--- a/doc/default.nix
+++ b/doc/default.nix
@@ -81,6 +81,10 @@ pkgs.stdenv.mkDerivation {
       inputFile = ./languages-frameworks/vim.md;
       outputFile = "./languages-frameworks/vim.xml";
     }
+  + toDocbook {
+      inputFile = ./languages-frameworks/emscripten.md;
+      outputFile = "./languages-frameworks/emscripten.xml";
+    }
   + ''
     echo ${lib.nixpkgsVersion} > .version