mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
python.pkgs.gst-python: move expression
This commit is contained in:
parent
f913554432
commit
d0d8724261
@ -6391,7 +6391,7 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gst-python = callPackage ../development/libraries/gstreamer/python {
|
gst-python = callPackage ../development/python-modules/gst-python {
|
||||||
gst-plugins-base = pkgs.gst_all_1.gst-plugins-base;
|
gst-plugins-base = pkgs.gst_all_1.gst-plugins-base;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user