summary refs log tree commit diff
path: root/pkgs/desktops/e17/e_dbus
diff options
context:
space:
mode:
authorAlexander Tsamutali <astsmtl@yandex.ru>2011-12-10 18:11:37 +0000
committerAlexander Tsamutali <astsmtl@yandex.ru>2011-12-10 18:11:37 +0000
commit4451d32a36e0f0194c296e282cc03e94cfb86c0f (patch)
tree2cf2782bb7657b7ddc2bb23828c7e77ba9b7f0cd /pkgs/desktops/e17/e_dbus
parent9ec2f699d6059b1dd176ee9aac12ef19f98a0d70 (diff)
downloadnixlib-4451d32a36e0f0194c296e282cc03e94cfb86c0f.tar
nixlib-4451d32a36e0f0194c296e282cc03e94cfb86c0f.tar.gz
nixlib-4451d32a36e0f0194c296e282cc03e94cfb86c0f.tar.bz2
nixlib-4451d32a36e0f0194c296e282cc03e94cfb86c0f.tar.lz
nixlib-4451d32a36e0f0194c296e282cc03e94cfb86c0f.tar.xz
nixlib-4451d32a36e0f0194c296e282cc03e94cfb86c0f.tar.zst
nixlib-4451d32a36e0f0194c296e282cc03e94cfb86c0f.zip
desktops/e17: Updated everything.
svn path=/nixpkgs/trunk/; revision=30820
Diffstat (limited to 'pkgs/desktops/e17/e_dbus')
-rw-r--r--pkgs/desktops/e17/e_dbus/default.nix9
1 files changed, 5 insertions, 4 deletions
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