mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
* ConsoleKit updated to 0.4.5.
svn path=/nixpkgs/branches/kde-4.7/; revision=27770
This commit is contained in:
parent
71c508f641
commit
e061898b74
@ -1,12 +1,12 @@
|
||||
{ stdenv, fetchurl, pkgconfig, dbus_glib, zlib, pam, glib,
|
||||
libX11, polkit, expat }:
|
||||
{ stdenv, fetchurl, pkgconfig, dbus_glib, zlib, pam, glib
|
||||
, libX11, polkit, expat }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ConsoleKit-0.4.4";
|
||||
name = "ConsoleKit-0.4.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.freedesktop.org/software/ConsoleKit/dist/${name}.tar.bz2";
|
||||
sha256 = "1bhnjwn7gakwfhqxrmwqwyjq46a11nn463qz0wlddrvgzdlhkh7h";
|
||||
sha256 = "0f4wddl27cmi19mcw25l94z57hsd91z88gzczig153h7ac67iq23";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig dbus_glib zlib pam glib libX11 polkit expat ];
|
||||
|
Loading…
Reference in New Issue
Block a user