From 4451d32a36e0f0194c296e282cc03e94cfb86c0f Mon Sep 17 00:00:00 2001 From: Alexander Tsamutali Date: Sat, 10 Dec 2011 18:11:37 +0000 Subject: desktops/e17: Updated everything. svn path=/nixpkgs/trunk/; revision=30820 --- pkgs/desktops/e17/e_dbus/default.nix | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'pkgs/desktops/e17/e_dbus') diff --git a/pkgs/desktops/e17/e_dbus/default.nix b/pkgs/desktops/e17/e_dbus/default.nix index 44be90f7af93..7c078eee0eea 100644 --- a/pkgs/desktops/e17/e_dbus/default.nix +++ b/pkgs/desktops/e17/e_dbus/default.nix @@ -1,12 +1,13 @@ -{ stdenv, fetchurl, pkgconfig, ecore, eina, evas, dbus_libs }: +{ stdenv, fetchurl, pkgconfig, zlib, libjpeg, expat, ecore, eina, evas +, dbus_libs }: stdenv.mkDerivation rec { name = "e_dbus-${version}"; - version = "1.0.1"; + version = "1.1.0"; src = fetchurl { url = "http://download.enlightenment.org/releases/${name}.tar.gz"; - sha256 = "1ifkijy4ap2mlqw2nd1dlvzlppyi7bnp15bxiy40nhdly8vhpbdl"; + sha256 = "10y68f023jjq6dinjc0brpr41acnd7clxgb0q1j2i9isalx1473z"; }; - buildInputs = [ pkgconfig ecore eina evas ]; + buildInputs = [ pkgconfig zlib libjpeg expat ecore eina evas ]; propagatedBuildInputs = [ dbus_libs ]; configureFlags = '' --disable-edbus-test -- cgit 1.4.1