summary refs log tree commit diff
path: root/pkgs/tools/misc/alarm-clock-applet
AgeCommit message (Collapse)AuthorFilesLines
2016-10-02treewide: Fix more lib.optional misusesTuomas Tynkkynen1-2/+1
2016-09-12treewide: explicitly specify gtk and related package versionsKirill Boltaev1-4/+4
2016-07-09alarm-clock-applet: use default method for propagating gstreamer (#16786)Alexey Shmalko1-5/+2
2016-07-03alarm-clock-applet: fix finding gstreamer plugins and gconf at runtimeAlexey Shmalko1-2/+17
2016-07-01alarm-clock-applet: init at 0.3.4Alexey Shmalko1-0/+41
There were a couple of issue before the application run normally. The first one is GConf error: https://nixos.org/wiki/Solve_GConf_errors_when_running_GNOME_applications The second one is absence of gst plugins: https://github.com/NixOS/nixpkgs/issues/10559