3
0
Fork 0
forked from mirrors/nixpkgs

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 , 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 = [