python.pkgs.gst-python: fix build
adds missing pkg-config
This commit is contained in:
parent
9aad60b30f
commit
5f9dd9b782
@ -1803,6 +1803,7 @@ in {
|
|||||||
grip = callPackage ../development/python-modules/grip { };
|
grip = callPackage ../development/python-modules/grip { };
|
||||||
|
|
||||||
gst-python = callPackage ../development/python-modules/gst-python {
|
gst-python = callPackage ../development/python-modules/gst-python {
|
||||||
|
inherit (pkgs) pkgconfig;
|
||||||
gst-plugins-base = pkgs.gst_all_1.gst-plugins-base;
|
gst-plugins-base = pkgs.gst_all_1.gst-plugins-base;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user