From 4a0ca7d92ee59c5c033bf7d51e0a8e348e5eef31 Mon Sep 17 00:00:00 2001 From: Nikolay Amiantov Date: Sat, 11 Jun 2016 03:39:44 +0300 Subject: [PATCH] grub4dos: enable only on Linux --- pkgs/tools/misc/grub4dos/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/grub4dos/default.nix b/pkgs/tools/misc/grub4dos/default.nix index 0195022f703..94a0b3289dd 100644 --- a/pkgs/tools/misc/grub4dos/default.nix +++ b/pkgs/tools/misc/grub4dos/default.nix @@ -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; }; }