mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
Merge pull request #284662 from ImBearChild/virt-viewer
virt-viewer: add GStreamer in buildInputs
This commit is contained in:
commit
a070586873
@ -5,6 +5,7 @@
|
||||
, fetchpatch
|
||||
, gdbm
|
||||
, glib
|
||||
, gst_all_1
|
||||
, gsettings-desktop-schemas
|
||||
, gtk-vnc
|
||||
, gtk3
|
||||
@ -64,6 +65,8 @@ stdenv.mkDerivation rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gst_all_1.gst-plugins-base
|
||||
gst_all_1.gst-plugins-good
|
||||
bash-completion
|
||||
glib
|
||||
gsettings-desktop-schemas
|
||||
|
Loading…
Reference in New Issue
Block a user