accountsservice: fix build with libxcrypt

This commit is contained in:
Franz Pletz 2022-09-27 03:16:25 +02:00 committed by Martin Weinelt
parent 32e7482074
commit e8748e2afa
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -16,6 +16,7 @@
, python3
, vala
, gettext
, libxcrypt
}:
stdenv.mkDerivation rec {
@ -66,6 +67,7 @@ stdenv.mkDerivation rec {
glib
polkit
systemd
libxcrypt
];
mesonFlags = [