axis: use space instead of hardtab
This commit is contained in:
parent
215754f4fa
commit
20a8630c2f
@ -1,12 +1,12 @@
|
|||||||
{stdenv, fetchurl}:
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "axis-1.3";
|
name = "axis-1.3";
|
||||||
directory = "axis-1_3";
|
directory = "axis-1_3";
|
||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://apache.cs.uu.nl/dist/ws/axis/1_3/axis-bin-1_3.tar.gz";
|
url = "http://apache.cs.uu.nl/dist/ws/axis/1_3/axis-bin-1_3.tar.gz";
|
||||||
md5 = "dd8203f08c37872f4fd2bfb45c4bfe04";
|
md5 = "dd8203f08c37872f4fd2bfb45c4bfe04";
|
||||||
};
|
};
|
||||||
inherit stdenv;
|
inherit stdenv;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user