lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

workrave: fix alert sounds by including the right GST plugins

+4 -2
+3 -2
pkgs/applications/misc/workrave/default.nix
··· 2 2 , autoconf, autoconf-archive, automake, gettext, intltool, libtool, pkgconfig 3 3 , libICE, libSM, libXScrnSaver, libXtst, cheetah 4 4 , gobjectIntrospection, glib, glibmm, gtkmm3, atk, pango, pangomm, cairo 5 - , cairomm , dbus, dbus-glib, gdome2, gstreamer, libsigcxx }: 5 + , cairomm , dbus, dbus-glib, gdome2, gstreamer, gst-plugins-base 6 + , gst-plugins-good, libsigcxx }: 6 7 7 8 stdenv.mkDerivation rec { 8 9 name = "workrave-${version}"; ··· 23 24 buildInputs = [ 24 25 libICE libSM libXScrnSaver libXtst cheetah 25 26 gobjectIntrospection glib glibmm gtkmm3 atk pango pangomm cairo cairomm 26 - dbus dbus-glib gdome2 gstreamer libsigcxx 27 + dbus dbus-glib gdome2 gstreamer gst-plugins-base gst-plugins-good libsigcxx 27 28 ]; 28 29 29 30 preConfigure = "./autogen.sh";
+1
pkgs/top-level/all-packages.nix
··· 18190 18190 18191 18191 workrave = callPackage ../applications/misc/workrave { 18192 18192 inherit (python27Packages) cheetah; 18193 + inherit (gst_all_1) gstreamer gst-plugins-base gst-plugins-good; 18193 18194 }; 18194 18195 18195 18196 worldengine-cli = python3Packages.worldengine;