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

authored by

Artturi and committed by
GitHub
b9f6082e e58bfe9b

+2
+2
pkgs/applications/misc/girara/default.nix
··· 43 gettext 44 check 45 dbus 46 ]; 47 48 buildInputs = [ ··· 64 65 mesonFlags = [ 66 "-Ddocs=disabled" # docs do not seem to be installed 67 ]; 68 69 checkPhase = ''
··· 43 gettext 44 check 45 dbus 46 + glib # for glib-compile-resources 47 ]; 48 49 buildInputs = [ ··· 65 66 mesonFlags = [ 67 "-Ddocs=disabled" # docs do not seem to be installed 68 + (lib.mesonEnable "tests" (stdenv.buildPlatform.canExecute stdenv.hostPlatform)) 69 ]; 70 71 checkPhase = ''