Add accountservice, needed for gdm.
This commit is contained in:
parent
d409a8fefc
commit
60a82e6e0d
13
pkgs/development/libraries/accountservice/default.nix
Normal file
13
pkgs/development/libraries/accountservice/default.nix
Normal file
@ -0,0 +1,13 @@
|
||||
{ stdenv, fetchurl, pkgconfig, glib, intltool, libtool, gobjectIntrospection, polkit }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "accountsservice-0.6.35";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://www.freedesktop.org/software/accountsservice/accountsservice-0.6.35.tar.xz;
|
||||
sha256 = "0f1hzl6hw56xvwgmd4yvmdyj15xj1fafw45pzv3qarww7h0wg8b5";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig glib intltool libtool gobjectIntrospection polkit ];
|
||||
|
||||
}
|
@ -3948,6 +3948,8 @@ let
|
||||
|
||||
aalib = callPackage ../development/libraries/aalib { };
|
||||
|
||||
accountservice = callPackage ../development/libraries/accountservice { };
|
||||
|
||||
acl = callPackage ../development/libraries/acl { };
|
||||
|
||||
activemq = callPackage ../development/libraries/apache-activemq { };
|
||||
|
Loading…
Reference in New Issue
Block a user