Pass parameters with correct arch to DF

svn path=/nixpkgs/trunk/; revision=24843
This commit is contained in:
Michael Raskin 2010-11-24 20:05:43 +00:00
parent 81fd05cdd3
commit 5af12418ef

View file

@ -6591,7 +6591,7 @@ let
crack_attack = callPackage ../games/crack-attack { };
dwarf_fortress = callPackage_i686 ../games/dwarf-fortress {
gnomegtk = gnome.gtk;
gnomegtk = pkgsi686Linux.gnome.gtk;
};
eduke32 = callPackage ../games/eduke32 { };