2009-02-01 21:44:56 +00:00
|
|
|
# Use the static tools for i686-linux. They work on x86_64-linux
|
|
|
|
# machines as well.
|
|
|
|
(import ../i686) //
|
2007-12-03 17:56:44 +00:00
|
|
|
|
2009-02-01 21:44:56 +00:00
|
|
|
{
|
|
|
|
bootstrapTools = {
|
2013-06-25 13:05:48 +01:00
|
|
|
url = http://tarballs.nixos.org/stdenv-linux/x86_64/r23302/bootstrap-tools.cpio.bz2;
|
2010-08-21 13:50:49 +01:00
|
|
|
sha256 = "0w89kqhx47yl0jifp2vffp073pyrqha5f312kp971smi4h41drna";
|
2006-10-23 22:56:49 +01:00
|
|
|
};
|
2009-06-22 20:49:42 +01:00
|
|
|
}
|