Merge pull request #230313 from trofi/grub4dos-mark-broken
grub4dos: mark broken
This commit is contained in:
commit
a9d1d04e11
1 changed files with 3 additions and 0 deletions
|
@ -39,5 +39,8 @@ in stdenv.mkDerivation {
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
# Needs a port to modern binutils:
|
||||||
|
# https://github.com/chenall/grub4dos/issues/160
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue