forked from mirrors/nixpkgs
Add a working module-init-tools manual Gentoo mirror
This commit is contained in:
parent
cee91fe789
commit
ee9e181ac6
|
@ -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";
|
||||
})
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue