Leo Prikler writes: > From: Raghav Gururajan > > * gnu/packages/gstreamer.scm (gstreamer)[version]: Update to 1.18.4. > [arguments](glib-or-gtk): New argument. > [propagated-inputs]: Add elfutils, glib-networking and libunwind. > [native-inputs]: Add bash-completion and gettext-minimal. > [inputs]: Add gmp, gsl, gtk+ and libcap. Hello, I make some updates: - Move elfutils and libunwind to inputs, as they are not listed in pkg-config files, so don't need to be propagated. - Remove glib-networking and glib-or-gtk?. libgstnet could use it, but glib-networking is a runtime dependency (needed to be wraped with GIO_EXTRA_MODULES), I'd like add it later if we find it really useful (eg: when use gst-launch to play https remote media). - Remove gtk+, as it only needed by build a not to be installed example (controller-graph). - Mention gsl is for tests and the update of synopsis. Hope it useful, thank you and rg!