about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
author0x4A6F <0x4A6F@users.noreply.github.com>2021-12-05 20:05:06 +0100
committerGitHub <noreply@github.com>2021-12-05 20:05:06 +0100
commit974c2a13a181f1e157bfd428bbc0aff1eb1010a6 (patch)
treec342bfcd901b6a9fca77637d5d49f2557143d529 /pkgs/games
parent8fbf28cbd9618a8ffad86c4b71ab83d0734c6abf (diff)
parent8c2acce1d64f97f49147784c638b506951a935e0 (diff)
Merge pull request #146102 from kurnevsky/wesnoth
wesnoth: remove enableTools option as it was removed from wesnoth
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/wesnoth/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/games/wesnoth/default.nix b/pkgs/games/wesnoth/default.nix
index 265b193193e80..fa6b8cb631fc9 100644
--- a/pkgs/games/wesnoth/default.nix
+++ b/pkgs/games/wesnoth/default.nix
@@ -1,7 +1,6 @@
 { lib, stdenv, fetchFromGitHub, cmake, pkg-config, SDL2, SDL2_image, SDL2_mixer, SDL2_net, SDL2_ttf
 , pango, gettext, boost, libvorbis, fribidi, dbus, libpng, pcre, openssl, icu
 , Cocoa, Foundation
-, enableTools ? false
 }:
 
 stdenv.mkDerivation rec {
@@ -21,8 +20,6 @@ stdenv.mkDerivation rec {
                   libvorbis fribidi dbus libpng pcre openssl icu ]
                 ++ lib.optionals stdenv.isDarwin [ Cocoa Foundation];
 
-  cmakeFlags = [ "-DENABLE_TOOLS=${if enableTools then "ON" else "OFF"}" ];
-
   meta = with lib; {
     description = "The Battle for Wesnoth, a free, turn-based strategy game with a fantasy theme";
     longDescription = ''