python.pkgs.matplotlib: use pkgs.pkgconfig

This commit is contained in:
Robert Schütz
2019-01-18 01:20:41 +01:00
committed by Frederik Rietdijk
parent 25a3537244
commit c78f98db56
2 changed files with 4 additions and 1 deletions

View File

@@ -2997,6 +2997,7 @@ in {
in callPackage path {
stdenv = if stdenv.isDarwin then pkgs.clangStdenv else pkgs.stdenv;
inherit (pkgs.darwin.apple_sdk.frameworks) Cocoa;
inherit (pkgs) pkgconfig;
};
matrix-client = callPackage ../development/python-modules/matrix-client { };