summaryrefslogtreecommitdiffstats
path: root/pkgs/development/em-modules
AgeCommit message (Collapse)Author
2023-02-03emscriptenStdenv: Allow overlay style mkDerivationRobert Hensing
2022-06-22emscriptenStdenv: default dontStrip=true, it strips archive indicesYorick van Pelt
This fixes the emscriptenPackages.xmlmirror-unstable build
2022-05-16emscriptenStdenv: fix cache locationWill Cohen
2021-07-27em-modules: stay with python2Frederik Rietdijk
Not tested whether it works with python3.
2019-11-24treewide: Get rid of most `parseDrvName` without breaking compatJohn Ericson
That is because this commit should be merged to both master and release-19.09.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2018-03-20emsciptenStdenv: allow reuse without ./autogen.shChristian Kögler
The configure phase of emscriptenStdenv exspects an ./autogen.sh script, which is anoying when this step is not needed. Good example is emscriptenPackages.zlib which needs to override configurePhase.
2018-03-18Emscripten 1.37.16 to 1.37.36 (#37291)Joachim Schiele
* 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
2016-07-04adds support to build emscripten packages using nix:Joachim Schiele
example usage: - nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.libxml2 - nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.json_c - nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.zlib - nix-env -I nixpkgs=../somewhere/nixpkgs -f default.nix -iA emscriptenPackages.xmlmirror