fixed forgotten bracket.... maybe this is not my-env at all
svn path=/nixpkgs/trunk/; revision=33095
This commit is contained in:
parent
bd17f891dd
commit
f108651e9f
pkgs/misc/my-env
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue