update patch comments

This commit is contained in:
Joel Taylor 2014-08-18 14:58:18 -07:00 committed by Charles Strahan
parent 020b204767
commit 8c072a33a1
2 changed files with 5 additions and 3 deletions

View file

@ -6,9 +6,6 @@
#
# use rubyLibs.importGems to call the local file, which has access to all
# the stuff in here
#
# gems here are either super common (rspec) or require patches to work
# properly (libv8)
{ ruby, callPackage, pkgs }:

View file

@ -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
, zlib, libuuid, gems, jdk, python, stdenv, libiconvOrEmpty, imagemagick
, gnumake, pkgconfig, which, postgresql, v8_3_16_14, clang }: