Merge pull request #16873 from NeQuissimus/conky1_10_3

conky: 1.10.1 -> 1.10.3
This commit is contained in:
Gabriel Ebner 2016-07-12 08:30:18 +02:00 committed by GitHub
commit 05315dc183

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