about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorRyan Burns <rtburns@protonmail.com>2021-12-05 17:51:26 -0800
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-12-05 22:14:20 -0800
commitdac5570863cf7628aad004af5baac8b7ccc184d1 (patch)
treec03e46a3d6f9e942bf41162507a9cbd58f50269e /pkgs/games
parent8d23bede24f7fc5401b077e9fdc58eb58891ca9b (diff)
zeroad: build with python3
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/0ad/game.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/0ad/game.nix b/pkgs/games/0ad/game.nix
index 4f7cf4457a7d3..34a2cdddac820 100644
--- a/pkgs/games/0ad/game.nix
+++ b/pkgs/games/0ad/game.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, perl, fetchurl, python2, fmt, libidn
+{ stdenv, lib, perl, fetchurl, python3, fmt, libidn
 , pkg-config, spidermonkey_78, boost, icu, libxml2, libpng, libsodium
 , libjpeg, zlib, curl, libogg, libvorbis, enet, miniupnpc
 , openal, libGLU, libGL, xorgproto, libX11, libXcursor, nspr, SDL2
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
     sha256 = "1p9fa8f7sjb9c5wl3mawzyfqvgr614kdkhrj2k4db9vkyisws3fp";
   };
 
-  nativeBuildInputs = [ python2 perl pkg-config ];
+  nativeBuildInputs = [ python3 perl pkg-config ];
 
   buildInputs = [
     spidermonkey_78_6 boost icu libxml2 libpng libjpeg