grub4dos: enable only on Linux

This commit is contained in:
Nikolay Amiantov 2016-06-11 03:39:44 +03:00
parent 659bea9dda
commit 4a0ca7d92e

View file

@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
homepage = "http://grub4dos.chenall.net/";
description = "GRUB for DOS is the dos extension of GRUB";
maintainers = with maintainers; [ abbradar ];
platforms = platforms.all;
platforms = platforms.linux;
license = licenses.gpl2;
};
}