mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03: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;
|
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 {
|
coredumper = import ../development/libraries/coredumper {
|
||||||
inherit fetchurl stdenv;
|
inherit fetchurl stdenv;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user