forked from mirrors/nixpkgs
accountsservice: fix build with libxcrypt
This commit is contained in:
parent
32e7482074
commit
e8748e2afa
|
@ -16,6 +16,7 @@
|
||||||
, python3
|
, python3
|
||||||
, vala
|
, vala
|
||||||
, gettext
|
, gettext
|
||||||
|
, libxcrypt
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
@ -66,6 +67,7 @@ stdenv.mkDerivation rec {
|
||||||
glib
|
glib
|
||||||
polkit
|
polkit
|
||||||
systemd
|
systemd
|
||||||
|
libxcrypt
|
||||||
];
|
];
|
||||||
|
|
||||||
mesonFlags = [
|
mesonFlags = [
|
||||||
|
|
Loading…
Reference in a new issue