Merge pull request #224901 from amjoseph-nixpkgs/pr/girara/fix-cross

This commit is contained in:
Artturi 2023-04-15 00:04:39 +03:00 committed by GitHub
commit b9f6082ee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ stdenv.mkDerivation rec {
gettext
check
dbus
glib # for glib-compile-resources
];
buildInputs = [
@ -64,6 +65,7 @@ stdenv.mkDerivation rec {
mesonFlags = [
"-Ddocs=disabled" # docs do not seem to be installed
(lib.mesonEnable "tests" (stdenv.buildPlatform.canExecute stdenv.hostPlatform))
];
checkPhase = ''