From 0577bc6bf1210c9233186bd74380ececbccf1b33 Mon Sep 17 00:00:00 2001 From: Rob Vermaas Date: Wed, 20 Jan 2010 09:39:08 +0000 Subject: [PATCH] add grub2 to channel svn path=/nixpkgs/trunk/; revision=19558 --- pkgs/top-level/release.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 80c79cfe98e..2fe3c6e154c 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -200,6 +200,7 @@ in { gqview = gtkSupported; graphviz = all; grub = linux; + grub2 = linux; gsl = linux; guile = linux; # tests fail on Cygwin guileLib = linux;