mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
Added ConsoleKit package
svn path=/nixpkgs/trunk/; revision=14510
This commit is contained in:
parent
7ab993d0c4
commit
cddf378de3
|
@ -2769,6 +2769,12 @@ let
|
|||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
||||
ConsoleKit = import ../development/libraries/ConsoleKit {
|
||||
inherit stdenv fetchurl pkgconfig dbus_glib zlib;
|
||||
inherit (gtkLibs) glib;
|
||||
inherit (xlibs) libX11;
|
||||
};
|
||||
|
||||
coredumper = import ../development/libraries/coredumper {
|
||||
inherit fetchurl stdenv;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue