Adding Wings 3D (as a side effect, update erlang, and add esdl).

svn path=/nixpkgs/trunk/; revision=22436
This commit is contained in:
Lluís Batlle i Rossell
2010-07-01 09:08:37 +00:00
parent e312c443fc
commit 5b4e3a5b40
4 changed files with 73 additions and 2 deletions
@@ -1,12 +1,12 @@
args: with args;
let version = "R13B"; in
let version = "R14A"; in
stdenv.mkDerivation {
name = "erlang-" + version;
src = fetchurl {
url = "http://www.erlang.org/download/otp_src_" + version + ".tar.gz";
sha256 = "112889v9axhrk9x9swcgql5kpj19p14504m06h4n7b99irzxf4rg";
sha256 = "170n5p6al1bxwngdmafm1c6892xjxppb96gzgki9gfb0mla6li73";
};
buildInputs = [perl gnum4 ncurses openssl];
patchPhase = '' sed -i "s@/bin/rm@rm@" lib/odbc/configure erts/configure '';