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