forked from mirrors/nixpkgs
grub: fix download URL for grub-0.97-once.patch
This commit is contained in:
parent
d585ef3178
commit
938486848e
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "grub-0.97-patch-1.12";
|
name = "grub-0.97-patch-1.12";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = ftp://alpha.gnu.org/gnu/grub/grub-0.97.tar.gz;
|
url = ftp://alpha.gnu.org/gnu/grub/grub-0.97.tar.gz;
|
||||||
md5 = "cd3f3eb54446be6003156158d51f4884";
|
md5 = "cd3f3eb54446be6003156158d51f4884";
|
||||||
|
@ -27,10 +27,10 @@ stdenv.mkDerivation {
|
||||||
# shell. KDE uses this to allow rebooting into a non-default
|
# shell. KDE uses this to allow rebooting into a non-default
|
||||||
# entry.
|
# entry.
|
||||||
(fetchurl {
|
(fetchurl {
|
||||||
url = http://cvs.mandriva.com/cgi-bin/viewvc.cgi/SPECS/grub/grub-0.97-once.patch?revision=1.3;
|
url = "https://raw.github.com/andatche/centos-grub/master/SOURCES/grub-0.97-once.patch";
|
||||||
sha256 = "1g5qfn8lvl32h4pggdf7dmjqjpi42jblknzakb5h909fi5i1qyw8";
|
sha256 = "1g5qfn8lvl32h4pggdf7dmjqjpi42jblknzakb5h909fi5i1qyw8";
|
||||||
})
|
})
|
||||||
|
|
||||||
] ++ (stdenv.lib.optional buggyBiosCDSupport ./buggybios.patch);
|
] ++ (stdenv.lib.optional buggyBiosCDSupport ./buggybios.patch);
|
||||||
|
|
||||||
# Autoconf/automake required for the splashimage patch.
|
# Autoconf/automake required for the splashimage patch.
|
||||||
|
|
Loading…
Reference in a new issue