From 3ec5f9c74e01ebc18ebd6522e3e79a9e695262f6 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Thu, 7 May 2009 04:26:35 +0000 Subject: [PATCH] Add bc and xorg.xev to Hydra svn path=/nixpkgs/trunk/; revision=15481 --- pkgs/top-level/release.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index 7160b9212b6..2716a8d5953 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -68,6 +68,7 @@ in { bash = all; bashInteractive = all; bazaar = linux; # first let sqlite3 work on darwin + bc = all; binutils = linux; bind = linux; bison23 = all; @@ -478,6 +479,7 @@ in { lndir = all; setxkbmap = linux; xauth = linux; + xev = linux; xf86inputkeyboard = linux; xf86inputmouse = linux; xf86inputevdev = linux;