forgot to update all-packages.nix
svn path=/nixpkgs/trunk/; revision=10530
This commit is contained in:
parent
2ea2bd5f99
commit
dacb9baa92
|
@ -2637,6 +2637,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;
|
||||||
};
|
};
|
||||||
|
@ -3966,6 +3970,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