mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
Merge pull request #230313 from trofi/grub4dos-mark-broken
grub4dos: mark broken
This commit is contained in:
commit
a9d1d04e11
@ -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 New Issue
Block a user