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:
parent
ae71c13a92
commit
ac9fcb5a74
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue