Add commons-math (binary until I get maven build working)

Drop jakarta name from fileupload and update its version

Jakarta regexp has been officially retired, and nothing in nixpkgs uses it, so let’s get rid of it.

Add commons-io

More commons additions/cleanup

Closes #4181

Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
This commit is contained in:
Daniel Peebles
2014-09-20 02:19:32 -04:00
committed by Mateusz Kowalczyk
parent 26ebd25844
commit 588a5e92a3
11 changed files with 131 additions and 47 deletions

View File

@@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
version = "5.2";
name = "bcel-${version}";
name = "commons-bcel-${version}";
src = fetchurl {
url = "mirror://apache/commons/bcel/binaries/${name}.tar.gz";
url = "mirror://apache/commons/bcel/binaries/bcel-${version}.tar.gz";
sha256 = "13ppnd6afljdjq21jpn4ik2h1yxq8k2kg21ghi0lyb1yap1rd7k6";
};