From 1d2ba8f33dd1f3a943cb8d17c90933a910e9bd65 Mon Sep 17 00:00:00 2001 From: beltofdespair Date: Thu, 28 Apr 2022 00:26:39 -0500 Subject: [PATCH] nyxt: added dependency on gst-plugins-bad1 and gst-plugins-good1 --- srcpkgs/nyxt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nyxt/template b/srcpkgs/nyxt/template index 8fdd7215cd90a4..27370890cd9911 100644 --- a/srcpkgs/nyxt/template +++ b/srcpkgs/nyxt/template @@ -7,7 +7,7 @@ build_style=gnu-makefile make_build_target=all hostmakedepends="sbcl git" makedepends="webkit2gtk libfixposix-devel libgirepository" -depends="dbus xclip enchant2 webkit2gtk libfixposix libgirepository" +depends="gst-plugins-good1 gst-plugins-bad1 dbus xclip enchant2 webkit2gtk libfixposix libgirepository" short_desc="Keyboard-oriented, extensible web-browser" maintainer="0x0f0f0f " license="BSD-3-Clause"