mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
accountsservice: fix cross
failure line is result = cc.run(code, name : 'value of WTMPX_FILENAME')
This commit is contained in:
parent
64ddb6ad6b
commit
73ee7eeb32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user