renpy: explicitly use python2
This commit is contained in:
parent
faa4b27923
commit
5004cc90f6
@ -1,9 +1,9 @@
|
|||||||
{ stdenv, fetchurl, pythonPackages, pkgconfig, SDL2
|
{ stdenv, fetchurl, python2Packages, pkgconfig, SDL2
|
||||||
, libpng, ffmpeg, freetype, glew, libGLU_combined, fribidi, zlib
|
, libpng, ffmpeg, freetype, glew, libGLU_combined, fribidi, zlib
|
||||||
, glib
|
, glib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
with pythonPackages;
|
with python2Packages;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "renpy";
|
pname = "renpy";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user