Merge pull request #173054 from risicle/ris-pyvips-libffi-api-mode

This commit is contained in:
Ben Siraphob 2022-05-15 08:39:05 -07:00 committed by GitHub
commit a1408a4b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,8 @@
, glib
, vips
, cffi
, pkgconfig
, pkgconfig # from pythonPackages
, pkg-config # from pkgs
, lib }:
buildPythonPackage rec {
@ -19,7 +20,7 @@ buildPythonPackage rec {
sha256 = "sha256-qMVoVzqXALhPWVKLzu+VqihHPN7J+pMhKnXdb+ow0zw=";
};
nativeBuildInputs = [ pkgconfig ];
nativeBuildInputs = [ pkgconfig pkg-config ];
buildInputs = [ glib vips ];