girara: fix build on darwin (#124337)

(cherry picked from commit 34a84c4b0e53706873daf92cb2d8d538d541660b)
This commit is contained in:
Michael Lingelbach 2021-05-25 00:11:34 -07:00 committed by Dmitry Kalinkin
parent befda3568c
commit 3f0d62871e
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -12,9 +12,10 @@ stdenv.mkDerivation rec {
sha256 = "1n3i960b458172mc3pkq7m9dn5qxry6fms3c3k06v27cjp5whsyf";
};
nativeBuildInputs = [ meson ninja pkg-config gettext check dbus xvfb-run ];
nativeBuildInputs = [ meson ninja pkg-config gettext check dbus ];
buildInputs = [ libintl libiconv json_c ];
propagatedBuildInputs = [ glib gtk ];
checkInputs = [ xvfb-run ];
doCheck = !stdenv.isDarwin;