mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-22 03:53:47 +00:00
ruby-modules gem-config: add exif
This commit is contained in:
parent
7c1e712c39
commit
671dd83a29
@ -25,7 +25,7 @@
|
||||
, cairo, re2, rake, gobject-introspection, gdk-pixbuf, zeromq, czmq, graphicsmagick, libcxx
|
||||
, file, libvirt, glib, vips, taglib, libopus, linux-pam, libidn, protobuf, fribidi, harfbuzz
|
||||
, bison, flex, pango, python3, patchelf, binutils, freetds, wrapGAppsHook, atk
|
||||
, bundler, libsass, libselinux ? null, libsepol ? null
|
||||
, bundler, libsass, libexif, libselinux ? null, libsepol ? null
|
||||
}@args:
|
||||
|
||||
let
|
||||
@ -179,6 +179,11 @@ in
|
||||
buildInputs = [ openssl ];
|
||||
};
|
||||
|
||||
exif = attrs: {
|
||||
buildFlags = [ "--with-exif-dir=${libexif}" ];
|
||||
buildInputs = [ libexif ];
|
||||
};
|
||||
|
||||
ffi = attrs: {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libffi ];
|
||||
|
Loading…
Reference in New Issue
Block a user