gst-launch: ship
This commit is contained in:
@@ -303,6 +303,7 @@ in
|
||||
"gnome-weather"
|
||||
"gpodder"
|
||||
"gst-device-monitor" # for debugging audio/video
|
||||
"gst-launch" # for debugging audio/video
|
||||
# "gthumb"
|
||||
# "lemoa" # lemmy app
|
||||
"libcamera" # for `cam` binary (useful for debugging cameras)
|
||||
|
@@ -77,6 +77,7 @@
|
||||
./gps-share.nix
|
||||
./grimshot.nix
|
||||
./gst-device-monitor.nix
|
||||
./gst-launch.nix
|
||||
./gthumb.nix
|
||||
./gvfs.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