python.pkgs.gst-python: fix build

adds missing pkg-config
This commit is contained in:
worldofpeace 2019-01-18 00:22:29 -05:00
parent 9aad60b30f
commit 5f9dd9b782

View File

@ -1803,6 +1803,7 @@ in {
grip = callPackage ../development/python-modules/grip { };
gst-python = callPackage ../development/python-modules/gst-python {
inherit (pkgs) pkgconfig;
gst-plugins-base = pkgs.gst_all_1.gst-plugins-base;
};