forgot to update all-packages.nix
svn path=/nixpkgs/branches/stdenv-updates/; revision=10597
This commit is contained in:
parent
25b980dbe4
commit
f99bae4c0e
@ -2613,6 +2613,10 @@ rec {
|
|||||||
inherit fetchurl stdenv SDL libogg libvorbis;
|
inherit fetchurl stdenv SDL libogg libvorbis;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
SDL_net = import ../development/libraries/SDL_net {
|
||||||
|
inherit fetchurl stdenv SDL;
|
||||||
|
};
|
||||||
|
|
||||||
SDL_ttf = import ../development/libraries/SDL_ttf {
|
SDL_ttf = import ../development/libraries/SDL_ttf {
|
||||||
inherit fetchurl stdenv SDL freetype;
|
inherit fetchurl stdenv SDL freetype;
|
||||||
};
|
};
|
||||||
@ -3758,6 +3762,10 @@ rec {
|
|||||||
stdenv = makeStaticBinaries stdenv;
|
stdenv = makeStaticBinaries stdenv;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
wesnoth = import ../games/wesnoth {
|
||||||
|
inherit fetchurl stdenv SDL SDL_image SDL_mixer SDL_net gettext zlib boost freetype;
|
||||||
|
};
|
||||||
|
|
||||||
wirelesstools = import ../os-specific/linux/wireless-tools {
|
wirelesstools = import ../os-specific/linux/wireless-tools {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user