From f99bae4c0ed6666956ee98320d39aa943ce7274d Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Sun, 10 Feb 2008 17:40:16 +0000 Subject: [PATCH] forgot to update all-packages.nix svn path=/nixpkgs/branches/stdenv-updates/; revision=10597 --- pkgs/top-level/all-packages.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 88c50c18021..d52bb7eef77 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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; };