zathura: fix build with auto_features=enabled
This commit is contained in:
parent
4abfebf1fe
commit
4bc87ff365
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, meson, ninja, wrapGAppsHook, pkgconfig
|
{ stdenv, fetchurl, meson, ninja, wrapGAppsHook, pkgconfig
|
||||||
, appstream-glib, desktop-file-utils, python3
|
, appstream-glib, desktop-file-utils, python3
|
||||||
, gtk, girara, gettext, libxml2
|
, gtk, girara, gettext, libxml2, check
|
||||||
, sqlite, glib, texlive, libintl, libseccomp
|
, sqlite, glib, texlive, libintl, libseccomp
|
||||||
, file, librsvg
|
, file, librsvg
|
||||||
, gtk-mac-integration, synctexSupport ? true
|
, gtk-mac-integration, synctexSupport ? true
|
||||||
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
meson ninja pkgconfig desktop-file-utils python3.pkgs.sphinx
|
meson ninja pkgconfig desktop-file-utils python3.pkgs.sphinx
|
||||||
gettext wrapGAppsHook libxml2
|
gettext wrapGAppsHook libxml2 check
|
||||||
] ++ optional stdenv.isLinux appstream-glib;
|
] ++ optional stdenv.isLinux appstream-glib;
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -42,6 +42,8 @@ stdenv.mkDerivation rec {
|
|||||||
++ optional stdenv.isLinux libseccomp
|
++ optional stdenv.isLinux libseccomp
|
||||||
++ optional stdenv.isDarwin gtk-mac-integration;
|
++ optional stdenv.isDarwin gtk-mac-integration;
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://pwmt.org/projects/zathura/;
|
homepage = https://pwmt.org/projects/zathura/;
|
||||||
description = "A core component for zathura PDF viewer";
|
description = "A core component for zathura PDF viewer";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user