gst-launch: improve docs

This commit is contained in:
2025-03-19 07:03:28 +00:00
parent 6770bd158e
commit fb9d7ad886

View File

@@ -8,8 +8,9 @@
packageUnwrapped = (
pkgs.linkBinIntoOwnPackage pkgs.gst_all_1.gstreamer "gst-launch-1.0"
).overrideAttrs (base: {
# XXX the binaries need `GST_PLUGIN_SYSTEM_PATH_1_0` set to function,
# but nixpkgs doesn't set those.
# XXX the binaries need `GST_PLUGIN_SYSTEM_PATH_1_0` set to function.
# 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 []) ++ [
pkgs.wrapGAppsNoGuiHook
];