python.pkgs.gst-python: fix build
adds missing pkg-config
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user