summary refs log tree commit diff
path: root/pkgs/games/fsg/alt-builder.nix
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2009-01-30 06:26:40 +0000
committerMichael Raskin <7c6f434c@mail.ru>2009-01-30 06:26:40 +0000
commit0d577e421d495355cd1893498a648c687f86e8ec (patch)
tree56783006bb60fe68c017576d2f2ac61a78158858 /pkgs/games/fsg/alt-builder.nix
parent7da93ed73833388cc071af463e49cfb3e762d726 (diff)
downloadnixlib-0d577e421d495355cd1893498a648c687f86e8ec.tar
nixlib-0d577e421d495355cd1893498a648c687f86e8ec.tar.gz
nixlib-0d577e421d495355cd1893498a648c687f86e8ec.tar.bz2
nixlib-0d577e421d495355cd1893498a648c687f86e8ec.tar.lz
nixlib-0d577e421d495355cd1893498a648c687f86e8ec.tar.xz
nixlib-0d577e421d495355cd1893498a648c687f86e8ec.tar.zst
nixlib-0d577e421d495355cd1893498a648c687f86e8ec.zip
fix fsg build after updates in all-packages
svn path=/nixpkgs/trunk/; revision=13913
Diffstat (limited to 'pkgs/games/fsg/alt-builder.nix')
-rw-r--r--pkgs/games/fsg/alt-builder.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/fsg/alt-builder.nix b/pkgs/games/fsg/alt-builder.nix
index 70a342e32269..da0c127a6e74 100644
--- a/pkgs/games/fsg/alt-builder.nix
+++ b/pkgs/games/fsg/alt-builder.nix
@@ -1,6 +1,6 @@
 args: with args; 
 	let localDefs = builderDefs.passthru.function {
-  		buildInputs =[(wxGTK null)];
+  		buildInputs =[mesa (wxGTK null) libX11 xproto];
 		  src = 
 			fetchurl {
 				url = http://www.piettes.com/fallingsandgame/fsg-src-4.4.tar.gz;