1
0
Fork 1
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:
Sander van der Burg 2009-03-11 16:30:38 +00:00
parent 7ab993d0c4
commit cddf378de3

View file

@ -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;
};