mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
rubyPackages.fiddle: add libffi to dependencies
This commit is contained in:
parent
be9dae4950
commit
d6effdc692
@ -221,6 +221,10 @@ in
|
||||
buildInputs = [ libffi ];
|
||||
};
|
||||
|
||||
fiddle = attrs: {
|
||||
buildInputs = [ libffi ];
|
||||
};
|
||||
|
||||
gdk_pixbuf2 = attrs: {
|
||||
nativeBuildInputs = [ pkg-config bundler rake ]
|
||||
++ lib.optionals stdenv.isDarwin [ DarwinTools ];
|
||||
|
Loading…
Reference in New Issue
Block a user