accountsservice: fix cross

failure line is   result = cc.run(code, name : 'value of WTMPX_FILENAME')
This commit is contained in:
Artturin 2022-07-28 22:18:11 +03:00
parent 64ddb6ad6b
commit 73ee7eeb32

View File

@ -10,6 +10,7 @@
, systemd
, coreutils
, meson
, mesonEmulatorHook
, dbus
, ninja
, python3
@ -47,7 +48,6 @@ stdenv.mkDerivation rec {
];
nativeBuildInputs = [
dbus
gettext
gobject-introspection
meson
@ -55,9 +55,14 @@ stdenv.mkDerivation rec {
pkg-config
python3
vala
] ++ lib.optionals (!stdenv.buildPlatform.canExecute stdenv.hostPlatform) [
# meson.build:88:2: ERROR: Can not run test applications in this cross environment.
mesonEmulatorHook
];
buildInputs = [
gobject-introspection
dbus
glib
polkit
systemd