gst-launch: improve docs
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
Reference in New Issue
Block a user