renpy: explicitly use python2

This commit is contained in:
Frederik Rietdijk 2019-11-13 15:32:10 +01:00
parent faa4b27923
commit 5004cc90f6
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ stdenv, fetchurl, pythonPackages, pkgconfig, SDL2
{ stdenv, fetchurl, python2Packages, pkgconfig, SDL2
, libpng, ffmpeg, freetype, glew, libGLU_combined, fribidi, zlib
, glib
}:
with pythonPackages;
with python2Packages;
stdenv.mkDerivation rec {
pname = "renpy";