3
0
Fork 0
forked from mirrors/nixpkgs

Add a working module-init-tools manual Gentoo mirror

This commit is contained in:
Michael Raskin 2014-11-16 11:10:31 +03:00
parent cee91fe789
commit ee9e181ac6

View file

@ -12,7 +12,10 @@ stdenv.mkDerivation {
# Upstream forgot to include the generated manpages. Thankfully
# the Gentoo people fixed this for us :-)
(fetchurl {
url = mirror://gentoo/distfiles/module-init-tools-3.16-man.tar.bz2;
urls = [
mirror://gentoo/distfiles/module-init-tools-3.16-man.tar.bz2
http://mirror.meleeweb.net/pub/linux/gentoo/distfiles/module-init-tools-3.16-man.tar.bz2
];
sha256 = "1j1nzi87kgsh4scl645fhwhjvljxj83cmdasa4n4p5krhasgw358";
})
];