Fix grub1 support

This commit is contained in:
Shea Levy 2015-02-08 22:28:42 -05:00
parent c165f24208
commit 0d80ab2dd9

View File

@ -48,4 +48,7 @@ stdenv.mkDerivation {
preConfigure = ''
autoreconf
'';
passthru.grubTarget = "";
}