Adding an attribute for the gtk freeciv too.

This commit is contained in:
Lluís Batlle i Rossell
2013-10-20 18:26:32 +02:00
parent 655ba1e418
commit 8818dbedbf
2 changed files with 13 additions and 3 deletions

View File

@@ -9186,6 +9186,11 @@ let
freeciv = callPackage ../games/freeciv { };
freeciv_gtk = callPackage ../games/freeciv {
gtkClient = true;
sdlClient = false;
};
freedink = callPackage ../games/freedink { };
fsg = callPackage ../games/fsg {