1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

forgot to update all-packages.nix

svn path=/nixpkgs/trunk/; revision=10530
This commit is contained in:
Tobias Hammerschmidt 2008-02-06 21:26:17 +00:00
parent 2ea2bd5f99
commit dacb9baa92

View file

@ -2637,6 +2637,10 @@ rec {
inherit fetchurl stdenv SDL libogg libvorbis;
};
SDL_net = import ../development/libraries/SDL_net {
inherit fetchurl stdenv SDL;
};
SDL_ttf = import ../development/libraries/SDL_ttf {
inherit fetchurl stdenv SDL freetype;
};
@ -3966,6 +3970,10 @@ rec {
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 {
inherit fetchurl stdenv;
};