volth
46420bbaa3
treewide: name -> pname (easy cases) ( #66585 )
...
treewide replacement of
stdenv.mkDerivation rec {
name = "*-${version}";
version = "*";
to pname
2019-08-15 13:41:18 +01:00
Alexey Shmalko
6b1a04d788
alarm-clock-applet: fix build ( #44872 )
...
The build has been failing because sourceforge-served release include
-Werror=format=2 flag, which enabled -Werror=format-y2k, which in turn
stopped the build because of a debug log message formatting.
Building release from GitHub works fine.
2018-08-10 19:37:48 +02:00
Tuomas Tynkkynen
f5dd3a703d
treewide: Fix more lib.optional misuses
2016-10-02 00:44:10 +03:00
Kirill Boltaev
bccd75094f
treewide: explicitly specify gtk and related package versions
2016-09-12 18:26:06 +03:00
Alexey Shmalko
a5ee403f5b
alarm-clock-applet: use default method for propagating gstreamer ( #16786 )
2016-07-09 18:36:04 +02:00
Alexey Shmalko
2d992c2afa
alarm-clock-applet: fix finding gstreamer plugins and gconf at runtime
2016-07-03 00:21:03 +03:00
Alexey Shmalko
9ba48ecb38
alarm-clock-applet: init at 0.3.4
...
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
2016-07-01 03:06:50 +03:00