Merge pull request #56660 from matthewbauer/cairo-fix-deps

cairo: use buildInputs for libraries
This commit is contained in:
Matthew Bauer 2019-03-02 18:46:39 -05:00 committed by GitHub
commit 1487031b23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,6 +40,9 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [
pkgconfig
];
buildInputs = [
libiconv
libintl
] ++ optionals stdenv.isDarwin (with darwin.apple_sdk.frameworks; [