tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
accountsservice: 0.6.43 -> 0.6.43
Pascal Wittmann
8 years ago
123c05c8
73744e70
+5
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
accountsservice
default.nix
+5
-4
pkgs/development/libraries/accountsservice/default.nix
···
3
3
4
4
stdenv.mkDerivation rec {
5
5
name = "accountsservice-${version}";
6
6
-
version = "0.6.43";
6
6
+
version = "0.6.45";
7
7
8
8
src = fetchurl {
9
9
url = "http://www.freedesktop.org/software/accountsservice/accountsservice-${version}.tar.xz";
10
10
-
sha256 = "1k6n9079001sgcwlkq0bz6mkn4m8y4dwf6hs1qm85swcld5ajfzd";
10
10
+
sha256 = "09pg25ir7kjigvp2cxd9fkfw8c8ql8vrswfvymg9zmbmma9w43zv";
11
11
};
12
12
13
13
-
buildInputs = [ pkgconfig glib intltool libtool makeWrapper
14
14
-
gobjectIntrospection polkit systemd ];
13
13
+
nativeBuildInputs = [ pkgconfig makeWrapper ];
14
14
+
15
15
+
buildInputs = [ glib intltool libtool gobjectIntrospection polkit systemd ];
15
16
16
17
configureFlags = [ "--with-systemdsystemunitdir=$(out)/etc/systemd/system"
17
18
"--localstatedir=/var" ];