mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
clapper: add gtuber support
This commit is contained in:
parent
e4f41d5598
commit
b2e53587fb
@ -17,6 +17,8 @@
|
||||
, vala
|
||||
, cmake
|
||||
, libmicrodns
|
||||
, gtuber
|
||||
, glib-networking
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@ -49,6 +51,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
gst_all_1.gst-plugins-good
|
||||
gst_all_1.gst-plugins-bad
|
||||
gst_all_1.gst-plugins-ugly
|
||||
gtuber
|
||||
glib-networking # for TLS support
|
||||
gtk4
|
||||
libGL
|
||||
libadwaita
|
||||
|
Loading…
Reference in New Issue
Block a user