fixed forgotten bracket.... maybe this is not my-env at all

svn path=/nixpkgs/trunk/; revision=33095
This commit is contained in:
Joachim Schiele 2012-03-14 23:38:28 +00:00
parent bd17f891dd
commit f108651e9f

View File

@ -3,7 +3,7 @@
#### examples of use: ####
# Add this to your ~/.nixpkgs/config.nix:
{
packageOverrides = pkgs : with pkgs;
packageOverrides = pkgs : with pkgs; {
sdlEnv = pkgs.myEnvFun {
name = "sdl";
buildInputs = [ stdenv SDL SDL_image SDL_ttf SDL_gfx cmake SDL_net pkgconfig];