mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
forgot to update all-packages.nix
svn path=/nixpkgs/branches/stdenv-updates/; revision=10597
This commit is contained in:
parent
25b980dbe4
commit
f99bae4c0e
1 changed files with 8 additions and 0 deletions
|
@ -2613,6 +2613,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;
|
||||
};
|
||||
|
@ -3758,6 +3762,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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue