python.pkgs.matplotlib: use pkgs.pkgconfig
This commit is contained in:
committed by
Frederik Rietdijk
parent
25a3537244
commit
c78f98db56
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user