From 5cd07981d83f080775d6f144a940e05a4cc7310c Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 14 Jan 2013 06:51:45 +0100 Subject: overrides: Move kernel/hetzner/rdwarf to ../envs. Signed-off-by: aszlig --- envs/default.nix | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'envs') diff --git a/envs/default.nix b/envs/default.nix index eba7f174..20e498b1 100644 --- a/envs/default.nix +++ b/envs/default.nix @@ -14,4 +14,32 @@ with pkgs; collection = import ../collections/aszlig.nix pkgs; in lib.mapAttrsToList genAszligEnv collection; }; + + kernelEnv = myEnvFun { + name = "kernel"; + extraCmds = '' + export NIX_LDFLAGS="$NIX_LDFLAGS -lncurses" + ''; + buildInputs = [ + stdenv ncurses + ]; + }; + + hetznerEnv = myEnvFun { + name = "hetzner"; + buildInputs = [ + stdenv python + pythonPackages.pexpect + ]; + }; + + rdwarfEnv = myEnvFun { + name = "rdwarf"; + buildInputs = [ + stdenv python + pythonPackages.numpy + pythonPackages.pyaudio + pythonPackages.curses + ]; + }; } -- cgit 1.4.1