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:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user