summary refs log tree commit diff
path: root/pkgs/desktops/e17/e_dbus
diff options
context:
space:
mode:
authorАлександр Цамутали <astsmtl@yandex.ru>2013-02-10 21:23:45 +0400
committerАлександр Цамутали <astsmtl@yandex.ru>2013-02-10 21:23:45 +0400
commit1c515819ef9df39ef309c58e052972a67159e276 (patch)
tree8d21fc748818852b3fe5124061f3a77dcbfa5ef7 /pkgs/desktops/e17/e_dbus
parentec4f56b3473a07cbaf7194d8ea374c4514499f73 (diff)
downloadnixlib-1c515819ef9df39ef309c58e052972a67159e276.tar
nixlib-1c515819ef9df39ef309c58e052972a67159e276.tar.gz
nixlib-1c515819ef9df39ef309c58e052972a67159e276.tar.bz2
nixlib-1c515819ef9df39ef309c58e052972a67159e276.tar.lz
nixlib-1c515819ef9df39ef309c58e052972a67159e276.tar.xz
nixlib-1c515819ef9df39ef309c58e052972a67159e276.tar.zst
nixlib-1c515819ef9df39ef309c58e052972a67159e276.zip
e17: Update libs to 1.7.5, enlightenment to 0.17.1.
Diffstat (limited to 'pkgs/desktops/e17/e_dbus')
-rw-r--r--pkgs/desktops/e17/e_dbus/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/desktops/e17/e_dbus/default.nix b/pkgs/desktops/e17/e_dbus/default.nix
index 1b3ba2c7256d..44eaf2328ec2 100644
--- a/pkgs/desktops/e17/e_dbus/default.nix
+++ b/pkgs/desktops/e17/e_dbus/default.nix
@@ -2,10 +2,10 @@
 , dbus_libs }:
 stdenv.mkDerivation rec {
   name = "e_dbus-${version}";
-  version = "1.2.0-alpha";
+  version = "1.7.5";
   src = fetchurl {
     url = "http://download.enlightenment.org/releases/${name}.tar.bz2";
-    sha256 = "1kky76v7yydsjihgi1hbwpyqhdmbxmxj2dw4p7kiqbl67dmsjhxg";
+    sha256 = "16ckrpzzw5x1cs0fwqkk8431al55xil5magihkp9l3s77g0qd26q";
   };
   buildInputs = [ pkgconfig zlib libjpeg expat ecore eina evas ];
   propagatedBuildInputs = [ dbus_libs ];
@@ -14,6 +14,7 @@ stdenv.mkDerivation rec {
     --disable-edbus-test-client
     --disable-edbus-notify-send
     --disable-edbus-notify-test
+    --disable-edbus-async-test
   '';
   meta = {
     description = "Enlightenment's D-Bus wrapping and glue layer library";