forked from mirrors/nixpkgs
grub4dos: mark broken
grub4dos is broken for a while after `binutils` update as: > checking whether objcopy works for absolute addresses... no > configure: error: GRUB requires a working absolute objcopy; upgrade your binutils Upstream has an unfixed report in 2017. Let's mark the package broken.
This commit is contained in:
parent
8607b0587c
commit
78081a31e1
|
@ -39,5 +39,8 @@ in stdenv.mkDerivation {
|
|||
maintainers = with maintainers; [ abbradar ];
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
# Needs a port to modern binutils:
|
||||
# https://github.com/chenall/grub4dos/issues/160
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue