conky: 1.10.1 -> 1.10.3

This commit is contained in:
Tim Steinbach 2016-07-11 23:12:32 +00:00
parent ec73d072ae
commit 9672c36651

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub, pkgconfig, cmake
# dependencies
, glib
, glib, libXinerama
# optional features without extra dependencies
, mpdSupport ? true
@ -62,13 +62,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "conky-${version}";
version = "1.10.1";
version = "1.10.3";
src = fetchFromGitHub {
owner = "brndnmtthws";
repo = "conky";
rev = "v${version}";
sha256 = "0k93nqx8mxz2z84zzwpwfp7v7dwxwg1di1a2yb137lk7l157azw6";
sha256 = "0sa2jl159jk5p2hr37adwq84m0ynva7v87qrwj1xv0kw8l4qzhjs";
};
postPatch = ''
@ -87,7 +87,7 @@ stdenv.mkDerivation rec {
NIX_LDFLAGS = "-lgcc_s";
buildInputs = [ pkgconfig glib cmake ]
buildInputs = [ pkgconfig glib cmake libXinerama ]
++ optionals docsSupport [ docbook2x libxslt man less ]
++ optional ncursesSupport ncurses
++ optional x11Support xlibsWrapper