gst-launch: ship
This commit is contained in:
@@ -303,6 +303,7 @@ in
|
|||||||
"gnome-weather"
|
"gnome-weather"
|
||||||
"gpodder"
|
"gpodder"
|
||||||
"gst-device-monitor" # for debugging audio/video
|
"gst-device-monitor" # for debugging audio/video
|
||||||
|
"gst-launch" # for debugging audio/video
|
||||||
# "gthumb"
|
# "gthumb"
|
||||||
# "lemoa" # lemmy app
|
# "lemoa" # lemmy app
|
||||||
"libcamera" # for `cam` binary (useful for debugging cameras)
|
"libcamera" # for `cam` binary (useful for debugging cameras)
|
||||||
|
@@ -77,6 +77,7 @@
|
|||||||
./gps-share.nix
|
./gps-share.nix
|
||||||
./grimshot.nix
|
./grimshot.nix
|
||||||
./gst-device-monitor.nix
|
./gst-device-monitor.nix
|
||||||
|
./gst-launch.nix
|
||||||
./gthumb.nix
|
./gthumb.nix
|
||||||
./gvfs.nix
|
./gvfs.nix
|
||||||
./handbrake.nix
|
./handbrake.nix
|
||||||
|
6
hosts/common/programs/gst-launch.nix
Normal file
6
hosts/common/programs/gst-launch.nix
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
sane.programs.gst-launch = {
|
||||||
|
packageUnwrapped = pkgs.linkBinIntoOwnPackage pkgs.gst_all_1.gstreamer "gst-launch-1.0";
|
||||||
|
};
|
||||||
|
}
|
Reference in New Issue
Block a user