spidermonkey_24: use python2
This commit is contained in:
parent
7c8b3550b6
commit
2365726ecb
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, nspr, perl, python, zip, libffi, readline }:
|
{ stdenv, fetchurl, pkgconfig, nspr, perl, python2, zip, libffi, readline }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "24.2.0";
|
version = "24.2.0";
|
||||||
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ nspr ];
|
propagatedBuildInputs = [ nspr ];
|
||||||
|
|
||||||
buildInputs = [ pkgconfig perl python zip libffi readline ];
|
buildInputs = [ pkgconfig perl python2 zip libffi readline ];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
# Fixes an issue with version detection under perl 5.22.x
|
# Fixes an issue with version detection under perl 5.22.x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user