forked from mirrors/nixpkgs
Pass parameters with correct arch to DF
svn path=/nixpkgs/trunk/; revision=24843
This commit is contained in:
parent
81fd05cdd3
commit
5af12418ef
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue