Unverified Commit a9d1d04e authored by Sergei Trofimovich's avatar Sergei Trofimovich Committed by GitHub
Browse files

Merge pull request #230313 from trofi/grub4dos-mark-broken

grub4dos: mark broken
parents 0ef7eafd 78081a31
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;
  };
}