summary refs log tree commit diff
path: root/pkgs/games/rigsofrods
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-04-17 13:56:30 +0000
committerPeter Simons <simons@cryp.to>2012-04-17 13:56:30 +0000
commit39c9ece183ea2081c2ff6163595c44c180d4ee86 (patch)
tree37ce757a16283c217107c9f8eca33a2e4e8cbd17 /pkgs/games/rigsofrods
parenteec2c680c786baed4954a43e89752d19103563e6 (diff)
downloadnixpkgs-39c9ece183ea2081c2ff6163595c44c180d4ee86.tar
nixpkgs-39c9ece183ea2081c2ff6163595c44c180d4ee86.tar.gz
nixpkgs-39c9ece183ea2081c2ff6163595c44c180d4ee86.tar.bz2
nixpkgs-39c9ece183ea2081c2ff6163595c44c180d4ee86.tar.lz
nixpkgs-39c9ece183ea2081c2ff6163595c44c180d4ee86.tar.xz
nixpkgs-39c9ece183ea2081c2ff6163595c44c180d4ee86.tar.zst
nixpkgs-39c9ece183ea2081c2ff6163595c44c180d4ee86.zip
wxGTK-2.9: updated the development version of wxGTK to 2.9.3
I deleted older snapshots because my attempts to use 2.9.0 or 2.9.1 ran into
problems with our recent version of libpng. The 2.9.3 version seems to work
fine, though. If you still need the older versions, please feel free to
reinstate them.

svn path=/nixpkgs/trunk/; revision=33812
Diffstat (limited to 'pkgs/games/rigsofrods')
-rw-r--r--pkgs/games/rigsofrods/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/rigsofrods/default.nix b/pkgs/games/rigsofrods/default.nix
index f92b5775ab7..90ebab92942 100644
--- a/pkgs/games/rigsofrods/default.nix
+++ b/pkgs/games/rigsofrods/default.nix
@@ -1,4 +1,4 @@
-{ fetchsvn, fetchurl, stdenv, wxGTK290, freeimage, cmake, zziplib, mesa, boost, 
+{ fetchsvn, fetchurl, stdenv, wxGTK29, freeimage, cmake, zziplib, mesa, boost,
   pkgconfig, libuuid, openal, ogre, ois, curl, gtk, pixman, mygui, unzip,
   angelscript, caelum, ogrepaged, mysocketw, libxcb
   }:
@@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
 
   patches = [ ./doubleslash.patch ./paths.patch ];
 
-  buildInputs = [ wxGTK290 freeimage cmake zziplib mesa boost pkgconfig
+  buildInputs = [ wxGTK29 freeimage cmake zziplib mesa boost pkgconfig
     libuuid openal ogre ois curl gtk mygui unzip angelscript
     caelum ogrepaged mysocketw libxcb ];