summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 8c87b83e84b..38b82cef117 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1825,7 +1825,7 @@ rec {
   };
 
   SDL_mixer = (import ../development/libraries/SDL_mixer) {
-    inherit fetchurl stdenv SDL;
+    inherit fetchurl stdenv SDL libogg libvorbis;
   };
 
   boehmgc = (import ../development/libraries/boehm-gc) {
@@ -2633,7 +2633,7 @@ rec {
   };
 
   exult = import ../games/exult {
-    inherit fetchurl SDL SDL_mixer zlib libpng;
+    inherit fetchurl SDL SDL_mixer zlib libpng unzip;
     stdenv = overrideGCC stdenv gcc34;
   };