Skip to content

Commit 52c3214

Browse files
ryneeverettehmry
authored andcommitted
lxpanel: 0.9.3 -> 0.10.0
Curl is a new requirement so the weather plugin can use libcurl to pull weather data.
1 parent 917a183 commit 52c3214

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pkgs/desktops/lxde/core/lxpanel/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{ stdenv, fetchurl, pkgconfig, gettext, m4, intltool, libxmlxx, keybinder
22
, gtk2, libX11, libfm, libwnck, libXmu, libXpm, cairo, gdk-pixbuf, gdk-pixbuf-xlib
3-
, menu-cache, lxmenu-data, wirelesstools
3+
, menu-cache, lxmenu-data, wirelesstools, curl
44
, supportAlsa ? false, alsaLib
55
}:
66

77
stdenv.mkDerivation rec {
8-
name = "lxpanel-0.9.3";
8+
name = "lxpanel-0.10.0";
99

1010
src = fetchurl {
1111
url = "mirror://sourceforge/lxde/${name}.tar.xz";
12-
sha256 = "1ccgv7jgl3y865cpb6w7baaz7468fxncm83bqxlwyni5bwhglb1l";
12+
sha256 = "0zis3b815p375s6mymhf5sn1a0c1xv0ixxzb0mh3fqhrby6cqy26";
1313
};
1414

1515
nativeBuildInputs = [ pkgconfig gettext m4 intltool libxmlxx ];
1616
buildInputs = [
1717
keybinder gtk2 libX11 libfm libwnck libXmu libXpm cairo gdk-pixbuf gdk-pixbuf-xlib.dev
18-
menu-cache lxmenu-data m4 wirelesstools
18+
menu-cache lxmenu-data m4 wirelesstools curl
1919
] ++ stdenv.lib.optional supportAlsa alsaLib;
2020

2121
postPatch = ''

0 commit comments

Comments
 (0)