* dbus-python updated to 0.84.0.
svn path=/nixpkgs/branches/kde-4.7/; revision=27882
This commit is contained in:
parent
439714b3fa
commit
23831b76e3
@ -1,28 +1,15 @@
|
|||||||
a :
|
{ stdenv, fetchurl, python, pkgconfig, dbus, dbus_glib }:
|
||||||
let
|
|
||||||
fetchurl = a.fetchurl;
|
stdenv.mkDerivation rec {
|
||||||
|
name = "dbus-python-0.84.0";
|
||||||
|
|
||||||
version = a.lib.attrByPath ["version"] "0.83.1" a;
|
|
||||||
buildInputs = with a; [
|
|
||||||
pkgconfig
|
|
||||||
];
|
|
||||||
propagatedBuildInputs = with a; [
|
|
||||||
dbus python dbus_glib
|
|
||||||
];
|
|
||||||
in
|
|
||||||
rec {
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${version}.tar.gz";
|
url = "http://dbus.freedesktop.org/releases/dbus-python/${name}.tar.gz";
|
||||||
sha256 = "168vrizxnszh16yk4acpfhy502w8i997d8l3w4i26kxgy433ha6f";
|
sha256 = "01jrmj7ps79dkd6f8bzm17vxzpad1ixwmcb1liy64xm9y6mcfnxq";
|
||||||
};
|
};
|
||||||
|
|
||||||
inherit buildInputs propagatedBuildInputs;
|
buildInputs = [ python pkgconfig dbus dbus_glib ];
|
||||||
configureFlags = [];
|
|
||||||
|
|
||||||
/* doConfigure should be removed if not needed */
|
|
||||||
phaseNames = ["doConfigure" "doMakeInstall"];
|
|
||||||
|
|
||||||
name = "python-dbus-" + version;
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Python DBus bindings";
|
description = "Python DBus bindings";
|
||||||
};
|
};
|
||||||
|
@ -1178,10 +1178,7 @@ let
|
|||||||
|
|
||||||
pystringtemplate = callPackage ../development/python-modules/stringtemplate { };
|
pystringtemplate = callPackage ../development/python-modules/stringtemplate { };
|
||||||
|
|
||||||
pythonDBus = builderDefsPackage (import ../development/python-modules/dbus) {
|
pythonDBus = callPackage ../development/python-modules/dbus { };
|
||||||
inherit python pkgconfig dbus_glib;
|
|
||||||
dbus = dbus.libs;
|
|
||||||
};
|
|
||||||
|
|
||||||
pythonIRClib = builderDefsPackage (import ../development/python-modules/irclib) {
|
pythonIRClib = builderDefsPackage (import ../development/python-modules/irclib) {
|
||||||
inherit python;
|
inherit python;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user