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
@ -3,7 +3,7 @@
|
|||||||
#### examples of use: ####
|
#### examples of use: ####
|
||||||
# Add this to your ~/.nixpkgs/config.nix:
|
# Add this to your ~/.nixpkgs/config.nix:
|
||||||
{
|
{
|
||||||
packageOverrides = pkgs : with pkgs;
|
packageOverrides = pkgs : with pkgs; {
|
||||||
sdlEnv = pkgs.myEnvFun {
|
sdlEnv = pkgs.myEnvFun {
|
||||||
name = "sdl";
|
name = "sdl";
|
||||||
buildInputs = [ stdenv SDL SDL_image SDL_ttf SDL_gfx cmake SDL_net pkgconfig];
|
buildInputs = [ stdenv SDL SDL_image SDL_ttf SDL_gfx cmake SDL_net pkgconfig];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user