mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-02 17:09:09 +03:00
gem-config: stay with python2
This commit is contained in:
parent
edd356d0a6
commit
9b2b860bbc
@ -17,7 +17,7 @@
|
|||||||
# This seperates "what to build" (the exact gem versions) from "how to build"
|
# This seperates "what to build" (the exact gem versions) from "how to build"
|
||||||
# (to make gems behave if necessary).
|
# (to make gems behave if necessary).
|
||||||
|
|
||||||
{ lib, fetchurl, writeScript, ruby, libkrb5, libxml2, libxslt, python, stdenv, which
|
{ lib, fetchurl, writeScript, ruby, libkrb5, libxml2, libxslt, python2, stdenv, which
|
||||||
, libiconv, postgresql, v8, clang, sqlite, zlib, imagemagick, lasem
|
, libiconv, postgresql, v8, clang, sqlite, zlib, imagemagick, lasem
|
||||||
, pkg-config , ncurses, xapian, gpgme, util-linux, tzdata, icu, libffi
|
, pkg-config , ncurses, xapian, gpgme, util-linux, tzdata, icu, libffi
|
||||||
, cmake, libssh2, openssl, libmysqlclient, git, perl, pcre, gecode_3, curl
|
, cmake, libssh2, openssl, libmysqlclient, git, perl, pcre, gecode_3, curl
|
||||||
@ -328,7 +328,7 @@ in
|
|||||||
# otherwise the gem will fail to link to the libv8 binary.
|
# otherwise the gem will fail to link to the libv8 binary.
|
||||||
# see: https://github.com/cowboyd/libv8/pull/161
|
# see: https://github.com/cowboyd/libv8/pull/161
|
||||||
libv8 = attrs: {
|
libv8 = attrs: {
|
||||||
buildInputs = [ which v8 python ];
|
buildInputs = [ which v8 python2 ];
|
||||||
buildFlags = [ "--with-system-v8=true" ];
|
buildFlags = [ "--with-system-v8=true" ];
|
||||||
dontBuild = false;
|
dontBuild = false;
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user