tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
xen: remove unneeded depds now that stubdom is disabled
Domen Kožar
10 years ago
9ad60eae
1111f73d
+1
-28
1 changed file
expand all
collapse all
unified
split
pkgs
applications
virtualization
xen
generic.nix
+1
-28
pkgs/applications/virtualization/xen/generic.nix
reviewed
···
15
15
16
16
libDir = if stdenv.is64bit then "lib64" else "lib";
17
17
18
18
-
# Sources needed to build the stubdoms and tools
18
18
+
# Sources needed to build the tools
19
19
# These sources are already rather old and probably do not change frequently
20
20
xenExtfiles = [
21
21
-
{ url = http://xenbits.xensource.com/xen-extfiles/lwip-1.3.0.tar.gz;
22
22
-
sha256 = "13wlr85s1hnvia6a698qpryyy12lvmqw0a05xmjnd0h71ralsbkp";
23
23
-
}
24
24
-
{ url = http://xenbits.xensource.com/xen-extfiles/zlib-1.2.3.tar.gz;
25
25
-
sha256 = "0pmh8kifb6sfkqfxc23wqp3f2wzk69sl80yz7w8p8cd4cz8cg58p";
26
26
-
}
27
27
-
{ url = http://xenbits.xensource.com/xen-extfiles/newlib-1.16.0.tar.gz;
28
28
-
sha256 = "01rxk9js833mwadq92jx0flvk9jyjrnwrq93j39c2j2wjsa66hnv";
29
29
-
}
30
30
-
{ url = http://xenbits.xensource.com/xen-extfiles/grub-0.97.tar.gz;
31
31
-
sha256 = "02r6b52r0nsp6ryqfiqchnl7r1d9smm80sqx24494gmx5p8ia7af";
32
32
-
}
33
33
-
{ url = http://xenbits.xensource.com/xen-extfiles/pciutils-2.2.9.tar.bz2;
34
34
-
sha256 = "092v4q478i1gc7f3s2wz6p4xlf1wb4gs5shbkn21vnnmzcffc2pn";
35
35
-
}
36
36
-
{ url = http://xenbits.xensource.com/xen-extfiles/tpm_emulator-0.7.4.tar.gz;
37
37
-
sha256 = "0nd4vs48j0zfzv1g5jymakxbjqf9ss6b2jph3b64356xhc6ylj2f";
38
38
-
}
39
39
-
{ url = http://xenbits.xensource.com/xen-extfiles/tboot-20090330.tar.gz;
40
40
-
sha256 = "0rl1b53g019w2c268pyxhjqsj9ls37i4p74bdv1hdi2yvs0r1y81";
41
41
-
}
42
21
{ url = http://xenbits.xensource.com/xen-extfiles/ipxe-git-9a93db3f0947484e30e753bbd61a10b17336e20e.tar.gz;
43
22
sha256 = "0p206zaxlhda60ci33h9gipi5gm46fvvsm6k5c0w7b6cjg0yhb33";
44
44
-
}
45
45
-
{ url = http://xenbits.xensource.com/xen-extfiles/polarssl-1.1.4-gpl.tgz;
46
46
-
sha256 = "1dl4fprpwagv9akwqpb62qwqvh24i50znadxwvd2kfnhl02gsa9d";
47
47
-
}
48
48
-
{ url = http://xenbits.xensource.com/xen-extfiles/gmp-4.3.2.tar.bz2;
49
49
-
sha256 = "0x8prpqi9amfcmi7r4zrza609ai9529pjaq0h4aw51i867064qck";
50
23
}
51
24
];
52
25