changes in: redshift, geoclue, libsoup

- added support for geoclue for redshift
 - package geoclue 2.0.0 (as geoclue2)
 - package libsoup 2.44.1 (as libsoup_2_40)
This commit is contained in:
Rok Garbas
2013-10-29 16:25:31 +01:00
parent 89b1dd8dde
commit b040814679
4 changed files with 72 additions and 8 deletions
+2 -4
View File
@@ -1,6 +1,6 @@
{ fetchurl, stdenv, libX11, libXrandr, libXxf86vm, libxcb, pkgconfig, python
, randrproto, xcbutil, xf86vidmodeproto, autoconf, automake, gettext, glib
, GConf, dbus, dbus_glib, makeWrapper, gtk, pygtk, pyxdg }:
, GConf, dbus, dbus_glib, makeWrapper, gtk, pygtk, pyxdg, geoclue }:
stdenv.mkDerivation rec {
version = "1.8";
@@ -13,9 +13,7 @@ stdenv.mkDerivation rec {
buildInputs = [
libX11 libXrandr libXxf86vm libxcb pkgconfig python randrproto xcbutil
xf86vidmodeproto autoconf automake gettext glib GConf dbus dbus_glib
makeWrapper gtk pygtk pyxdg
# TODO:
# geoclue
makeWrapper gtk pygtk pyxdg geoclue
];
preConfigure = ''