summary refs log tree commit diff
path: root/pkgs/games/wesnoth
diff options
context:
space:
mode:
authorEvgeny Kurnevsky <kurnevsky@gmail.com>2021-11-15 12:01:59 +0300
committerEvgeny Kurnevsky <kurnevsky@gmail.com>2021-11-15 12:01:59 +0300
commit8c2acce1d64f97f49147784c638b506951a935e0 (patch)
treede30dca04b7f23507eccca14a4baf9dd10036ab8 /pkgs/games/wesnoth
parent36a614fe6631f18468c1f588be9ff9f29729c65a (diff)
downloadnixpkgs-8c2acce1d64f97f49147784c638b506951a935e0.tar
nixpkgs-8c2acce1d64f97f49147784c638b506951a935e0.tar.gz
nixpkgs-8c2acce1d64f97f49147784c638b506951a935e0.tar.bz2
nixpkgs-8c2acce1d64f97f49147784c638b506951a935e0.tar.lz
nixpkgs-8c2acce1d64f97f49147784c638b506951a935e0.tar.xz
nixpkgs-8c2acce1d64f97f49147784c638b506951a935e0.tar.zst
nixpkgs-8c2acce1d64f97f49147784c638b506951a935e0.zip
wesnoth: remove enableTools option as it was removed from wesnoth
Diffstat (limited to 'pkgs/games/wesnoth')
-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 265b193193e..fa6b8cb631f 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 = ''