spidermonkey_17: Pin to Python 2
This commit is contained in:
parent
e6897a3fb4
commit
9ad3c23b39
@ -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 = "17.0.0";
|
version = "17.0.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 ];
|
||||||
|
|
||||||
postUnpack = "sourceRoot=\${sourceRoot}/js/src";
|
postUnpack = "sourceRoot=\${sourceRoot}/js/src";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user