zathura: correctly read global configuration file at /etc/zathurarc (#378620)
This commit is contained in:
@@ -53,6 +53,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"-Dconvert-icon=enabled"
|
||||
"-Dsynctex=enabled"
|
||||
"-Dtests=disabled"
|
||||
# by default, zathura searches for zathurarc under $out/etc
|
||||
"-Dsysconfdir=/etc"
|
||||
# Make sure tests are enabled for doCheck
|
||||
# (lib.mesonEnable "tests" finalAttrs.finalPackage.doCheck)
|
||||
(lib.mesonEnable "seccomp" stdenv.hostPlatform.isLinux)
|
||||
|
||||
Reference in New Issue
Block a user