summary refs log tree commit diff
path: root/pkgs/games/fsg
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
parent7da93ed73833388cc071af463e49cfb3e762d726 (diff)
downloadnixpkgs-0d577e421d495355cd1893498a648c687f86e8ec.tar
nixpkgs-0d577e421d495355cd1893498a648c687f86e8ec.tar.gz
nixpkgs-0d577e421d495355cd1893498a648c687f86e8ec.tar.bz2
nixpkgs-0d577e421d495355cd1893498a648c687f86e8ec.tar.lz
nixpkgs-0d577e421d495355cd1893498a648c687f86e8ec.tar.xz
nixpkgs-0d577e421d495355cd1893498a648c687f86e8ec.tar.zst
nixpkgs-0d577e421d495355cd1893498a648c687f86e8ec.zip
fix fsg build after updates in all-packages
svn path=/nixpkgs/trunk/; revision=13913
Diffstat (limited to 'pkgs/games/fsg')
-rw-r--r--pkgs/games/fsg/alt-builder.nix2
-rw-r--r--pkgs/games/fsg/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/fsg/alt-builder.nix b/pkgs/games/fsg/alt-builder.nix
index 70a342e3226..da0c127a6e7 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;
diff --git a/pkgs/games/fsg/default.nix b/pkgs/games/fsg/default.nix
index 0922bf2e4c1..891ac488bf3 100644
--- a/pkgs/games/fsg/default.nix
+++ b/pkgs/games/fsg/default.nix
@@ -8,7 +8,7 @@ stdenv.mkDerivation {
 		sha256 = "1756y01rkvd3f1pkj88jqh83fqcfl2fy0c48mcq53pjzln9ycv8c";
 	};
 
-  buildInputs =[gtk glib pkgconfig (wxGTK null)];
+  buildInputs =[gtk glib pkgconfig mesa (wxGTK null) libX11 xproto];
 
 /*  
 #	One day Unicode will overcome?