1.2.2.1
1.3.1 svn path=/nixpkgs/trunk/; revision=7530
This commit is contained in:
parent
d54d18fa8b
commit
044b8aa637
@ -1,12 +1,12 @@
|
||||
{stdenv, fetchurl, gccCross ? null, binutilsCross ? null}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "busybox-1.2.1";
|
||||
name = "busybox-1.2.2.1";
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://nix.cs.uu.nl/dist/tarballs/busybox-1.2.1.tar.bz2;
|
||||
md5 = "362b3dc0f2023ddfda901dc1f1a74391";
|
||||
url = http://busybox.net/downloads/busybox-1.2.2.1.tar.bz2;
|
||||
md5 = "153f7a4d7580c19ed6f6570f039b64b5";
|
||||
};
|
||||
|
||||
# inherit gccCross;
|
||||
|
16
pkgs/misc/busybox/busybox-1.3.nix
Normal file
16
pkgs/misc/busybox/busybox-1.3.nix
Normal file
@ -0,0 +1,16 @@
|
||||
{stdenv, fetchurl, gccCross ? null, binutilsCross ? null}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "busybox-1.3.1";
|
||||
builder = ./builder.sh;
|
||||
|
||||
src = fetchurl {
|
||||
url = http://busybox.net/downloads/busybox-1.3.1.tar.bz2;
|
||||
md5 = "571531cfa83726947ccb566de017ad4f";
|
||||
};
|
||||
|
||||
# inherit gccCross;
|
||||
# buildinputs = [binutilsCross];
|
||||
# fixme, need a decent config for MIPS or so
|
||||
config = ./x86-config-1.2;
|
||||
}
|
Loading…
Reference in New Issue
Block a user