1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

spidermonkey_24: use python2

This commit is contained in:
Frederik Rietdijk 2016-10-18 16:42:04 +02:00
parent 7c8b3550b6
commit 2365726ecb

View file

@ -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 {
version = "24.2.0";
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
propagatedBuildInputs = [ nspr ];
buildInputs = [ pkgconfig perl python zip libffi readline ];
buildInputs = [ pkgconfig perl python2 zip libffi readline ];
postPatch = ''
# Fixes an issue with version detection under perl 5.22.x