conky: Remove curl/types.h patch.

This patch is no longer needed, as it is fixed upstream now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2012-09-10 23:53:59 +02:00
parent 3692a2e83d
commit b2b67c055b
2 changed files with 0 additions and 27 deletions
-2
View File
@@ -13,8 +13,6 @@ stdenv.mkDerivation rec {
(map (x: "--disable-${x}") [ "x11" "xdamage" "own-window" "xft" "lua" "ncurses" ])
++ (map (x: "--enable-${x}") [ "mpd" "double-buffer" "wlan" "rss" ]);
patches = [ ./curl-types-h.patch ];
meta = {
homepage = http://conky.sourceforge.net/;
description = "Conky is an advanced, highly configurable system monitor complied without X based on torsmo";