Merge pull request #167400 from superherointj/package-imgproxy-enable-tests

imgproxy: enable tests
This commit is contained in:
Artturi 2022-04-06 04:50:36 +03:00 committed by GitHub
commit 495b9f243a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,6 @@ buildGoModule rec {
vendorSha256 = "sha256-Rp0vTtpdKpYg/7UjX73Qwxu6dOqDr24nqp41fKN1IYw=";
doCheck = false;
nativeBuildInputs = [ pkg-config ];
buildInputs = [ gobject-introspection vips ]