gst-launch: improve docs
This commit is contained in:
@@ -8,8 +8,9 @@
|
|||||||
packageUnwrapped = (
|
packageUnwrapped = (
|
||||||
pkgs.linkBinIntoOwnPackage pkgs.gst_all_1.gstreamer "gst-launch-1.0"
|
pkgs.linkBinIntoOwnPackage pkgs.gst_all_1.gstreamer "gst-launch-1.0"
|
||||||
).overrideAttrs (base: {
|
).overrideAttrs (base: {
|
||||||
# XXX the binaries need `GST_PLUGIN_SYSTEM_PATH_1_0` set to function,
|
# XXX the binaries need `GST_PLUGIN_SYSTEM_PATH_1_0` set to function.
|
||||||
# but nixpkgs doesn't set those.
|
# nixpkgs sets that to /run/current-system/sw/lib/gstreamer-1.0 and /etc/profiles/per-user/colin/lib/gstreamer-1.0,
|
||||||
|
# but that only works so long as i install the plugins system-wide (which i don't want to).
|
||||||
nativeBuildInputs = (base.nativeBuildInputs or []) ++ [
|
nativeBuildInputs = (base.nativeBuildInputs or []) ++ [
|
||||||
pkgs.wrapGAppsNoGuiHook
|
pkgs.wrapGAppsNoGuiHook
|
||||||
];
|
];
|
||||||
|
Reference in New Issue
Block a user