Skip to content

Commit

Permalink
zeroad: build with python3
Browse files Browse the repository at this point in the history
  • Loading branch information
r-burns authored and Jonathan Ringer committed Dec 6, 2021
1 parent 8d23bed commit dac5570
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/0ad/game.nix
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit dac5570

Please sign in to comment.