update patch comments
This commit is contained in:
parent
020b204767
commit
8c072a33a1
@ -6,9 +6,6 @@
|
|||||||
#
|
#
|
||||||
# use rubyLibs.importGems to call the local file, which has access to all
|
# use rubyLibs.importGems to call the local file, which has access to all
|
||||||
# the stuff in here
|
# the stuff in here
|
||||||
#
|
|
||||||
# gems here are either super common (rspec) or require patches to work
|
|
||||||
# properly (libv8)
|
|
||||||
|
|
||||||
{ ruby, callPackage, pkgs }:
|
{ ruby, callPackage, pkgs }:
|
||||||
|
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
# build-time overrides for some gems
|
||||||
|
#
|
||||||
|
# gems in here generally involve native extensions; there's no way to tell
|
||||||
|
# based on the gemfile
|
||||||
|
|
||||||
{ fetchurl, writeScript, ruby, ncurses, sqlite, libxml2, libxslt, libffi
|
{ fetchurl, writeScript, ruby, ncurses, sqlite, libxml2, libxslt, libffi
|
||||||
, zlib, libuuid, gems, jdk, python, stdenv, libiconvOrEmpty, imagemagick
|
, zlib, libuuid, gems, jdk, python, stdenv, libiconvOrEmpty, imagemagick
|
||||||
, gnumake, pkgconfig, which, postgresql, v8_3_16_14, clang }:
|
, gnumake, pkgconfig, which, postgresql, v8_3_16_14, clang }:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user