Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Enable building of static libraries so that urweb can build statically linked binaries.

svn path=/nixpkgs/trunk/; revision=24692

+4
+2
pkgs/development/compilers/urweb/default.nix
··· 24 24 export GCCARGS="-I${mysql}/include/mysql -I${postgresql}/include -I${sqlite}/include -L${libmhash}/lib -L${mysql}/lib/mysql -L${postgresql}/lib -L${sqlite}/lib" 25 25 ''; 26 26 27 + dontDisableStatic = true; 28 + 27 29 meta = { 28 30 description = "Ur/Web supports construction of dynamic web applications backed by SQL databases."; 29 31 longDescription = ''
+2
pkgs/development/libraries/libmhash/default.nix
··· 17 17 version = "0.9.9.9"; 18 18 name = "${pname}-${version}"; 19 19 20 + dontDisableStatic = true; 21 + 20 22 src = fetchurl { 21 23 url = "mirror://sourceforge/${pname}/${name}.tar.bz2"; 22 24 sha256 = "1w7yiljan8gf1ibiypi6hm3r363imm3sxl1j8hapjdq3m591qljn";