1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-03 11:02:05 +00:00

zathura: pass gsettings schemas

File chooser dialogue in print dialogue requires GTK’s GSettings schemas
or it will trigger a trap.

Closes: https://github.com/NixOS/nixpkgs/issues/16287
This commit is contained in:
Jan Tojnar 2019-06-05 13:57:37 +02:00
parent ae71c13a92
commit ac9fcb5a74
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, meson, ninja, makeWrapper, pkgconfig
{ stdenv, fetchurl, meson, ninja, wrapGAppsHook, pkgconfig
, appstream-glib, desktop-file-utils, python3
, gtk, girara, gettext, libxml2
, sqlite, glib, texlive, libintl, libseccomp
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
meson ninja pkgconfig desktop-file-utils python3.pkgs.sphinx
gettext makeWrapper libxml2
gettext wrapGAppsHook libxml2
] ++ optional stdenv.isLinux appstream-glib;
buildInputs = [